#0F07AF
A dark, vivid blue closely aligning with Darkblue.
About #0F07AF
The hex code #0F07AF represents a beautifully specific shade of blue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(15, 7, 175).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 91% cyan, 96% magenta, 0% yellow, and 31% black. The HSL representation is 242.9° hue, 92.3% saturation, and 35.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#0F07AF
RGB15, 7, 175
HSL242.9°, 92.3%, 35.7%
CMYK91%, 96%, 0%, 31%
HSV242.9°, 96.0%, 68.6%
LAB21.4, 58.1, -79.7
XYZ8.0, 3.3, 40.8
Decimal985007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.58:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.02:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F07AF;
}
.text-color {
color: #0F07AF;
}
.border-color {
border: 2px solid #0F07AF;
}