Shades of Navy #11016F
Tints of Navy #11016F
RGB
CMYK
RGB Variations
Color information
#11016F (or 0x11016F) is known color: Navy. HEX triplet: 11, 01 and 6F. RGB value is (17,1,111). Sum of RGB (Red+Green+Blue) = 17+1+111=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 111 (43.75% from 255 or 86.05% from 129); Max value from RGB is 111 - color contains mainly: blue. Hex color #11016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11016F is #EEFE90. Grayscale: #111111. Windows color (decimal): -15662737 or 7274769. OLE color: 7274769.
HSL color Cylindrical-coordinate representation of color #11016F: hue angle of 248.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11016F is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 1 | 111 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.56 |
| HSL | 248.73º | 0.98% | 0.22% | - |
| HSV(B) | 248.73º | 0.99% | 0.44% | - |
| XYZ | 3.11 | 1.29 | 15.12 | - |
| YUV | 18.32 | 180.3 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 111 | 0.85 | 0.99 | 0 | 0.56 | 248.73 | 0.98 | 0.22 |
| Hex | 11 | 1 | 6F | 55 | 63 | 0 | 38 | F9 | 62 | 16 |
| Octal | 21 | 1 | 157 | 125 | 143 | 0 | 70 | 371 | 142 | 26 |
| Binary | 10001 | 1 | 1101111 | 1010101 | 1100011 | 0 | 111000 | 11111001 | 1100010 | 10110 |
Color Harmonies of #11016F
Complementary color
Monochromatic Colors of #11016F
Black with #11016F
Text Example
Text Example
White with #11016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11016F; }
p { color: rgb(17,1,111); }
H1.HeaderClassName
{
color: #11016F;
}
.AnyTagClassName
{
color: #11016F;
}
</style>
background-color css
<style>
a { background-color: #11016F; }
a { background-color: rgb(17,1,111); }
div.DivClassName
{
background-color: #11016F;
}
.BgClassName
{
background-color: #11016F;
}
</style>
border-color css
<style>
span { border-color: #11016F; }
span { border-color: rgb(17,1,111); }
td.TdClassName
{
border-color: #11016F;
}
.TagClassName
{
border-color: #11016F;
}
</style>