Shades of Denim #1155AB
Tints of Denim #1155AB
RGB
CMYK
RGB Variations
Color information
#1155AB (or 0x1155AB) is known color: Denim. HEX triplet: 11, 55 and AB. RGB value is (17,85,171). Sum of RGB (Red+Green+Blue) = 17+85+171=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #1155AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1155AB is #EEAA54. Grayscale: #4A4A4A. Windows color (decimal): -15641173 or 11228433. OLE color: 11228433.
HSL color Cylindrical-coordinate representation of color #1155AB: hue angle of 213.51º 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 #1155AB is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 85 | 171 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.33 |
| HSL | 213.51º | 0.82% | 0.37% | - |
| HSV(B) | 213.51º | 0.9% | 0.67% | - |
| XYZ | 10.83 | 9.56 | 39.8 | - |
| YUV | 74.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 171 | 0.90 | 0.50 | 0 | 0.33 | 213.51 | 0.82 | 0.37 |
| Hex | 11 | 55 | AB | 5A | 32 | 0 | 21 | D6 | 52 | 25 |
| Octal | 21 | 125 | 253 | 132 | 62 | 0 | 41 | 326 | 122 | 45 |
| Binary | 10001 | 1010101 | 10101011 | 1011010 | 110010 | 0 | 100001 | 11010110 | 1010010 | 100101 |
Color Harmonies of #1155AB
Complementary color
Monochromatic Colors of #1155AB
Black with #1155AB
Text Example
Text Example
White with #1155AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1155AB; }
p { color: rgb(17,85,171); }
H1.HeaderClassName
{
color: #1155AB;
}
.AnyTagClassName
{
color: #1155AB;
}
</style>
background-color css
<style>
a { background-color: #1155AB; }
a { background-color: rgb(17,85,171); }
div.DivClassName
{
background-color: #1155AB;
}
.BgClassName
{
background-color: #1155AB;
}
</style>
border-color css
<style>
span { border-color: #1155AB; }
span { border-color: rgb(17,85,171); }
td.TdClassName
{
border-color: #1155AB;
}
.TagClassName
{
border-color: #1155AB;
}
</style>