Shades of Denim #115DA0
Tints of Denim #115DA0
RGB
CMYK
RGB Variations
Color information
#115DA0 (or 0x115DA0) is known color: Denim. HEX triplet: 11, 5D and A0. RGB value is (17,93,160). Sum of RGB (Red+Green+Blue) = 17+93+160=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #115DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DA0 is #EEA25F. Grayscale: #4D4D4D. Windows color (decimal): -15639136 or 10509585. OLE color: 10509585.
HSL color Cylindrical-coordinate representation of color #115DA0: hue angle of 208.11º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115DA0 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 93 | 160 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.37 |
| HSL | 208.11º | 0.81% | 0.35% | - |
| HSV(B) | 208.11º | 0.89% | 0.63% | - |
| XYZ | 10.49 | 10.49 | 34.73 | - |
| YUV | 77.91 | 174.32 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 160 | 0.89 | 0.42 | 0 | 0.37 | 208.11 | 0.81 | 0.35 |
| Hex | 11 | 5D | A0 | 59 | 2A | 0 | 25 | D0 | 51 | 23 |
| Octal | 21 | 135 | 240 | 131 | 52 | 0 | 45 | 320 | 121 | 43 |
| Binary | 10001 | 1011101 | 10100000 | 1011001 | 101010 | 0 | 100101 | 11010000 | 1010001 | 100011 |
Color Harmonies of #115DA0
Complementary color
Monochromatic Colors of #115DA0
Black with #115DA0
Text Example
Text Example
White with #115DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DA0; }
p { color: rgb(17,93,160); }
H1.HeaderClassName
{
color: #115DA0;
}
.AnyTagClassName
{
color: #115DA0;
}
</style>
background-color css
<style>
a { background-color: #115DA0; }
a { background-color: rgb(17,93,160); }
div.DivClassName
{
background-color: #115DA0;
}
.BgClassName
{
background-color: #115DA0;
}
</style>
border-color css
<style>
span { border-color: #115DA0; }
span { border-color: rgb(17,93,160); }
td.TdClassName
{
border-color: #115DA0;
}
.TagClassName
{
border-color: #115DA0;
}
</style>