Shades of Denim #1166AB
Tints of Denim #1166AB
RGB
CMYK
RGB Variations
Color information
#1166AB (or 0x1166AB) is known color: Denim. HEX triplet: 11, 66 and AB. RGB value is (17,102,171). Sum of RGB (Red+Green+Blue) = 17+102+171=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #1166AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1166AB is #EE9954. Grayscale: #545454. Windows color (decimal): -15636821 or 11232785. OLE color: 11232785.
HSL color Cylindrical-coordinate representation of color #1166AB: hue angle of 206.88º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1166AB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 102 | 171 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.33 |
| HSL | 206.88º | 0.82% | 0.37% | - |
| HSV(B) | 206.88º | 0.9% | 0.67% | - |
| XYZ | 12.33 | 12.56 | 40.3 | - |
| YUV | 84.45 | 176.84 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 171 | 0.90 | 0.40 | 0 | 0.33 | 206.88 | 0.82 | 0.37 |
| Hex | 11 | 66 | AB | 5A | 28 | 0 | 21 | CF | 52 | 25 |
| Octal | 21 | 146 | 253 | 132 | 50 | 0 | 41 | 317 | 122 | 45 |
| Binary | 10001 | 1100110 | 10101011 | 1011010 | 101000 | 0 | 100001 | 11001111 | 1010010 | 100101 |
Color Harmonies of #1166AB
Complementary color
Monochromatic Colors of #1166AB
Black with #1166AB
Text Example
Text Example
White with #1166AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166AB; }
p { color: rgb(17,102,171); }
H1.HeaderClassName
{
color: #1166AB;
}
.AnyTagClassName
{
color: #1166AB;
}
</style>
background-color css
<style>
a { background-color: #1166AB; }
a { background-color: rgb(17,102,171); }
div.DivClassName
{
background-color: #1166AB;
}
.BgClassName
{
background-color: #1166AB;
}
</style>
border-color css
<style>
span { border-color: #1166AB; }
span { border-color: rgb(17,102,171); }
td.TdClassName
{
border-color: #1166AB;
}
.TagClassName
{
border-color: #1166AB;
}
</style>