#0F072C
A very dark, vivid blue closely aligning with Black.
About #0F072C
At its core, #0F072C is a very dark and vivid hue. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 15 red, 7 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 66% C, 84% M, 0% Y, and 83% K. With a hue angle of 253.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F072C
RGB15, 7, 44
HSL253.0°, 72.5%, 10.0%
CMYK66%, 84%, 0%, 83%
HSV253.0°, 84.1%, 17.3%
LAB3.9, 12.9, -21.9
XYZ0.7, 0.4, 2.4
Decimal984876
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.32:1
Text on #FFFFFF
AAA
1.09:1
Text on #000000
FAIL
18.46:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F072C;
}
.text-color {
color: #0F072C;
}
.border-color {
border: 2px solid #0F072C;
}