Shades of Denim #1159AA
Tints of Denim #1159AA
RGB
CMYK
RGB Variations
Color information
#1159AA (or 0x1159AA) is known color: Denim. HEX triplet: 11, 59 and AA. RGB value is (17,89,170). Sum of RGB (Red+Green+Blue) = 17+89+170=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #1159AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1159AA is #EEA655. Grayscale: #4C4C4C. Windows color (decimal): -15640150 or 11163921. OLE color: 11163921.
HSL color Cylindrical-coordinate representation of color #1159AA: hue angle of 211.76º 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 #1159AA is Cyan = 0.9, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 89 | 170 | - |
| CMYK | 0.9 | 0.48 | 0 | 0.33 |
| HSL | 211.76º | 0.82% | 0.37% | - |
| HSV(B) | 211.76º | 0.9% | 0.67% | - |
| XYZ | 11.06 | 10.17 | 39.41 | - |
| YUV | 76.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 170 | 0.9 | 0.48 | 0 | 0.33 | 211.76 | 0.82 | 0.37 |
| Hex | 11 | 59 | AA | 5A | 30 | 0 | 21 | D4 | 52 | 25 |
| Octal | 21 | 131 | 252 | 132 | 60 | 0 | 41 | 324 | 122 | 45 |
| Binary | 10001 | 1011001 | 10101010 | 1011010 | 110000 | 0 | 100001 | 11010100 | 1010010 | 100101 |
Color Harmonies of #1159AA
Complementary color
Monochromatic Colors of #1159AA
Black with #1159AA
Text Example
Text Example
White with #1159AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159AA; }
p { color: rgb(17,89,170); }
H1.HeaderClassName
{
color: #1159AA;
}
.AnyTagClassName
{
color: #1159AA;
}
</style>
background-color css
<style>
a { background-color: #1159AA; }
a { background-color: rgb(17,89,170); }
div.DivClassName
{
background-color: #1159AA;
}
.BgClassName
{
background-color: #1159AA;
}
</style>
border-color css
<style>
span { border-color: #1159AA; }
span { border-color: rgb(17,89,170); }
td.TdClassName
{
border-color: #1159AA;
}
.TagClassName
{
border-color: #1159AA;
}
</style>