~/devtools / color / navy
tool::color-guide

Navy Color

Navy — The Color of Authority and Tradition

ad · 728×90
#000080Navy
Color Values
HEX#000080
RGBrgb(0, 0, 128)
HSLhsl(240°, 100%, 25%)
CSSnavy
Shade Palette
50
#E8EAFF
100
#C5C9FF
300
#7B82E8
500
#3F51B5
700
#1A237E
900
#0D0D4D
Complementary Color
#808000
Olive
Analogous Colors
#000090
Dark Navy
#1A1A80
Midnight Blue

CSS Usage

CSS
/* By name */
color: navy;
background-color: navy;

/* By HEX */
color: #000080;
background-color: #000080;

/* By RGB */
color: rgb(0, 0, 128);

/* By HSL */
color: hsl(240deg, 100%, 25%);

/* With opacity */
color: rgba(0, 0, 128, 0.8);
color: hsl(240deg 100% 25% / 80%);

Navy (#000080) is very dark. When using it as text color, ensure sufficient background contrast. For interactive elements on dark backgrounds, consider using lighter blues like #1E3A8A or #1D4ED8 which are easier to distinguish.

Navy (#000080) is a deep, rich blue named after its traditional use in naval uniforms. It conveys authority, tradition, trustworthiness, and expertise. Navy is a popular choice for financial institutions, legal firms, educational organizations, and government agencies. Combined with white or gold it creates a classic, premium aesthetic. It works well for dark navigation bars, headers, and backgrounds where a sense of gravity and reliability is desired.

Common Use Cases

  • Financial and banking UI — trust and stability (JP Morgan, Deutsche Bank)
  • Educational platforms — academic authority and tradition
  • Formal fashion brands — elegant, professional image
  • Navigation bar backgrounds — premium and professional headers
  • Data charts — premium data visualization with gold or white
  • Government and public sector websites — formality and credibility

Related Colors

Blue#0000FF · RGB(0, 0, 255)
Coral#FF7F50 · RGB(255, 127, 80)
Teal#008080 · RGB(0, 128, 128)
Gold#FFD700 · RGB(255, 215, 0)
ad · 300×250
Back to Color Converter
// related tools
Cron Expression Generator
Build and parse cron expressions visually. Generate human-readable descriptions and preview next execution times.
jwt
JWT Decoder
Decode and inspect JWT tokens. View header, payload, and signature details.
rx
Regex Tester
Test regular expressions with live matching, group highlighting, and explanations.
ts
Timestamp Converter
Convert Unix timestamps to human-readable dates. Supports ms/s, UTC/local, and relative time.