#07167C
A dark, vivid blue closely aligning with Midnightblue.
About #07167C
Visually, #07167C is defined as a vivid blue. Designers often compare it to the standard color Midnightblue. Its digital footprint relies on 7 parts red, 22 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 94% Cyan, 82% Magenta, 0% Yellow, and 51% Black. With a hue angle of 232.3 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07167C
RGB7, 22, 124
HSL232.3°, 89.3%, 25.7%
CMYK94%, 82%, 0%, 51%
HSV232.3°, 94.4%, 48.6%
LAB15.9, 36.7, -57.3
XYZ4.0, 2.1, 19.3
Decimal464508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.84:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.19:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07167C;
}
.text-color {
color: #07167C;
}
.border-color {
border: 2px solid #07167C;
}