Use this color
Create with Navy Blue
Open a professional color tool with #000080 already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-navy-blue: #000080;
.bg-navy-blue { background-color: #000080; }
.text-navy-blue { color: #000080; }Color history, meaning and use · Editorially reviewed
About Navy Blue Color
Navy blue began as a clothing association and became a broad color name for very dark blue. Museum collections preserve the material context behind that association: enlisted naval dress used blue garments alongside highly recognizable white headwear. Digital standards later gave one exact coordinate to the older name.
CSS Color Level 4 defines the named color navy as #000080, which is the value used here. That makes the HEX interoperable in browsers, but not identical to every naval textile, uniform specification, ink, or commercial paint sold as navy blue. On screens it behaves as a deep structural color suited to navigation, headings, and dark surfaces, with contrast checked against the actual foreground.
The CSS value is an exact web keyword mapping, not a military uniform specification, textile match, or universal definition for all products called navy blue.
WCAG Accessibility
Contrast checks for Navy Blue against black and white text.
Downloadable color reference infographic
Navy Blue Color Reference Infographic
Save a high-resolution infographic of Navy Blue, including its color values, coordinated palette, and black and white text contrast.

Color Harmonies
Variants
Pairings
Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#000080",
"rgb": [
0,
0,
128
],
"hsl": [
240,
100,
25
],
"cmyk": [
100,
100,
0,
50
],
"luminance": 0.0156,
"contrast": {
"black": 1.31,
"white": 16.01
}
}WCAG
{
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
}Harmonies
{
"complementary": "#7F8000",
"analogous": [
"#004080",
"#400080"
],
"triadic": [
"#800000",
"#008000"
],
"tetradic": [
"#800040",
"#7F8000",
"#008040"
],
"splitComplementary": [
"#804000",
"#408000"
],
"monochromatic": [
"#0000DB",
"#000080",
"#000024"
]
}Variants
{
"light": "#0000DB",
"dark": "#000024",
"saturated": "#000080",
"desaturated": "#0E0E71",
"pastel": "#1313EC",
"neon": "#0000A8"
}Pairings
{
"best": [
"#FFFFFF",
"#7F8000",
"#004080",
"#400080"
],
"avoid": [
"#0E0E71",
"#0000DB"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#0000DB",
"#0E0E71"
]
}Knowledge graph
{
"nearestColors": [
"navy",
"dark-blue",
"ultramarine",
"midnight-blue",
"zaffre"
],
"generatedPalettes": [
"navy-blue"
],
"generatedComparisons": [
"dark-blue-vs-navy-blue",
"navy-blue-vs-midnight-blue",
"navy-vs-navy-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/dark",
"/colors/by-tone/classic"
],
"relatedTools": [
"/harmonies/navy-blue",
"/wcag/navy-blue",
"/css/colors/navy-blue",
"/hex/000080",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/dark",
"/colors/by-tone/classic"
],
"narrower": [
"/palettes/navy-blue"
],
"related": [
"/colors/navy",
"/colors/dark-blue",
"/colors/ultramarine",
"/colors/midnight-blue",
"/colors/zaffre",
"/compare/dark-blue-vs-navy-blue",
"/compare/navy-blue-vs-midnight-blue",
"/compare/navy-vs-navy-blue",
"/harmonies/navy-blue",
"/wcag/navy-blue",
"/css/colors/navy-blue",
"/hex/000080",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "navy-blue",
"name": "Navy Blue",
"hex": "#000080",
"family": "blue",
"temperature": "cool",
"tone": [
"dark",
"classic"
],
"uses": [
"branding",
"formal design",
"interfaces"
],
"psychology": {
"associations": [
"trust",
"authority",
"stability"
],
"contexts": [
"finance",
"technology",
"formal identity"
],
"avoidIn": [
"playful child-focused palettes"
]
},
"aliases": [
"navy"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"tags": [
"blue",
"cool",
"dark",
"classic",
"branding",
"formal-design",
"interfaces",
"trust",
"authority",
"stability"
],
"popularity": 73,
"rgb": [
0,
0,
128
],
"hsl": [
240,
100,
25
],
"cmyk": [
100,
100,
0,
50
],
"luminance": 0.0156,
"contrast": {
"black": 1.31,
"white": 16.01
},
"harmonies": {
"complementary": "#7F8000",
"analogous": [
"#004080",
"#400080"
],
"triadic": [
"#800000",
"#008000"
],
"tetradic": [
"#800040",
"#7F8000",
"#008040"
],
"splitComplementary": [
"#804000",
"#408000"
],
"monochromatic": [
"#0000DB",
"#000080",
"#000024"
]
},
"variants": {
"light": "#0000DB",
"dark": "#000024",
"saturated": "#000080",
"desaturated": "#0E0E71",
"pastel": "#1313EC",
"neon": "#0000A8"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"css": {
"variable": "--color-navy-blue: #000080;",
"utility": ".bg-navy-blue { background-color: #000080; }",
"textUtility": ".text-navy-blue { color: #000080; }"
},
"nearestColors": [
"navy",
"dark-blue",
"ultramarine",
"midnight-blue",
"zaffre"
],
"generatedPalettes": [
"navy-blue"
],
"generatedComparisons": [
"dark-blue-vs-navy-blue",
"navy-blue-vs-midnight-blue",
"navy-vs-navy-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/dark",
"/colors/by-tone/classic"
],
"relatedTools": [
"/harmonies/navy-blue",
"/wcag/navy-blue",
"/css/colors/navy-blue",
"/hex/000080",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/dark",
"/colors/by-tone/classic"
],
"narrower": [
"/palettes/navy-blue"
],
"related": [
"/colors/navy",
"/colors/dark-blue",
"/colors/ultramarine",
"/colors/midnight-blue",
"/colors/zaffre",
"/compare/dark-blue-vs-navy-blue",
"/compare/navy-blue-vs-midnight-blue",
"/compare/navy-vs-navy-blue",
"/harmonies/navy-blue",
"/wcag/navy-blue",
"/css/colors/navy-blue",
"/hex/000080",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#FFFFFF",
"#7F8000",
"#004080",
"#400080"
],
"avoid": [
"#0E0E71",
"#0000DB"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#0000DB",
"#0E0E71"
]
}
}