#07162C
A very dark, vivid blue closely aligning with Black.
About #07162C
Visually, #07162C is defined as a vivid blue. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(7, 22, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 84% cyan, 50% magenta, 0% yellow, and 83% 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07162C
RGB7, 22, 44
HSL215.7°, 72.5%, 10.0%
CMYK84%, 50%, 0%, 83%
HSV215.7°, 84.1%, 17.3%
LAB7.2, 2.8, -16.7
XYZ0.8, 0.8, 2.5
Decimal464428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.10:1
Text on #FFFFFF
AAA
1.16:1
Text on #000000
FAIL
17.30:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07162C;
}
.text-color {
color: #07162C;
}
.border-color {
border: 2px solid #07162C;
}