Shades of Navy #011072
Tints of Navy #011072
RGB
CMYK
RGB Variations
Color information
#011072 (or 0x011072) is known color: Navy. HEX triplet: 01, 10 and 72. RGB value is (1,16,114). Sum of RGB (Red+Green+Blue) = 1+16+114=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 114 (44.92% from 255 or 87.02% from 131); Max value from RGB is 114 - color contains mainly: blue. Hex color #011072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011072 is #FEEF8D. Grayscale: #161616. Windows color (decimal): -16707470 or 7475201. OLE color: 7475201.
HSL color Cylindrical-coordinate representation of color #011072: hue angle of 232.04º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011072 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 16 | 114 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.55 |
| HSL | 232.04º | 0.98% | 0.23% | - |
| HSV(B) | 232.04º | 0.99% | 0.45% | - |
| XYZ | 3.24 | 1.59 | 16.06 | - |
| YUV | 22.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 114 | 0.99 | 0.86 | 0 | 0.55 | 232.04 | 0.98 | 0.23 |
| Hex | 1 | 10 | 72 | 63 | 56 | 0 | 37 | E8 | 62 | 17 |
| Octal | 1 | 20 | 162 | 143 | 126 | 0 | 67 | 350 | 142 | 27 |
| Binary | 1 | 10000 | 1110010 | 1100011 | 1010110 | 0 | 110111 | 11101000 | 1100010 | 10111 |
Color Harmonies of #011072
Complementary color
Monochromatic Colors of #011072
Black with #011072
Text Example
Text Example
White with #011072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011072; }
p { color: rgb(1,16,114); }
H1.HeaderClassName
{
color: #011072;
}
.AnyTagClassName
{
color: #011072;
}
</style>
background-color css
<style>
a { background-color: #011072; }
a { background-color: rgb(1,16,114); }
div.DivClassName
{
background-color: #011072;
}
.BgClassName
{
background-color: #011072;
}
</style>
border-color css
<style>
span { border-color: #011072; }
span { border-color: rgb(1,16,114); }
td.TdClassName
{
border-color: #011072;
}
.TagClassName
{
border-color: #011072;
}
</style>