#00006D
A dark, vivid blue closely aligning with Navy.
About #00006D
The hex code #00006D represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Navy. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 0, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 100% Magenta, 0% Yellow, and 57% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00006D
RGB0, 0, 109
HSL240.0°, 100.0%, 21.4%
CMYK100%, 100%, 0%, 57%
HSV240.0°, 100.0%, 42.7%
LAB9.8, 42.4, -57.7
XYZ2.8, 1.1, 14.5
Decimal109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.20:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.44:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00006D;
}
.text-color {
color: #00006D;
}
.border-color {
border: 2px solid #00006D;
}