#071D8A
A dark, vivid blue closely aligning with Navy.
About #071D8A
When working with digital screens, the color #071D8A is rendered by mixing light. It is closely associated with the named CSS color Navy. In the RGB color space, it consists of 7 red, 29 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 95% cyan and 79% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#071D8A
RGB7, 29, 138
HSL229.9°, 90.3%, 28.4%
CMYK95%, 79%, 0%, 46%
HSV229.9°, 94.9%, 54.1%
LAB19.1, 37.7, -60.9
XYZ5.1, 2.8, 24.3
Decimal466314
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.53:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.93:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071D8A;
}
.text-color {
color: #071D8A;
}
.border-color {
border: 2px solid #071D8A;
}