Shades of Navy #11006D
Tints of Navy #11006D
RGB
CMYK
RGB Variations
Color information
#11006D (or 0x11006D) is known color: Navy. HEX triplet: 11, 00 and 6D. RGB value is (17,0,109). Sum of RGB (Red+Green+Blue) = 17+0+109=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #11006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11006D is #EEFF92. Grayscale: #111111. Windows color (decimal): -15662995 or 7143441. OLE color: 7143441.
HSL color Cylindrical-coordinate representation of color #11006D: hue angle of 249.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11006D is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 0 | 109 | - |
| CMYK | 0.84 | 1 | 0 | 0.57 |
| HSL | 249.36º | 1% | 0.21% | - |
| HSV(B) | 249.36º | 1% | 0.43% | - |
| XYZ | 2.99 | 1.22 | 14.55 | - |
| YUV | 17.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 109 | 0.84 | 1 | 0 | 0.57 | 249.36 | 1 | 0.21 |
| Hex | 11 | 0 | 6D | 54 | 64 | 0 | 39 | F9 | 64 | 15 |
| Octal | 21 | 0 | 155 | 124 | 144 | 0 | 71 | 371 | 144 | 25 |
| Binary | 10001 | 0 | 1101101 | 1010100 | 1100100 | 0 | 111001 | 11111001 | 1100100 | 10101 |
Color Harmonies of #11006D
Complementary color
Monochromatic Colors of #11006D
Black with #11006D
Text Example
Text Example
White with #11006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11006D; }
p { color: rgb(17,0,109); }
H1.HeaderClassName
{
color: #11006D;
}
.AnyTagClassName
{
color: #11006D;
}
</style>
background-color css
<style>
a { background-color: #11006D; }
a { background-color: rgb(17,0,109); }
div.DivClassName
{
background-color: #11006D;
}
.BgClassName
{
background-color: #11006D;
}
</style>
border-color css
<style>
span { border-color: #11006D; }
span { border-color: rgb(17,0,109); }
td.TdClassName
{
border-color: #11006D;
}
.TagClassName
{
border-color: #11006D;
}
</style>