#000F50
A very dark, vivid blue closely aligning with Midnightblue.
About #000F50
At its core, #000F50 is a very dark and vivid hue. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(0, 15, 80).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 81% Magenta, 0% Yellow, and 69% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000F50
RGB0, 15, 80
HSL228.8°, 100.0%, 15.7%
CMYK100%, 81%, 0%, 69%
HSV228.8°, 100.0%, 31.4%
LAB8.3, 23.8, -40.7
XYZ1.6, 0.9, 7.7
Decimal3920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.73:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
16.95:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F50;
}
.text-color {
color: #000F50;
}
.border-color {
border: 2px solid #000F50;
}