Shades of Navy #110273
Tints of Navy #110273
RGB
CMYK
RGB Variations
Color information
#110273 (or 0x110273) is known color: Navy. HEX triplet: 11, 02 and 73. RGB value is (17,2,115). Sum of RGB (Red+Green+Blue) = 17+2+115=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #110273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110273 is #EEFD8C. Grayscale: #121212. Windows color (decimal): -15662477 or 7537169. OLE color: 7537169.
HSL color Cylindrical-coordinate representation of color #110273: hue angle of 247.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110273 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 2 | 115 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.55 |
| HSL | 247.96º | 0.97% | 0.23% | - |
| HSV(B) | 247.96º | 0.98% | 0.45% | - |
| XYZ | 3.35 | 1.4 | 16.31 | - |
| YUV | 19.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 115 | 0.85 | 0.98 | 0 | 0.55 | 247.96 | 0.97 | 0.23 |
| Hex | 11 | 2 | 73 | 55 | 62 | 0 | 37 | F8 | 61 | 17 |
| Octal | 21 | 2 | 163 | 125 | 142 | 0 | 67 | 370 | 141 | 27 |
| Binary | 10001 | 10 | 1110011 | 1010101 | 1100010 | 0 | 110111 | 11111000 | 1100001 | 10111 |
Color Harmonies of #110273
Complementary color
Monochromatic Colors of #110273
Black with #110273
Text Example
Text Example
White with #110273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110273; }
p { color: rgb(17,2,115); }
H1.HeaderClassName
{
color: #110273;
}
.AnyTagClassName
{
color: #110273;
}
</style>
background-color css
<style>
a { background-color: #110273; }
a { background-color: rgb(17,2,115); }
div.DivClassName
{
background-color: #110273;
}
.BgClassName
{
background-color: #110273;
}
</style>
border-color css
<style>
span { border-color: #110273; }
span { border-color: rgb(17,2,115); }
td.TdClassName
{
border-color: #110273;
}
.TagClassName
{
border-color: #110273;
}
</style>