Shades of Navy #110271
Tints of Navy #110271
RGB
CMYK
RGB Variations
Color information
#110271 (or 0x110271) is known color: Navy. HEX triplet: 11, 02 and 71. RGB value is (17,2,113). Sum of RGB (Red+Green+Blue) = 17+2+113=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #110271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110271 is #EEFD8E. Grayscale: #121212. Windows color (decimal): -15662479 or 7406097. OLE color: 7406097.
HSL color Cylindrical-coordinate representation of color #110271: hue angle of 248.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110271 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 2 | 113 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.56 |
| HSL | 248.11º | 0.97% | 0.23% | - |
| HSV(B) | 248.11º | 0.98% | 0.44% | - |
| XYZ | 3.23 | 1.35 | 15.71 | - |
| YUV | 19.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 113 | 0.85 | 0.98 | 0 | 0.56 | 248.11 | 0.97 | 0.23 |
| Hex | 11 | 2 | 71 | 55 | 62 | 0 | 38 | F8 | 61 | 17 |
| Octal | 21 | 2 | 161 | 125 | 142 | 0 | 70 | 370 | 141 | 27 |
| Binary | 10001 | 10 | 1110001 | 1010101 | 1100010 | 0 | 111000 | 11111000 | 1100001 | 10111 |
Color Harmonies of #110271
Complementary color
Monochromatic Colors of #110271
Black with #110271
Text Example
Text Example
White with #110271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110271; }
p { color: rgb(17,2,113); }
H1.HeaderClassName
{
color: #110271;
}
.AnyTagClassName
{
color: #110271;
}
</style>
background-color css
<style>
a { background-color: #110271; }
a { background-color: rgb(17,2,113); }
div.DivClassName
{
background-color: #110271;
}
.BgClassName
{
background-color: #110271;
}
</style>
border-color css
<style>
span { border-color: #110271; }
span { border-color: rgb(17,2,113); }
td.TdClassName
{
border-color: #110271;
}
.TagClassName
{
border-color: #110271;
}
</style>