Shades of Navy #001077
Tints of Navy #001077
RGB
CMYK
RGB Variations
Color information
#001077 (or 0x001077) is known color: Navy. HEX triplet: 00, 10 and 77. RGB value is (0,16,119). Sum of RGB (Red+Green+Blue) = 0+16+119=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 119 (46.88% from 255 or 88.15% from 135); Max value from RGB is 119 - color contains mainly: blue. Hex color #001077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001077 is #FFEF88. Grayscale: #161616. Windows color (decimal): -16773001 or 7802880. OLE color: 7802880.
HSL color Cylindrical-coordinate representation of color #001077: hue angle of 231.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001077 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 16 | 119 | - |
| CMYK | 1 | 0.87 | 0 | 0.53 |
| HSL | 231.93º | 1% | 0.23% | - |
| HSV(B) | 231.93º | 1% | 0.47% | - |
| XYZ | 3.52 | 1.7 | 17.6 | - |
| YUV | 22.96 | 182.2 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 119 | 1 | 0.87 | 0 | 0.53 | 231.93 | 1 | 0.23 |
| Hex | 0 | 10 | 77 | 64 | 57 | 0 | 35 | E8 | 64 | 17 |
| Octal | 0 | 20 | 167 | 144 | 127 | 0 | 65 | 350 | 144 | 27 |
| Binary | 0 | 10000 | 1110111 | 1100100 | 1010111 | 0 | 110101 | 11101000 | 1100100 | 10111 |
Color Harmonies of #001077
Complementary color
Monochromatic Colors of #001077
Black with #001077
Text Example
Text Example
White with #001077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001077; }
p { color: rgb(0,16,119); }
H1.HeaderClassName
{
color: #001077;
}
.AnyTagClassName
{
color: #001077;
}
</style>
background-color css
<style>
a { background-color: #001077; }
a { background-color: rgb(0,16,119); }
div.DivClassName
{
background-color: #001077;
}
.BgClassName
{
background-color: #001077;
}
</style>
border-color css
<style>
span { border-color: #001077; }
span { border-color: rgb(0,16,119); }
td.TdClassName
{
border-color: #001077;
}
.TagClassName
{
border-color: #001077;
}
</style>