#071D50
A very dark, vivid blue closely aligning with Darkslateblue.
About #071D50
Visually, #071D50 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 29, and 80.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 91% cyan, 64% magenta, 0% yellow, and 69% black. With a hue angle of 221.9 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#071D50
RGB7, 29, 80
HSL221.9°, 83.9%, 17.1%
CMYK91%, 64%, 0%, 69%
HSV221.9°, 91.2%, 31.4%
LAB12.6, 14.1, -33.6
XYZ2.0, 1.5, 7.8
Decimal466256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.15:1
Text on #FFFFFF
AAA
1.30:1
Text on #000000
FAIL
15.43:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071D50;
}
.text-color {
color: #071D50;
}
.border-color {
border: 2px solid #071D50;
}