Shades of Navy #110270
Tints of Navy #110270
RGB
CMYK
RGB Variations
Color information
#110270 (or 0x110270) is known color: Navy. HEX triplet: 11, 02 and 70. RGB value is (17,2,112). Sum of RGB (Red+Green+Blue) = 17+2+112=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #110270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110270 is #EEFD8F. Grayscale: #121212. Windows color (decimal): -15662480 or 7340561. OLE color: 7340561.
HSL color Cylindrical-coordinate representation of color #110270: hue angle of 248.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110270 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 2 | 112 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.56 |
| HSL | 248.18º | 0.96% | 0.22% | - |
| HSV(B) | 248.18º | 0.98% | 0.44% | - |
| XYZ | 3.18 | 1.33 | 15.42 | - |
| YUV | 19.03 | 180.47 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 112 | 0.85 | 0.98 | 0 | 0.56 | 248.18 | 0.96 | 0.22 |
| Hex | 11 | 2 | 70 | 55 | 62 | 0 | 38 | F8 | 60 | 16 |
| Octal | 21 | 2 | 160 | 125 | 142 | 0 | 70 | 370 | 140 | 26 |
| Binary | 10001 | 10 | 1110000 | 1010101 | 1100010 | 0 | 111000 | 11111000 | 1100000 | 10110 |
Color Harmonies of #110270
Complementary color
Monochromatic Colors of #110270
Black with #110270
Text Example
Text Example
White with #110270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110270; }
p { color: rgb(17,2,112); }
H1.HeaderClassName
{
color: #110270;
}
.AnyTagClassName
{
color: #110270;
}
</style>
background-color css
<style>
a { background-color: #110270; }
a { background-color: rgb(17,2,112); }
div.DivClassName
{
background-color: #110270;
}
.BgClassName
{
background-color: #110270;
}
</style>
border-color css
<style>
span { border-color: #110270; }
span { border-color: rgb(17,2,112); }
td.TdClassName
{
border-color: #110270;
}
.TagClassName
{
border-color: #110270;
}
</style>