Shades of Denim #1166AC
Tints of Denim #1166AC
RGB
CMYK
RGB Variations
Color information
#1166AC (or 0x1166AC) is known color: Denim. HEX triplet: 11, 66 and AC. RGB value is (17,102,172). Sum of RGB (Red+Green+Blue) = 17+102+172=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #1166AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1166AC is #EE9953. Grayscale: #545454. Windows color (decimal): -15636820 or 11298321. OLE color: 11298321.
HSL color Cylindrical-coordinate representation of color #1166AC: hue angle of 207.1º 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 #1166AC is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 102 | 172 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.33 |
| HSL | 207.1º | 0.82% | 0.37% | - |
| HSV(B) | 207.1º | 0.9% | 0.67% | - |
| XYZ | 12.43 | 12.6 | 40.81 | - |
| YUV | 84.57 | 177.34 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 172 | 0.90 | 0.41 | 0 | 0.33 | 207.1 | 0.82 | 0.37 |
| Hex | 11 | 66 | AC | 5A | 29 | 0 | 21 | CF | 52 | 25 |
| Octal | 21 | 146 | 254 | 132 | 51 | 0 | 41 | 317 | 122 | 45 |
| Binary | 10001 | 1100110 | 10101100 | 1011010 | 101001 | 0 | 100001 | 11001111 | 1010010 | 100101 |
Color Harmonies of #1166AC
Complementary color
Monochromatic Colors of #1166AC
Black with #1166AC
Text Example
Text Example
White with #1166AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166AC; }
p { color: rgb(17,102,172); }
H1.HeaderClassName
{
color: #1166AC;
}
.AnyTagClassName
{
color: #1166AC;
}
</style>
background-color css
<style>
a { background-color: #1166AC; }
a { background-color: rgb(17,102,172); }
div.DivClassName
{
background-color: #1166AC;
}
.BgClassName
{
background-color: #1166AC;
}
</style>
border-color css
<style>
span { border-color: #1166AC; }
span { border-color: rgb(17,102,172); }
td.TdClassName
{
border-color: #1166AC;
}
.TagClassName
{
border-color: #1166AC;
}
</style>