Shades of Navy #110275
Tints of Navy #110275
RGB
CMYK
RGB Variations
Color information
#110275 (or 0x110275) is known color: Navy. HEX triplet: 11, 02 and 75. RGB value is (17,2,117). Sum of RGB (Red+Green+Blue) = 17+2+117=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #110275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110275 is #EEFD8A. Grayscale: #131313. Windows color (decimal): -15662475 or 7668241. OLE color: 7668241.
HSL color Cylindrical-coordinate representation of color #110275: hue angle of 247.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110275 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 2 | 117 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.54 |
| HSL | 247.83º | 0.97% | 0.23% | - |
| HSV(B) | 247.83º | 0.98% | 0.46% | - |
| XYZ | 3.46 | 1.45 | 16.93 | - |
| YUV | 19.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 117 | 0.85 | 0.98 | 0 | 0.54 | 247.83 | 0.97 | 0.23 |
| Hex | 11 | 2 | 75 | 55 | 62 | 0 | 36 | F8 | 61 | 17 |
| Octal | 21 | 2 | 165 | 125 | 142 | 0 | 66 | 370 | 141 | 27 |
| Binary | 10001 | 10 | 1110101 | 1010101 | 1100010 | 0 | 110110 | 11111000 | 1100001 | 10111 |
Color Harmonies of #110275
Complementary color
Monochromatic Colors of #110275
Black with #110275
Text Example
Text Example
White with #110275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110275; }
p { color: rgb(17,2,117); }
H1.HeaderClassName
{
color: #110275;
}
.AnyTagClassName
{
color: #110275;
}
</style>
background-color css
<style>
a { background-color: #110275; }
a { background-color: rgb(17,2,117); }
div.DivClassName
{
background-color: #110275;
}
.BgClassName
{
background-color: #110275;
}
</style>
border-color css
<style>
span { border-color: #110275; }
span { border-color: rgb(17,2,117); }
td.TdClassName
{
border-color: #110275;
}
.TagClassName
{
border-color: #110275;
}
</style>