Shades of Navy #001177
Tints of Navy #001177
RGB
CMYK
RGB Variations
Color information
#001177 (or 0x001177) is known color: Navy. HEX triplet: 00, 11 and 77. RGB value is (0,17,119). Sum of RGB (Red+Green+Blue) = 0+17+119=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #001177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001177 is #FFEE88. Grayscale: #171717. Windows color (decimal): -16772745 or 7803136. OLE color: 7803136.
HSL color Cylindrical-coordinate representation of color #001177: hue angle of 231.43º 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 #001177 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 17 | 119 | - |
| CMYK | 1 | 0.86 | 0 | 0.53 |
| HSL | 231.43º | 1% | 0.23% | - |
| HSV(B) | 231.43º | 1% | 0.47% | - |
| XYZ | 3.53 | 1.73 | 17.6 | - |
| YUV | 23.55 | 181.87 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 119 | 1 | 0.86 | 0 | 0.53 | 231.43 | 1 | 0.23 |
| Hex | 0 | 11 | 77 | 64 | 56 | 0 | 35 | E7 | 64 | 17 |
| Octal | 0 | 21 | 167 | 144 | 126 | 0 | 65 | 347 | 144 | 27 |
| Binary | 0 | 10001 | 1110111 | 1100100 | 1010110 | 0 | 110101 | 11100111 | 1100100 | 10111 |
Color Harmonies of #001177
Complementary color
Monochromatic Colors of #001177
Black with #001177
Text Example
Text Example
White with #001177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001177; }
p { color: rgb(0,17,119); }
H1.HeaderClassName
{
color: #001177;
}
.AnyTagClassName
{
color: #001177;
}
</style>
background-color css
<style>
a { background-color: #001177; }
a { background-color: rgb(0,17,119); }
div.DivClassName
{
background-color: #001177;
}
.BgClassName
{
background-color: #001177;
}
</style>
border-color css
<style>
span { border-color: #001177; }
span { border-color: rgb(0,17,119); }
td.TdClassName
{
border-color: #001177;
}
.TagClassName
{
border-color: #001177;
}
</style>