#0F5092
A dark, vivid blue closely aligning with Darkslateblue.
About #0F5092
The hex code #0F5092 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 80, and 146.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 90% cyan and 45% magenta inks. The HSL representation is 210.2° hue, 81.4% saturation, and 31.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F5092
RGB15, 80, 146
HSL210.2°, 81.4%, 31.6%
CMYK90%, 45%, 0%, 43%
HSV210.2°, 89.7%, 57.3%
LAB33.8, 6.7, -41.7
XYZ8.3, 7.9, 28.3
Decimal1003666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.13:1
Text on #FFFFFF
AAA
2.58:1
Text on #000000
FAIL
7.77:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5092;
}
.text-color {
color: #0F5092;
}
.border-color {
border: 2px solid #0F5092;
}