#071D49
A very dark, vivid blue closely aligning with Darkslateblue.
About #071D49
When working with digital screens, the color #071D49 is rendered by mixing light. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(7, 29, 73).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 90% cyan, 60% magenta, 0% yellow, and 71% black. With a hue angle of 220.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#071D49
RGB7, 29, 73
HSL220.0°, 82.5%, 15.7%
CMYK90%, 60%, 0%, 71%
HSV220.0°, 90.4%, 28.6%
LAB12.0, 10.9, -29.8
XYZ1.7, 1.4, 6.5
Decimal466249
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.39:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.67:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071D49;
}
.text-color {
color: #071D49;
}
.border-color {
border: 2px solid #071D49;
}