#0F07A0
A dark, vivid blue closely aligning with Darkblue.
About #0F07A0
The hex code #0F07A0 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, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 91% cyan and 96% magenta inks. The HSL representation is 243.1° hue, 91.6% saturation, and 32.7% lightness.
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#0F07A0
RGB15, 7, 160
HSL243.1°, 91.6%, 32.7%
CMYK91%, 96%, 0%, 37%
HSV243.1°, 95.6%, 62.7%
LAB19.2, 54.0, -74.3
XYZ6.6, 2.8, 33.4
Decimal984992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.48:1
Text on #FFFFFF
AAA
1.56:1
Text on #000000
FAIL
12.88:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F07A0;
}
.text-color {
color: #0F07A0;
}
.border-color {
border: 2px solid #0F07A0;
}