Shades of Navy #110473
Tints of Navy #110473
RGB
CMYK
RGB Variations
Color information
#110473 (or 0x110473) is known color: Navy. HEX triplet: 11, 04 and 73. RGB value is (17,4,115). Sum of RGB (Red+Green+Blue) = 17+4+115=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #110473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110473 is #EEFB8C. Grayscale: #141414. Windows color (decimal): -15661965 or 7537681. OLE color: 7537681.
HSL color Cylindrical-coordinate representation of color #110473: hue angle of 247.03º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110473 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 4 | 115 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.55 |
| HSL | 247.03º | 0.93% | 0.23% | - |
| HSV(B) | 247.03º | 0.97% | 0.45% | - |
| XYZ | 3.37 | 1.44 | 16.32 | - |
| YUV | 20.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 115 | 0.85 | 0.97 | 0 | 0.55 | 247.03 | 0.93 | 0.23 |
| Hex | 11 | 4 | 73 | 55 | 61 | 0 | 37 | F7 | 5D | 17 |
| Octal | 21 | 4 | 163 | 125 | 141 | 0 | 67 | 367 | 135 | 27 |
| Binary | 10001 | 100 | 1110011 | 1010101 | 1100001 | 0 | 110111 | 11110111 | 1011101 | 10111 |
Color Harmonies of #110473
Complementary color
Monochromatic Colors of #110473
Black with #110473
Text Example
Text Example
White with #110473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110473; }
p { color: rgb(17,4,115); }
H1.HeaderClassName
{
color: #110473;
}
.AnyTagClassName
{
color: #110473;
}
</style>
background-color css
<style>
a { background-color: #110473; }
a { background-color: rgb(17,4,115); }
div.DivClassName
{
background-color: #110473;
}
.BgClassName
{
background-color: #110473;
}
</style>
border-color css
<style>
span { border-color: #110473; }
span { border-color: rgb(17,4,115); }
td.TdClassName
{
border-color: #110473;
}
.TagClassName
{
border-color: #110473;
}
</style>