Shades of Denim #1163AD
Tints of Denim #1163AD
RGB
CMYK
RGB Variations
Color information
#1163AD (or 0x1163AD) is known color: Denim. HEX triplet: 11, 63 and AD. RGB value is (17,99,173). Sum of RGB (Red+Green+Blue) = 17+99+173=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #1163AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1163AD is #EE9C52. Grayscale: #525252. Windows color (decimal): -15637587 or 11363089. OLE color: 11363089.
HSL color Cylindrical-coordinate representation of color #1163AD: hue angle of 208.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1163AD is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 99 | 173 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.32 |
| HSL | 208.46º | 0.82% | 0.37% | - |
| HSV(B) | 208.46º | 0.9% | 0.68% | - |
| XYZ | 12.24 | 12.06 | 41.22 | - |
| YUV | 82.92 | 178.83 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 173 | 0.90 | 0.43 | 0 | 0.32 | 208.46 | 0.82 | 0.37 |
| Hex | 11 | 63 | AD | 5A | 2B | 0 | 20 | D0 | 52 | 25 |
| Octal | 21 | 143 | 255 | 132 | 53 | 0 | 40 | 320 | 122 | 45 |
| Binary | 10001 | 1100011 | 10101101 | 1011010 | 101011 | 0 | 100000 | 11010000 | 1010010 | 100101 |
Color Harmonies of #1163AD
Complementary color
Monochromatic Colors of #1163AD
Black with #1163AD
Text Example
Text Example
White with #1163AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1163AD; }
p { color: rgb(17,99,173); }
H1.HeaderClassName
{
color: #1163AD;
}
.AnyTagClassName
{
color: #1163AD;
}
</style>
background-color css
<style>
a { background-color: #1163AD; }
a { background-color: rgb(17,99,173); }
div.DivClassName
{
background-color: #1163AD;
}
.BgClassName
{
background-color: #1163AD;
}
</style>
border-color css
<style>
span { border-color: #1163AD; }
span { border-color: rgb(17,99,173); }
td.TdClassName
{
border-color: #1163AD;
}
.TagClassName
{
border-color: #1163AD;
}
</style>