#000775
A dark, vivid blue closely aligning with Navy.
About #000775
Visually, #000775 is defined as a vivid blue. Its closest recognized web color is Navy. In the RGB color space, it consists of 0 red, 7 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 94% M, 0% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#000775
RGB0, 7, 117
HSL236.4°, 100.0%, 22.9%
CMYK100%, 94%, 0%, 54%
HSV236.4°, 100.0%, 45.9%
LAB12.2, 41.4, -58.9
XYZ3.3, 1.4, 16.9
Decimal1909
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.31:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.59:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000775;
}
.text-color {
color: #000775;
}
.border-color {
border: 2px solid #000775;
}