#071DB6
A dark, vivid blue closely aligning with Darkblue.
About #071DB6
The precise color #071DB6 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkblue. Its digital footprint relies on 7 parts red, 29 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 96% Cyan, 84% Magenta, 0% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#071DB6
RGB7, 29, 182
HSL232.5°, 92.6%, 37.1%
CMYK96%, 84%, 0%, 29%
HSV232.5°, 96.2%, 71.4%
LAB24.6, 52.5, -78.5
XYZ9.0, 4.3, 44.6
Decimal466358
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.29:1
Text on #FFFFFF
AAA
1.86:1
Text on #000000
FAIL
10.79:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071DB6;
}
.text-color {
color: #071DB6;
}
.border-color {
border: 2px solid #071DB6;
}