#0F4299
A dark, vivid blue closely aligning with Darkslateblue.
About #0F4299
The hex code #0F4299 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 15 red, 66 green, and 153 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 90% cyan and 57% magenta inks. The HSL representation is 217.8° hue, 82.1% saturation, and 32.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F4299
RGB15, 66, 153
HSL217.8°, 82.1%, 32.9%
CMYK90%, 57%, 0%, 40%
HSV217.8°, 90.2%, 60.0%
LAB30.2, 19.2, -51.9
XYZ7.9, 6.3, 30.9
Decimal1000089
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.29:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.88:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F4299;
}
.text-color {
color: #0F4299;
}
.border-color {
border: 2px solid #0F4299;
}