Shades of Denim #1161AC
Tints of Denim #1161AC
RGB
CMYK
RGB Variations
Color information
#1161AC (or 0x1161AC) is known color: Denim. HEX triplet: 11, 61 and AC. RGB value is (17,97,172). Sum of RGB (Red+Green+Blue) = 17+97+172=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #1161AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1161AC is #EE9E53. Grayscale: #515151. Windows color (decimal): -15638100 or 11297041. OLE color: 11297041.
HSL color Cylindrical-coordinate representation of color #1161AC: hue angle of 209.03º 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 #1161AC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 97 | 172 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.33 |
| HSL | 209.03º | 0.82% | 0.37% | - |
| HSV(B) | 209.03º | 0.9% | 0.67% | - |
| XYZ | 11.95 | 11.65 | 40.65 | - |
| YUV | 81.63 | 179 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 172 | 0.90 | 0.44 | 0 | 0.33 | 209.03 | 0.82 | 0.37 |
| Hex | 11 | 61 | AC | 5A | 2C | 0 | 21 | D1 | 52 | 25 |
| Octal | 21 | 141 | 254 | 132 | 54 | 0 | 41 | 321 | 122 | 45 |
| Binary | 10001 | 1100001 | 10101100 | 1011010 | 101100 | 0 | 100001 | 11010001 | 1010010 | 100101 |
Color Harmonies of #1161AC
Complementary color
Monochromatic Colors of #1161AC
Black with #1161AC
Text Example
Text Example
White with #1161AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161AC; }
p { color: rgb(17,97,172); }
H1.HeaderClassName
{
color: #1161AC;
}
.AnyTagClassName
{
color: #1161AC;
}
</style>
background-color css
<style>
a { background-color: #1161AC; }
a { background-color: rgb(17,97,172); }
div.DivClassName
{
background-color: #1161AC;
}
.BgClassName
{
background-color: #1161AC;
}
</style>
border-color css
<style>
span { border-color: #1161AC; }
span { border-color: rgb(17,97,172); }
td.TdClassName
{
border-color: #1161AC;
}
.TagClassName
{
border-color: #1161AC;
}
</style>