#0F1D75
A dark, vivid blue closely aligning with Midnightblue.
About #0F1D75
Visually, #0F1D75 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Midnightblue. This translates to an RGB value of rgb(15, 29, 117).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 87% cyan and 75% magenta inks. With a hue angle of 231.8 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F1D75
RGB15, 29, 117
HSL231.8°, 77.3%, 25.9%
CMYK87%, 75%, 0%, 54%
HSV231.8°, 87.2%, 45.9%
LAB16.8, 30.2, -51.2
XYZ3.8, 2.3, 17.1
Decimal990581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.45:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.81:1
Text on #F8FAFC
AAA
1.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1D75;
}
.text-color {
color: #0F1D75;
}
.border-color {
border: 2px solid #0F1D75;
}