#0F2C5F
A dark, vivid blue closely aligning with Darkslateblue.
About #0F2C5F
At its core, #0F2C5F is a dark and vivid hue. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 44, and 95.
For print applications, it's crucial to understand its CMYK makeup. The color uses 84% Cyan, 54% Magenta, 0% Yellow, and 63% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F2C5F
RGB15, 44, 95
HSL218.3°, 72.7%, 21.6%
CMYK84%, 54%, 0%, 63%
HSV218.3°, 84.2%, 37.3%
LAB18.9, 10.3, -33.5
XYZ3.2, 2.7, 11.2
Decimal994399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.58:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.98:1
Text on #F8FAFC
AAA
1.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2C5F;
}
.text-color {
color: #0F2C5F;
}
.border-color {
border: 2px solid #0F2C5F;
}