Shades of Navy #000176
Tints of Navy #000176
RGB
CMYK
RGB Variations
Color information
#000176 (or 0x000176) is known color: Navy. HEX triplet: 00, 01 and 76. RGB value is (0,1,118). Sum of RGB (Red+Green+Blue) = 0+1+118=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 118 (46.48% from 255 or 99.16% from 119); Max value from RGB is 118 - color contains mainly: blue. Hex color #000176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000176 is #FFFE89. Grayscale: #0D0D0D. Windows color (decimal): -16776842 or 7733504. OLE color: 7733504.
HSL color Cylindrical-coordinate representation of color #000176: hue angle of 239.49º 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 #000176 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 1 | 118 | - |
| CMYK | 1 | 0.99 | 0 | 0.54 |
| HSL | 239.49º | 1% | 0.23% | - |
| HSV(B) | 239.49º | 1% | 0.46% | - |
| XYZ | 3.28 | 1.33 | 17.22 | - |
| YUV | 14.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 118 | 1 | 0.99 | 0 | 0.54 | 239.49 | 1 | 0.23 |
| Hex | 0 | 1 | 76 | 64 | 63 | 0 | 36 | EF | 64 | 17 |
| Octal | 0 | 1 | 166 | 144 | 143 | 0 | 66 | 357 | 144 | 27 |
| Binary | 0 | 1 | 1110110 | 1100100 | 1100011 | 0 | 110110 | 11101111 | 1100100 | 10111 |
Color Harmonies of #000176
Complementary color
Monochromatic Colors of #000176
Black with #000176
Text Example
Text Example
White with #000176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000176; }
p { color: rgb(0,1,118); }
H1.HeaderClassName
{
color: #000176;
}
.AnyTagClassName
{
color: #000176;
}
</style>
background-color css
<style>
a { background-color: #000176; }
a { background-color: rgb(0,1,118); }
div.DivClassName
{
background-color: #000176;
}
.BgClassName
{
background-color: #000176;
}
</style>
border-color css
<style>
span { border-color: #000176; }
span { border-color: rgb(0,1,118); }
td.TdClassName
{
border-color: #000176;
}
.TagClassName
{
border-color: #000176;
}
</style>