#071666
A dark, vivid blue closely aligning with Midnightblue.
About #071666
Visually, #071666 is defined as a vivid blue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 7 parts red, 22 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 78% M, 0% Y, and 60% K. The HSL representation is 230.5° hue, 87.2% saturation, and 21.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#071666
RGB7, 22, 102
HSL230.5°, 87.2%, 21.4%
CMYK93%, 78%, 0%, 60%
HSV230.5°, 93.1%, 40.0%
LAB13.1, 28.5, -47.6
XYZ2.8, 1.6, 12.7
Decimal464486
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.96:1
Text on #FFFFFF
AAA
1.32:1
Text on #000000
FAIL
15.26:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071666;
}
.text-color {
color: #071666;
}
.border-color {
border: 2px solid #071666;
}