#07246D
A dark, vivid blue closely aligning with Midnightblue.
About #07246D
The hex code #07246D represents a beautifully specific shade of blue. It is closely associated with the named CSS color Midnightblue. This translates to an RGB value of rgb(7, 36, 109).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 94% Cyan, 67% Magenta, 0% Yellow, and 57% Black. The HSL representation is 222.9° hue, 87.9% saturation, and 22.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07246D
RGB7, 36, 109
HSL222.9°, 87.9%, 22.7%
CMYK94%, 67%, 0%, 57%
HSV222.9°, 93.6%, 42.7%
LAB17.5, 21.6, -44.9
XYZ3.5, 2.4, 14.8
Decimal468077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.17:1
Text on #FFFFFF
AAA
1.48:1
Text on #000000
FAIL
13.54:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07246D;
}
.text-color {
color: #07246D;
}
.border-color {
border: 2px solid #07246D;
}