#000F75
A dark, vivid blue closely aligning with Midnightblue.
About #000F75
At its core, #000F75 is a dark and vivid hue. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(0, 15, 117).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 87% magenta, 0% yellow, and 54% black. The HSL representation is 232.3° hue, 100.0% saturation, and 22.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000F75
RGB0, 15, 117
HSL232.3°, 100.0%, 22.9%
CMYK100%, 87%, 0%, 54%
HSV232.3°, 100.0%, 45.9%
LAB13.4, 37.8, -57.0
XYZ3.4, 1.6, 17.0
Decimal3957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.85:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.15:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F75;
}
.text-color {
color: #000F75;
}
.border-color {
border: 2px solid #000F75;
}