Shades of Navy #160175
Tints of Navy #160175
RGB
CMYK
RGB Variations
Color information
#160175 (or 0x160175) is known color: Navy. HEX triplet: 16, 01 and 75. RGB value is (22,1,117). Sum of RGB (Red+Green+Blue) = 22+1+117=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #160175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160175 is #E9FE8A. Grayscale: #141414. Windows color (decimal): -15335051 or 7667990. OLE color: 7667990.
HSL color Cylindrical-coordinate representation of color #160175: hue angle of 250.86º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160175 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 1 | 117 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.54 |
| HSL | 250.86º | 0.98% | 0.23% | - |
| HSV(B) | 250.86º | 0.99% | 0.46% | - |
| XYZ | 3.55 | 1.48 | 16.93 | - |
| YUV | 20.5 | 182.46 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 117 | 0.81 | 0.99 | 0 | 0.54 | 250.86 | 0.98 | 0.23 |
| Hex | 16 | 1 | 75 | 51 | 63 | 0 | 36 | FB | 62 | 17 |
| Octal | 26 | 1 | 165 | 121 | 143 | 0 | 66 | 373 | 142 | 27 |
| Binary | 10110 | 1 | 1110101 | 1010001 | 1100011 | 0 | 110110 | 11111011 | 1100010 | 10111 |
Color Harmonies of #160175
Complementary color
Monochromatic Colors of #160175
Black with #160175
Text Example
Text Example
White with #160175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160175; }
p { color: rgb(22,1,117); }
H1.HeaderClassName
{
color: #160175;
}
.AnyTagClassName
{
color: #160175;
}
</style>
background-color css
<style>
a { background-color: #160175; }
a { background-color: rgb(22,1,117); }
div.DivClassName
{
background-color: #160175;
}
.BgClassName
{
background-color: #160175;
}
</style>
border-color css
<style>
span { border-color: #160175; }
span { border-color: rgb(22,1,117); }
td.TdClassName
{
border-color: #160175;
}
.TagClassName
{
border-color: #160175;
}
</style>