Shades of Denim #115DAC
Tints of Denim #115DAC
RGB
CMYK
RGB Variations
Color information
#115DAC (or 0x115DAC) is known color: Denim. HEX triplet: 11, 5D and AC. RGB value is (17,93,172). Sum of RGB (Red+Green+Blue) = 17+93+172=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #115DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DAC is #EEA253. Grayscale: #4E4E4E. Windows color (decimal): -15639124 or 11296017. OLE color: 11296017.
HSL color Cylindrical-coordinate representation of color #115DAC: hue angle of 210.58º 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 #115DAC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 93 | 172 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.33 |
| HSL | 210.58º | 0.82% | 0.37% | - |
| HSV(B) | 210.58º | 0.9% | 0.67% | - |
| XYZ | 11.59 | 10.93 | 40.53 | - |
| YUV | 79.28 | 180.32 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 172 | 0.90 | 0.46 | 0 | 0.33 | 210.58 | 0.82 | 0.37 |
| Hex | 11 | 5D | AC | 5A | 2E | 0 | 21 | D3 | 52 | 25 |
| Octal | 21 | 135 | 254 | 132 | 56 | 0 | 41 | 323 | 122 | 45 |
| Binary | 10001 | 1011101 | 10101100 | 1011010 | 101110 | 0 | 100001 | 11010011 | 1010010 | 100101 |
Color Harmonies of #115DAC
Complementary color
Monochromatic Colors of #115DAC
Black with #115DAC
Text Example
Text Example
White with #115DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DAC; }
p { color: rgb(17,93,172); }
H1.HeaderClassName
{
color: #115DAC;
}
.AnyTagClassName
{
color: #115DAC;
}
</style>
background-color css
<style>
a { background-color: #115DAC; }
a { background-color: rgb(17,93,172); }
div.DivClassName
{
background-color: #115DAC;
}
.BgClassName
{
background-color: #115DAC;
}
</style>
border-color css
<style>
span { border-color: #115DAC; }
span { border-color: rgb(17,93,172); }
td.TdClassName
{
border-color: #115DAC;
}
.TagClassName
{
border-color: #115DAC;
}
</style>