#0F49A0
A dark, vivid blue closely aligning with Darkslateblue.
About #0F49A0
At its core, #0F49A0 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, 73, and 160.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 91% C, 54% M, 0% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F49A0
RGB15, 73, 160
HSL216.0°, 82.9%, 34.3%
CMYK91%, 54%, 0%, 37%
HSV216.0°, 90.6%, 62.7%
LAB32.7, 17.3, -52.0
XYZ8.9, 7.4, 34.2
Decimal1001888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.46:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.09:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F49A0;
}
.text-color {
color: #0F49A0;
}
.border-color {
border: 2px solid #0F49A0;
}