#0F1DC5
A medium, vivid blue closely aligning with Mediumblue.
About #0F1DC5
Visually, #0F1DC5 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 29, and 197.
For print applications, it's crucial to understand its CMYK makeup. The color uses 92% Cyan, 85% Magenta, 0% Yellow, and 23% Black. The HSL representation is 235.4° hue, 85.8% saturation, and 41.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#0F1DC5
RGB15, 29, 197
HSL235.4°, 85.8%, 41.6%
CMYK92%, 85%, 0%, 23%
HSV235.4°, 92.4%, 77.3%
LAB26.8, 57.2, -83.8
XYZ10.7, 5.0, 53.2
Decimal990661
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.49:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.02:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1DC5;
}
.text-color {
color: #0F1DC5;
}
.border-color {
border: 2px solid #0F1DC5;
}