Shades of Navy #160074
Tints of Navy #160074
RGB
CMYK
RGB Variations
Color information
#160074 (or 0x160074) is known color: Navy. HEX triplet: 16, 00 and 74. RGB value is (22,0,116). Sum of RGB (Red+Green+Blue) = 22+0+116=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #160074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160074 is #E9FF8B. Grayscale: #131313. Windows color (decimal): -15335308 or 7602198. OLE color: 7602198.
HSL color Cylindrical-coordinate representation of color #160074: hue angle of 251.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160074 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 0 | 116 | - |
| CMYK | 0.81 | 1 | 0 | 0.55 |
| HSL | 251.38º | 1% | 0.23% | - |
| HSV(B) | 251.38º | 1% | 0.45% | - |
| XYZ | 3.48 | 1.43 | 16.62 | - |
| YUV | 19.8 | 182.29 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 116 | 0.81 | 1 | 0 | 0.55 | 251.38 | 1 | 0.23 |
| Hex | 16 | 0 | 74 | 51 | 64 | 0 | 37 | FB | 64 | 17 |
| Octal | 26 | 0 | 164 | 121 | 144 | 0 | 67 | 373 | 144 | 27 |
| Binary | 10110 | 0 | 1110100 | 1010001 | 1100100 | 0 | 110111 | 11111011 | 1100100 | 10111 |
Color Harmonies of #160074
Complementary color
Monochromatic Colors of #160074
Black with #160074
Text Example
Text Example
White with #160074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160074; }
p { color: rgb(22,0,116); }
H1.HeaderClassName
{
color: #160074;
}
.AnyTagClassName
{
color: #160074;
}
</style>
background-color css
<style>
a { background-color: #160074; }
a { background-color: rgb(22,0,116); }
div.DivClassName
{
background-color: #160074;
}
.BgClassName
{
background-color: #160074;
}
</style>
border-color css
<style>
span { border-color: #160074; }
span { border-color: rgb(22,0,116); }
td.TdClassName
{
border-color: #160074;
}
.TagClassName
{
border-color: #160074;
}
</style>