Shades of Denim #1163AB
Tints of Denim #1163AB
RGB
CMYK
RGB Variations
Color information
#1163AB (or 0x1163AB) is known color: Denim. HEX triplet: 11, 63 and AB. RGB value is (17,99,171). Sum of RGB (Red+Green+Blue) = 17+99+171=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #1163AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1163AB is #EE9C54. Grayscale: #525252. Windows color (decimal): -15637589 or 11232017. OLE color: 11232017.
HSL color Cylindrical-coordinate representation of color #1163AB: hue angle of 208.05º 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 #1163AB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 99 | 171 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.33 |
| HSL | 208.05º | 0.82% | 0.37% | - |
| HSV(B) | 208.05º | 0.9% | 0.67% | - |
| XYZ | 12.04 | 11.98 | 40.21 | - |
| YUV | 82.69 | 177.83 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 171 | 0.90 | 0.42 | 0 | 0.33 | 208.05 | 0.82 | 0.37 |
| Hex | 11 | 63 | AB | 5A | 2A | 0 | 21 | D0 | 52 | 25 |
| Octal | 21 | 143 | 253 | 132 | 52 | 0 | 41 | 320 | 122 | 45 |
| Binary | 10001 | 1100011 | 10101011 | 1011010 | 101010 | 0 | 100001 | 11010000 | 1010010 | 100101 |
Color Harmonies of #1163AB
Complementary color
Monochromatic Colors of #1163AB
Black with #1163AB
Text Example
Text Example
White with #1163AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1163AB; }
p { color: rgb(17,99,171); }
H1.HeaderClassName
{
color: #1163AB;
}
.AnyTagClassName
{
color: #1163AB;
}
</style>
background-color css
<style>
a { background-color: #1163AB; }
a { background-color: rgb(17,99,171); }
div.DivClassName
{
background-color: #1163AB;
}
.BgClassName
{
background-color: #1163AB;
}
</style>
border-color css
<style>
span { border-color: #1163AB; }
span { border-color: rgb(17,99,171); }
td.TdClassName
{
border-color: #1163AB;
}
.TagClassName
{
border-color: #1163AB;
}
</style>