#071692
A dark, vivid blue closely aligning with Navy.
About #071692
At its core, #071692 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Navy. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 22, and 146.
If you are designing for print, the four-color process is what matters most. The color uses 95% Cyan, 85% Magenta, 0% Yellow, and 43% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#071692
RGB7, 22, 146
HSL233.5°, 90.8%, 30.0%
CMYK95%, 85%, 0%, 43%
HSV233.5°, 95.2%, 57.3%
LAB18.8, 44.2, -66.3
XYZ5.6, 2.7, 27.4
Decimal464530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.65:1
Text on #FFFFFF
AAA
1.54:1
Text on #000000
FAIL
13.04:1
Text on #F8FAFC
AAA
1.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071692;
}
.text-color {
color: #071692;
}
.border-color {
border: 2px solid #071692;
}