#000075
A dark, vivid blue closely aligning with Navy.
About #000075
The hex code #000075 represents a beautifully specific shade of blue. Its closest recognized web color is Navy. This translates to an RGB value of rgb(0, 0, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 100% magenta, 0% yellow, and 54% black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
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#000075
RGB0, 0, 117
HSL240.0°, 100.0%, 22.9%
CMYK100%, 100%, 0%, 54%
HSV240.0°, 100.0%, 45.9%
LAB11.2, 44.5, -60.7
XYZ3.2, 1.3, 16.9
Decimal117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.71:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.97:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000075;
}
.text-color {
color: #000075;
}
.border-color {
border: 2px solid #000075;
}