Shades of Denim #115EAA
Tints of Denim #115EAA
RGB
CMYK
RGB Variations
Color information
#115EAA (or 0x115EAA) is known color: Denim. HEX triplet: 11, 5E and AA. RGB value is (17,94,170). Sum of RGB (Red+Green+Blue) = 17+94+170=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #115EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115EAA is #EEA155. Grayscale: #4F4F4F. Windows color (decimal): -15638870 or 11165201. OLE color: 11165201.
HSL color Cylindrical-coordinate representation of color #115EAA: hue angle of 209.8º 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 #115EAA is Cyan = 0.9, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 94 | 170 | - |
| CMYK | 0.9 | 0.45 | 0 | 0.33 |
| HSL | 209.8º | 0.82% | 0.37% | - |
| HSV(B) | 209.8º | 0.9% | 0.67% | - |
| XYZ | 11.49 | 11.03 | 39.55 | - |
| YUV | 79.64 | 178.99 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 170 | 0.9 | 0.45 | 0 | 0.33 | 209.8 | 0.82 | 0.37 |
| Hex | 11 | 5E | AA | 5A | 2D | 0 | 21 | D2 | 52 | 25 |
| Octal | 21 | 136 | 252 | 132 | 55 | 0 | 41 | 322 | 122 | 45 |
| Binary | 10001 | 1011110 | 10101010 | 1011010 | 101101 | 0 | 100001 | 11010010 | 1010010 | 100101 |
Color Harmonies of #115EAA
Complementary color
Monochromatic Colors of #115EAA
Black with #115EAA
Text Example
Text Example
White with #115EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EAA; }
p { color: rgb(17,94,170); }
H1.HeaderClassName
{
color: #115EAA;
}
.AnyTagClassName
{
color: #115EAA;
}
</style>
background-color css
<style>
a { background-color: #115EAA; }
a { background-color: rgb(17,94,170); }
div.DivClassName
{
background-color: #115EAA;
}
.BgClassName
{
background-color: #115EAA;
}
</style>
border-color css
<style>
span { border-color: #115EAA; }
span { border-color: rgb(17,94,170); }
td.TdClassName
{
border-color: #115EAA;
}
.TagClassName
{
border-color: #115EAA;
}
</style>