Shades of Navy #010877
Tints of Navy #010877
RGB
CMYK
RGB Variations
Color information
#010877 (or 0x010877) is known color: Navy. HEX triplet: 01, 08 and 77. RGB value is (1,8,119). Sum of RGB (Red+Green+Blue) = 1+8+119=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 119 (46.88% from 255 or 92.97% from 128); Max value from RGB is 119 - color contains mainly: blue. Hex color #010877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010877 is #FEF788. Grayscale: #121212. Windows color (decimal): -16709513 or 7800833. OLE color: 7800833.
HSL color Cylindrical-coordinate representation of color #010877: hue angle of 236.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010877 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 8 | 119 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.53 |
| HSL | 236.44º | 0.98% | 0.24% | - |
| HSV(B) | 236.44º | 0.99% | 0.47% | - |
| XYZ | 3.43 | 1.51 | 17.56 | - |
| YUV | 18.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 119 | 0.99 | 0.93 | 0 | 0.53 | 236.44 | 0.98 | 0.24 |
| Hex | 1 | 8 | 77 | 63 | 5D | 0 | 35 | EC | 62 | 18 |
| Octal | 1 | 10 | 167 | 143 | 135 | 0 | 65 | 354 | 142 | 30 |
| Binary | 1 | 1000 | 1110111 | 1100011 | 1011101 | 0 | 110101 | 11101100 | 1100010 | 11000 |
Color Harmonies of #010877
Complementary color
Monochromatic Colors of #010877
Black with #010877
Text Example
Text Example
White with #010877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010877; }
p { color: rgb(1,8,119); }
H1.HeaderClassName
{
color: #010877;
}
.AnyTagClassName
{
color: #010877;
}
</style>
background-color css
<style>
a { background-color: #010877; }
a { background-color: rgb(1,8,119); }
div.DivClassName
{
background-color: #010877;
}
.BgClassName
{
background-color: #010877;
}
</style>
border-color css
<style>
span { border-color: #010877; }
span { border-color: rgb(1,8,119); }
td.TdClassName
{
border-color: #010877;
}
.TagClassName
{
border-color: #010877;
}
</style>