#070F83
A dark, vivid blue closely aligning with Navy.
About #070F83
The precise color #070F83 is an excellent choice for modern design projects. Designers often compare it to the standard color Navy. This translates to an RGB value of rgb(7, 15, 131).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 95% C, 89% M, 0% Y, and 49% K. With a hue angle of 236.1 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#070F83
RGB7, 15, 131
HSL236.1°, 89.9%, 27.1%
CMYK95%, 89%, 0%, 49%
HSV236.1°, 94.7%, 51.4%
LAB15.6, 42.6, -62.2
XYZ4.4, 2.0, 21.6
Decimal462723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.95:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.28:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F83;
}
.text-color {
color: #070F83;
}
.border-color {
border: 2px solid #070F83;
}