#0F00BD
A dark, vivid blue closely aligning with Mediumblue.
About #0F00BD
When working with digital screens, the color #0F00BD is rendered by mixing light. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 0, and 189.
For print applications, it's crucial to understand its CMYK makeup. The color uses 92% Cyan, 100% Magenta, 0% Yellow, and 26% Black. The HSL representation is 244.8° hue, 100.0% saturation, and 37.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F00BD
RGB15, 0, 189
HSL244.8°, 100.0%, 37.1%
CMYK92%, 100%, 0%, 26%
HSV244.8°, 100.0%, 74.1%
LAB22.9, 63.3, -85.5
XYZ9.4, 3.8, 48.4
Decimal983229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.96:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.44:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F00BD;
}
.text-color {
color: #0F00BD;
}
.border-color {
border: 2px solid #0F00BD;
}