Shades of Denim #1161A0
Tints of Denim #1161A0
RGB
CMYK
RGB Variations
Color information
#1161A0 (or 0x1161A0) is known color: Denim. HEX triplet: 11, 61 and A0. RGB value is (17,97,160). Sum of RGB (Red+Green+Blue) = 17+97+160=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #1161A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1161A0 is #EE9E5F. Grayscale: #4F4F4F. Windows color (decimal): -15638112 or 10510609. OLE color: 10510609.
HSL color Cylindrical-coordinate representation of color #1161A0: hue angle of 206.43º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1161A0 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 97 | 160 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.37 |
| HSL | 206.43º | 0.81% | 0.35% | - |
| HSV(B) | 206.43º | 0.89% | 0.63% | - |
| XYZ | 10.85 | 11.21 | 34.85 | - |
| YUV | 80.26 | 173 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 160 | 0.89 | 0.39 | 0 | 0.37 | 206.43 | 0.81 | 0.35 |
| Hex | 11 | 61 | A0 | 59 | 27 | 0 | 25 | CE | 51 | 23 |
| Octal | 21 | 141 | 240 | 131 | 47 | 0 | 45 | 316 | 121 | 43 |
| Binary | 10001 | 1100001 | 10100000 | 1011001 | 100111 | 0 | 100101 | 11001110 | 1010001 | 100011 |
Color Harmonies of #1161A0
Complementary color
Monochromatic Colors of #1161A0
Black with #1161A0
Text Example
Text Example
White with #1161A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161A0; }
p { color: rgb(17,97,160); }
H1.HeaderClassName
{
color: #1161A0;
}
.AnyTagClassName
{
color: #1161A0;
}
</style>
background-color css
<style>
a { background-color: #1161A0; }
a { background-color: rgb(17,97,160); }
div.DivClassName
{
background-color: #1161A0;
}
.BgClassName
{
background-color: #1161A0;
}
</style>
border-color css
<style>
span { border-color: #1161A0; }
span { border-color: rgb(17,97,160); }
td.TdClassName
{
border-color: #1161A0;
}
.TagClassName
{
border-color: #1161A0;
}
</style>