Shades of Navy #011170
Tints of Navy #011170
RGB
CMYK
RGB Variations
Color information
#011170 (or 0x011170) is known color: Navy. HEX triplet: 01, 11 and 70. RGB value is (1,17,112). Sum of RGB (Red+Green+Blue) = 1+17+112=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #011170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011170 is #FEEE8F. Grayscale: #161616. Windows color (decimal): -16707216 or 7344385. OLE color: 7344385.
HSL color Cylindrical-coordinate representation of color #011170: hue angle of 231.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011170 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 17 | 112 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.56 |
| HSL | 231.35º | 0.98% | 0.22% | - |
| HSV(B) | 231.35º | 0.99% | 0.44% | - |
| XYZ | 3.14 | 1.58 | 15.47 | - |
| YUV | 23.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 112 | 0.99 | 0.85 | 0 | 0.56 | 231.35 | 0.98 | 0.22 |
| Hex | 1 | 11 | 70 | 63 | 55 | 0 | 38 | E7 | 62 | 16 |
| Octal | 1 | 21 | 160 | 143 | 125 | 0 | 70 | 347 | 142 | 26 |
| Binary | 1 | 10001 | 1110000 | 1100011 | 1010101 | 0 | 111000 | 11100111 | 1100010 | 10110 |
Color Harmonies of #011170
Complementary color
Monochromatic Colors of #011170
Black with #011170
Text Example
Text Example
White with #011170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011170; }
p { color: rgb(1,17,112); }
H1.HeaderClassName
{
color: #011170;
}
.AnyTagClassName
{
color: #011170;
}
</style>
background-color css
<style>
a { background-color: #011170; }
a { background-color: rgb(1,17,112); }
div.DivClassName
{
background-color: #011170;
}
.BgClassName
{
background-color: #011170;
}
</style>
border-color css
<style>
span { border-color: #011170; }
span { border-color: rgb(1,17,112); }
td.TdClassName
{
border-color: #011170;
}
.TagClassName
{
border-color: #011170;
}
</style>