#0F073A
A very dark, vivid blue closely aligning with Midnightblue.
About #0F073A
At its core, #0F073A is a very dark and vivid hue. Designers often compare it to the standard color Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 7, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 74% C, 88% M, 0% Y, and 77% K. The HSL representation is 249.4° hue, 78.5% saturation, and 12.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#0F073A
RGB15, 7, 58
HSL249.4°, 78.5%, 12.7%
CMYK74%, 88%, 0%, 77%
HSV249.4°, 87.9%, 22.7%
LAB5.0, 20.2, -30.5
XYZ1.0, 0.6, 4.1
Decimal984890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.89:1
Text on #FFFFFF
AAA
1.11:1
Text on #000000
FAIL
18.05:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F073A;
}
.text-color {
color: #0F073A;
}
.border-color {
border: 2px solid #0F073A;
}