#00007C
A dark, vivid blue closely aligning with Navy.
About #00007C
At its core, #00007C is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Navy. Its digital footprint relies on 0 parts red, 0 parts green, and 124 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 100% magenta, 0% yellow, and 51% black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00007C
RGB0, 0, 124
HSL240.0°, 100.0%, 24.3%
CMYK100%, 100%, 0%, 51%
HSV240.0°, 100.0%, 48.6%
LAB12.3, 46.4, -63.2
XYZ3.6, 1.5, 19.2
Decimal124
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.27:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.55:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00007C;
}
.text-color {
color: #00007C;
}
.border-color {
border: 2px solid #00007C;
}