Shades of Navy #001176
Tints of Navy #001176
RGB
CMYK
RGB Variations
Color information
#001176 (or 0x001176) is known color: Navy. HEX triplet: 00, 11 and 76. RGB value is (0,17,118). Sum of RGB (Red+Green+Blue) = 0+17+118=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #001176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001176 is #FFEE89. Grayscale: #171717. Windows color (decimal): -16772746 or 7737600. OLE color: 7737600.
HSL color Cylindrical-coordinate representation of color #001176: hue angle of 231.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001176 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 17 | 118 | - |
| CMYK | 1 | 0.86 | 0 | 0.54 |
| HSL | 231.36º | 1% | 0.23% | - |
| HSV(B) | 231.36º | 1% | 0.46% | - |
| XYZ | 3.47 | 1.71 | 17.29 | - |
| YUV | 23.43 | 181.37 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 118 | 1 | 0.86 | 0 | 0.54 | 231.36 | 1 | 0.23 |
| Hex | 0 | 11 | 76 | 64 | 56 | 0 | 36 | E7 | 64 | 17 |
| Octal | 0 | 21 | 166 | 144 | 126 | 0 | 66 | 347 | 144 | 27 |
| Binary | 0 | 10001 | 1110110 | 1100100 | 1010110 | 0 | 110110 | 11100111 | 1100100 | 10111 |
Color Harmonies of #001176
Complementary color
Monochromatic Colors of #001176
Black with #001176
Text Example
Text Example
White with #001176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001176; }
p { color: rgb(0,17,118); }
H1.HeaderClassName
{
color: #001176;
}
.AnyTagClassName
{
color: #001176;
}
</style>
background-color css
<style>
a { background-color: #001176; }
a { background-color: rgb(0,17,118); }
div.DivClassName
{
background-color: #001176;
}
.BgClassName
{
background-color: #001176;
}
</style>
border-color css
<style>
span { border-color: #001176; }
span { border-color: rgb(0,17,118); }
td.TdClassName
{
border-color: #001176;
}
.TagClassName
{
border-color: #001176;
}
</style>