Shades of Navy #110072
Tints of Navy #110072
RGB
CMYK
RGB Variations
Color information
#110072 (or 0x110072) is known color: Navy. HEX triplet: 11, 00 and 72. RGB value is (17,0,114). Sum of RGB (Red+Green+Blue) = 17+0+114=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 0 (0.39% from 255 or 0% 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 #110072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110072 is #EEFF8D. Grayscale: #111111. Windows color (decimal): -15662990 or 7471121. OLE color: 7471121.
HSL color Cylindrical-coordinate representation of color #110072: hue angle of 248.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110072 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 0 | 114 | - |
| CMYK | 0.85 | 1 | 0 | 0.55 |
| HSL | 248.95º | 1% | 0.22% | - |
| HSV(B) | 248.95º | 1% | 0.45% | - |
| XYZ | 3.27 | 1.33 | 16 | - |
| YUV | 18.08 | 182.13 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 114 | 0.85 | 1 | 0 | 0.55 | 248.95 | 1 | 0.22 |
| Hex | 11 | 0 | 72 | 55 | 64 | 0 | 37 | F9 | 64 | 16 |
| Octal | 21 | 0 | 162 | 125 | 144 | 0 | 67 | 371 | 144 | 26 |
| Binary | 10001 | 0 | 1110010 | 1010101 | 1100100 | 0 | 110111 | 11111001 | 1100100 | 10110 |
Color Harmonies of #110072
Complementary color
Monochromatic Colors of #110072
Black with #110072
Text Example
Text Example
White with #110072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110072; }
p { color: rgb(17,0,114); }
H1.HeaderClassName
{
color: #110072;
}
.AnyTagClassName
{
color: #110072;
}
</style>
background-color css
<style>
a { background-color: #110072; }
a { background-color: rgb(17,0,114); }
div.DivClassName
{
background-color: #110072;
}
.BgClassName
{
background-color: #110072;
}
</style>
border-color css
<style>
span { border-color: #110072; }
span { border-color: rgb(17,0,114); }
td.TdClassName
{
border-color: #110072;
}
.TagClassName
{
border-color: #110072;
}
</style>