#0F3A83
A dark, vivid blue closely aligning with Darkslateblue.
About #0F3A83
At its core, #0F3A83 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 15 parts red, 58 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 89% cyan and 56% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0F3A83
RGB15, 58, 131
HSL217.8°, 79.5%, 28.6%
CMYK89%, 56%, 0%, 49%
HSV217.8°, 88.5%, 51.4%
LAB26.1, 15.6, -45.0
XYZ5.8, 4.8, 22.1
Decimal998019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.75:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.28:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3A83;
}
.text-color {
color: #0F3A83;
}
.border-color {
border: 2px solid #0F3A83;
}