#07163A
A very dark, vivid blue closely aligning with Black.
About #07163A
At its core, #07163A is a very dark and vivid hue. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(7, 22, 58).
Translating this color to physical media requires the CMYK color model. The color uses 88% Cyan, 62% Magenta, 0% Yellow, and 77% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07163A
RGB7, 22, 58
HSL222.4°, 78.5%, 12.7%
CMYK88%, 62%, 0%, 77%
HSV222.4°, 87.9%, 22.7%
LAB8.3, 9.5, -25.2
XYZ1.1, 0.9, 4.1
Decimal464442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.72:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
16.94:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07163A;
}
.text-color {
color: #07163A;
}
.border-color {
border: 2px solid #07163A;
}