Shades of Denim #1158AA
Tints of Denim #1158AA
RGB
CMYK
RGB Variations
Color information
#1158AA (or 0x1158AA) is known color: Denim. HEX triplet: 11, 58 and AA. RGB value is (17,88,170). Sum of RGB (Red+Green+Blue) = 17+88+170=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #1158AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1158AA is #EEA755. Grayscale: #4B4B4B. Windows color (decimal): -15640406 or 11163665. OLE color: 11163665.
HSL color Cylindrical-coordinate representation of color #1158AA: hue angle of 212.16º 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 #1158AA is Cyan = 0.9, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 88 | 170 | - |
| CMYK | 0.9 | 0.48 | 0 | 0.33 |
| HSL | 212.16º | 0.82% | 0.37% | - |
| HSV(B) | 212.16º | 0.9% | 0.67% | - |
| XYZ | 10.98 | 10 | 39.38 | - |
| YUV | 76.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 170 | 0.9 | 0.48 | 0 | 0.33 | 212.16 | 0.82 | 0.37 |
| Hex | 11 | 58 | AA | 5A | 30 | 0 | 21 | D4 | 52 | 25 |
| Octal | 21 | 130 | 252 | 132 | 60 | 0 | 41 | 324 | 122 | 45 |
| Binary | 10001 | 1011000 | 10101010 | 1011010 | 110000 | 0 | 100001 | 11010100 | 1010010 | 100101 |
Color Harmonies of #1158AA
Complementary color
Monochromatic Colors of #1158AA
Black with #1158AA
Text Example
Text Example
White with #1158AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1158AA; }
p { color: rgb(17,88,170); }
H1.HeaderClassName
{
color: #1158AA;
}
.AnyTagClassName
{
color: #1158AA;
}
</style>
background-color css
<style>
a { background-color: #1158AA; }
a { background-color: rgb(17,88,170); }
div.DivClassName
{
background-color: #1158AA;
}
.BgClassName
{
background-color: #1158AA;
}
</style>
border-color css
<style>
span { border-color: #1158AA; }
span { border-color: rgb(17,88,170); }
td.TdClassName
{
border-color: #1158AA;
}
.TagClassName
{
border-color: #1158AA;
}
</style>