Shades of Navy #110073
Tints of Navy #110073
RGB
CMYK
RGB Variations
Color information
#110073 (or 0x110073) is known color: Navy. HEX triplet: 11, 00 and 73. RGB value is (17,0,115). Sum of RGB (Red+Green+Blue) = 17+0+115=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 115 (45.31% from 255 or 87.12% from 132); Max value from RGB is 115 - color contains mainly: blue. Hex color #110073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110073 is #EEFF8C. Grayscale: #111111. Windows color (decimal): -15662989 or 7536657. OLE color: 7536657.
HSL color Cylindrical-coordinate representation of color #110073: hue angle of 248.87º 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 #110073 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 0 | 115 | - |
| CMYK | 0.85 | 1 | 0 | 0.55 |
| HSL | 248.87º | 1% | 0.23% | - |
| HSV(B) | 248.87º | 1% | 0.45% | - |
| XYZ | 3.33 | 1.36 | 16.31 | - |
| YUV | 18.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 115 | 0.85 | 1 | 0 | 0.55 | 248.87 | 1 | 0.23 |
| Hex | 11 | 0 | 73 | 55 | 64 | 0 | 37 | F9 | 64 | 17 |
| Octal | 21 | 0 | 163 | 125 | 144 | 0 | 67 | 371 | 144 | 27 |
| Binary | 10001 | 0 | 1110011 | 1010101 | 1100100 | 0 | 110111 | 11111001 | 1100100 | 10111 |
Color Harmonies of #110073
Complementary color
Monochromatic Colors of #110073
Black with #110073
Text Example
Text Example
White with #110073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110073; }
p { color: rgb(17,0,115); }
H1.HeaderClassName
{
color: #110073;
}
.AnyTagClassName
{
color: #110073;
}
</style>
background-color css
<style>
a { background-color: #110073; }
a { background-color: rgb(17,0,115); }
div.DivClassName
{
background-color: #110073;
}
.BgClassName
{
background-color: #110073;
}
</style>
border-color css
<style>
span { border-color: #110073; }
span { border-color: rgb(17,0,115); }
td.TdClassName
{
border-color: #110073;
}
.TagClassName
{
border-color: #110073;
}
</style>