#0F3A92
A dark, vivid blue closely aligning with Darkslateblue.
About #0F3A92
At its core, #0F3A92 is a dark and vivid hue. Its closest recognized web color is Darkslateblue. Its digital footprint relies on 15 parts red, 58 parts green, and 146 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 90% cyan, 60% magenta, 0% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F3A92
RGB15, 58, 146
HSL220.3°, 81.4%, 31.6%
CMYK90%, 60%, 0%, 43%
HSV220.3°, 89.7%, 57.3%
LAB27.3, 21.9, -52.3
XYZ6.9, 5.2, 27.8
Decimal998034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.29:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.84:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3A92;
}
.text-color {
color: #0F3A92;
}
.border-color {
border: 2px solid #0F3A92;
}