Shades of Navy #11006E
Tints of Navy #11006E
RGB
CMYK
RGB Variations
Color information
#11006E (or 0x11006E) is known color: Navy. HEX triplet: 11, 00 and 6E. RGB value is (17,0,110). Sum of RGB (Red+Green+Blue) = 17+0+110=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 110 (43.36% from 255 or 86.61% from 127); Max value from RGB is 110 - color contains mainly: blue. Hex color #11006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11006E is #EEFF91. Grayscale: #111111. Windows color (decimal): -15662994 or 7208977. OLE color: 7208977.
HSL color Cylindrical-coordinate representation of color #11006E: hue angle of 249.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11006E is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 0 | 110 | - |
| CMYK | 0.85 | 1 | 0 | 0.57 |
| HSL | 249.27º | 1% | 0.22% | - |
| HSV(B) | 249.27º | 1% | 0.43% | - |
| XYZ | 3.05 | 1.24 | 14.83 | - |
| YUV | 17.62 | 180.13 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 110 | 0.85 | 1 | 0 | 0.57 | 249.27 | 1 | 0.22 |
| Hex | 11 | 0 | 6E | 55 | 64 | 0 | 39 | F9 | 64 | 16 |
| Octal | 21 | 0 | 156 | 125 | 144 | 0 | 71 | 371 | 144 | 26 |
| Binary | 10001 | 0 | 1101110 | 1010101 | 1100100 | 0 | 111001 | 11111001 | 1100100 | 10110 |
Color Harmonies of #11006E
Complementary color
Monochromatic Colors of #11006E
Black with #11006E
Text Example
Text Example
White with #11006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11006E; }
p { color: rgb(17,0,110); }
H1.HeaderClassName
{
color: #11006E;
}
.AnyTagClassName
{
color: #11006E;
}
</style>
background-color css
<style>
a { background-color: #11006E; }
a { background-color: rgb(17,0,110); }
div.DivClassName
{
background-color: #11006E;
}
.BgClassName
{
background-color: #11006E;
}
</style>
border-color css
<style>
span { border-color: #11006E; }
span { border-color: rgb(17,0,110); }
td.TdClassName
{
border-color: #11006E;
}
.TagClassName
{
border-color: #11006E;
}
</style>