Shades of Denim #1158AB
Tints of Denim #1158AB
RGB
CMYK
RGB Variations
Color information
#1158AB (or 0x1158AB) is known color: Denim. HEX triplet: 11, 58 and AB. RGB value is (17,88,171). Sum of RGB (Red+Green+Blue) = 17+88+171=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #1158AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1158AB is #EEA754. Grayscale: #4B4B4B. Windows color (decimal): -15640405 or 11229201. OLE color: 11229201.
HSL color Cylindrical-coordinate representation of color #1158AB: hue angle of 212.34º 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 #1158AB is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 88 | 171 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.33 |
| HSL | 212.34º | 0.82% | 0.37% | - |
| HSV(B) | 212.34º | 0.9% | 0.67% | - |
| XYZ | 11.07 | 10.04 | 39.88 | - |
| YUV | 76.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 171 | 0.90 | 0.49 | 0 | 0.33 | 212.34 | 0.82 | 0.37 |
| Hex | 11 | 58 | AB | 5A | 31 | 0 | 21 | D4 | 52 | 25 |
| Octal | 21 | 130 | 253 | 132 | 61 | 0 | 41 | 324 | 122 | 45 |
| Binary | 10001 | 1011000 | 10101011 | 1011010 | 110001 | 0 | 100001 | 11010100 | 1010010 | 100101 |
Color Harmonies of #1158AB
Complementary color
Monochromatic Colors of #1158AB
Black with #1158AB
Text Example
Text Example
White with #1158AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1158AB; }
p { color: rgb(17,88,171); }
H1.HeaderClassName
{
color: #1158AB;
}
.AnyTagClassName
{
color: #1158AB;
}
</style>
background-color css
<style>
a { background-color: #1158AB; }
a { background-color: rgb(17,88,171); }
div.DivClassName
{
background-color: #1158AB;
}
.BgClassName
{
background-color: #1158AB;
}
</style>
border-color css
<style>
span { border-color: #1158AB; }
span { border-color: rgb(17,88,171); }
td.TdClassName
{
border-color: #1158AB;
}
.TagClassName
{
border-color: #1158AB;
}
</style>