Shades of Denim #1166C6
Tints of Denim #1166C6
RGB
CMYK
RGB Variations
Color information
#1166C6 (or 0x1166C6) is known color: Denim. HEX triplet: 11, 66 and C6. RGB value is (17,102,198). Sum of RGB (Red+Green+Blue) = 17+102+198=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 198 (77.73% from 255 or 62.46% from 317); Max value from RGB is 198 - color contains mainly: blue. Hex color #1166C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1166C6 is #EE9939. Grayscale: #575757. Windows color (decimal): -15636794 or 13002257. OLE color: 13002257.
HSL color Cylindrical-coordinate representation of color #1166C6: hue angle of 211.82º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1166C6 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 102 | 198 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.22 |
| HSL | 211.82º | 0.84% | 0.42% | - |
| HSV(B) | 211.82º | 0.91% | 0.78% | - |
| XYZ | 15.18 | 13.7 | 55.27 | - |
| YUV | 87.53 | 190.34 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 198 | 0.91 | 0.48 | 0 | 0.22 | 211.82 | 0.84 | 0.42 |
| Hex | 11 | 66 | C6 | 5B | 30 | 0 | 16 | D4 | 54 | 2A |
| Octal | 21 | 146 | 306 | 133 | 60 | 0 | 26 | 324 | 124 | 52 |
| Binary | 10001 | 1100110 | 11000110 | 1011011 | 110000 | 0 | 10110 | 11010100 | 1010100 | 101010 |
Color Harmonies of #1166C6
Complementary color
Monochromatic Colors of #1166C6
Black with #1166C6
Text Example
Text Example
White with #1166C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166C6; }
p { color: rgb(17,102,198); }
H1.HeaderClassName
{
color: #1166C6;
}
.AnyTagClassName
{
color: #1166C6;
}
</style>
background-color css
<style>
a { background-color: #1166C6; }
a { background-color: rgb(17,102,198); }
div.DivClassName
{
background-color: #1166C6;
}
.BgClassName
{
background-color: #1166C6;
}
</style>
border-color css
<style>
span { border-color: #1166C6; }
span { border-color: rgb(17,102,198); }
td.TdClassName
{
border-color: #1166C6;
}
.TagClassName
{
border-color: #1166C6;
}
</style>