Shades of Navy #160076
Tints of Navy #160076
RGB
CMYK
RGB Variations
Color information
#160076 (or 0x160076) is known color: Navy. HEX triplet: 16, 00 and 76. RGB value is (22,0,118). Sum of RGB (Red+Green+Blue) = 22+0+118=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #160076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160076 is #E9FF89. Grayscale: #131313. Windows color (decimal): -15335306 or 7733270. OLE color: 7733270.
HSL color Cylindrical-coordinate representation of color #160076: hue angle of 251.19º 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 #160076 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 0 | 118 | - |
| CMYK | 0.81 | 1 | 0 | 0.54 |
| HSL | 251.19º | 1% | 0.23% | - |
| HSV(B) | 251.19º | 1% | 0.46% | - |
| XYZ | 3.6 | 1.48 | 17.24 | - |
| YUV | 20.03 | 183.29 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 118 | 0.81 | 1 | 0 | 0.54 | 251.19 | 1 | 0.23 |
| Hex | 16 | 0 | 76 | 51 | 64 | 0 | 36 | FB | 64 | 17 |
| Octal | 26 | 0 | 166 | 121 | 144 | 0 | 66 | 373 | 144 | 27 |
| Binary | 10110 | 0 | 1110110 | 1010001 | 1100100 | 0 | 110110 | 11111011 | 1100100 | 10111 |
Color Harmonies of #160076
Complementary color
Monochromatic Colors of #160076
Black with #160076
Text Example
Text Example
White with #160076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160076; }
p { color: rgb(22,0,118); }
H1.HeaderClassName
{
color: #160076;
}
.AnyTagClassName
{
color: #160076;
}
</style>
background-color css
<style>
a { background-color: #160076; }
a { background-color: rgb(22,0,118); }
div.DivClassName
{
background-color: #160076;
}
.BgClassName
{
background-color: #160076;
}
</style>
border-color css
<style>
span { border-color: #160076; }
span { border-color: rgb(22,0,118); }
td.TdClassName
{
border-color: #160076;
}
.TagClassName
{
border-color: #160076;
}
</style>