#071D5F
A dark, vivid blue closely aligning with Midnightblue.
About #071D5F
At its core, #071D5F is a dark and vivid hue. It is closely associated with the named CSS color Midnightblue. In the RGB color space, it consists of 7 red, 29 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 93% cyan, 69% magenta, 0% yellow, and 63% black. The HSL representation is 225.0° hue, 86.3% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#071D5F
RGB7, 29, 95
HSL225.0°, 86.3%, 20.0%
CMYK93%, 69%, 0%, 63%
HSV225.0°, 92.6%, 37.3%
LAB14.1, 20.7, -41.3
XYZ2.6, 1.8, 11.0
Decimal466271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.56:1
Text on #FFFFFF
AAA
1.35:1
Text on #000000
FAIL
14.87:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071D5F;
}
.text-color {
color: #071D5F;
}
.border-color {
border: 2px solid #071D5F;
}