#070F8A
A dark, vivid blue closely aligning with Navy.
About #070F8A
The hex code #070F8A represents a beautifully specific shade of blue. Designers often compare it to the standard color Navy. This translates to an RGB value of rgb(7, 15, 138).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 95% cyan and 89% magenta inks. The HSL representation is 236.3° hue, 90.3% saturation, and 28.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#070F8A
RGB7, 15, 138
HSL236.3°, 90.3%, 28.4%
CMYK95%, 89%, 0%, 46%
HSV236.3°, 94.9%, 54.1%
LAB16.6, 44.8, -65.0
XYZ4.8, 2.2, 24.2
Decimal462730
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.54:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.90:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F8A;
}
.text-color {
color: #070F8A;
}
.border-color {
border: 2px solid #070F8A;
}