Shades of Denim #115EAC
Tints of Denim #115EAC
RGB
CMYK
RGB Variations
Color information
#115EAC (or 0x115EAC) is known color: Denim. HEX triplet: 11, 5E and AC. RGB value is (17,94,172). Sum of RGB (Red+Green+Blue) = 17+94+172=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #115EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115EAC is #EEA153. Grayscale: #4F4F4F. Windows color (decimal): -15638868 or 11296273. OLE color: 11296273.
HSL color Cylindrical-coordinate representation of color #115EAC: hue angle of 210.19º 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 #115EAC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 94 | 172 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.33 |
| HSL | 210.19º | 0.82% | 0.37% | - |
| HSV(B) | 210.19º | 0.9% | 0.67% | - |
| XYZ | 11.68 | 11.1 | 40.56 | - |
| YUV | 79.87 | 179.99 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 172 | 0.90 | 0.45 | 0 | 0.33 | 210.19 | 0.82 | 0.37 |
| Hex | 11 | 5E | AC | 5A | 2D | 0 | 21 | D2 | 52 | 25 |
| Octal | 21 | 136 | 254 | 132 | 55 | 0 | 41 | 322 | 122 | 45 |
| Binary | 10001 | 1011110 | 10101100 | 1011010 | 101101 | 0 | 100001 | 11010010 | 1010010 | 100101 |
Color Harmonies of #115EAC
Complementary color
Monochromatic Colors of #115EAC
Black with #115EAC
Text Example
Text Example
White with #115EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EAC; }
p { color: rgb(17,94,172); }
H1.HeaderClassName
{
color: #115EAC;
}
.AnyTagClassName
{
color: #115EAC;
}
</style>
background-color css
<style>
a { background-color: #115EAC; }
a { background-color: rgb(17,94,172); }
div.DivClassName
{
background-color: #115EAC;
}
.BgClassName
{
background-color: #115EAC;
}
</style>
border-color css
<style>
span { border-color: #115EAC; }
span { border-color: rgb(17,94,172); }
td.TdClassName
{
border-color: #115EAC;
}
.TagClassName
{
border-color: #115EAC;
}
</style>