#0F33C5
A medium, vivid blue closely aligning with Darkblue.
About #0F33C5
Visually, #0F33C5 is defined as a vivid blue. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(15, 51, 197).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 92% cyan and 74% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F33C5
RGB15, 51, 197
HSL228.1°, 85.8%, 41.6%
CMYK92%, 74%, 0%, 23%
HSV228.1°, 92.4%, 77.3%
LAB30.6, 46.0, -77.4
XYZ11.5, 6.5, 53.5
Decimal996293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.13:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.73:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F33C5;
}
.text-color {
color: #0F33C5;
}
.border-color {
border: 2px solid #0F33C5;
}