#0F2CC5
A medium, vivid blue closely aligning with Darkblue.
About #0F2CC5
When working with digital screens, the color #0F2CC5 is rendered by mixing light. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(15, 44, 197).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 92% cyan and 78% magenta inks. With a hue angle of 230.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F2CC5
RGB15, 44, 197
HSL230.4°, 85.8%, 41.6%
CMYK92%, 78%, 0%, 23%
HSV230.4°, 92.4%, 77.3%
LAB29.2, 49.9, -79.7
XYZ11.2, 5.9, 53.4
Decimal994501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.60:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.18:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2CC5;
}
.text-color {
color: #0F2CC5;
}
.border-color {
border: 2px solid #0F2CC5;
}