#070F7C
A dark, vivid blue closely aligning with Navy.
About #070F7C
The hex code #070F7C represents a beautifully specific shade of blue. Designers often compare it to the standard color Navy. Its digital footprint relies on 7 parts red, 15 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 94% cyan and 88% magenta inks. The HSL representation is 235.9° hue, 89.3% saturation, and 25.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#070F7C
RGB7, 15, 124
HSL235.9°, 89.3%, 25.7%
CMYK94%, 88%, 0%, 51%
HSV235.9°, 94.4%, 48.6%
LAB14.6, 40.4, -59.4
XYZ3.9, 1.8, 19.2
Decimal462716
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.35:1
Text on #FFFFFF
AAA
1.37:1
Text on #000000
FAIL
14.67:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F7C;
}
.text-color {
color: #070F7C;
}
.border-color {
border: 2px solid #070F7C;
}