#00078A
A dark, vivid blue closely aligning with Navy.
About #00078A
The hex code #00078A represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Navy. Its digital footprint relies on 0 parts red, 7 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 95% magenta, 0% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00078A
RGB0, 7, 138
HSL237.0°, 100.0%, 27.1%
CMYK100%, 95%, 0%, 46%
HSV237.0°, 100.0%, 54.1%
LAB15.4, 47.6, -66.9
XYZ4.7, 2.0, 24.2
Decimal1930
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.03:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.36:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00078A;
}
.text-color {
color: #00078A;
}
.border-color {
border: 2px solid #00078A;
}