Shades of Denim #115DA5
Tints of Denim #115DA5
RGB
CMYK
RGB Variations
Color information
#115DA5 (or 0x115DA5) is known color: Denim. HEX triplet: 11, 5D and A5. RGB value is (17,93,165). Sum of RGB (Red+Green+Blue) = 17+93+165=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #115DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DA5 is #EEA25A. Grayscale: #4E4E4E. Windows color (decimal): -15639131 or 10837265. OLE color: 10837265.
HSL color Cylindrical-coordinate representation of color #115DA5: hue angle of 209.19º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115DA5 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 93 | 165 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.35 |
| HSL | 209.19º | 0.81% | 0.36% | - |
| HSV(B) | 209.19º | 0.9% | 0.65% | - |
| XYZ | 10.94 | 10.66 | 37.08 | - |
| YUV | 78.48 | 176.82 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 165 | 0.90 | 0.44 | 0 | 0.35 | 209.19 | 0.81 | 0.36 |
| Hex | 11 | 5D | A5 | 5A | 2C | 0 | 23 | D1 | 51 | 24 |
| Octal | 21 | 135 | 245 | 132 | 54 | 0 | 43 | 321 | 121 | 44 |
| Binary | 10001 | 1011101 | 10100101 | 1011010 | 101100 | 0 | 100011 | 11010001 | 1010001 | 100100 |
Color Harmonies of #115DA5
Complementary color
Monochromatic Colors of #115DA5
Black with #115DA5
Text Example
Text Example
White with #115DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DA5; }
p { color: rgb(17,93,165); }
H1.HeaderClassName
{
color: #115DA5;
}
.AnyTagClassName
{
color: #115DA5;
}
</style>
background-color css
<style>
a { background-color: #115DA5; }
a { background-color: rgb(17,93,165); }
div.DivClassName
{
background-color: #115DA5;
}
.BgClassName
{
background-color: #115DA5;
}
</style>
border-color css
<style>
span { border-color: #115DA5; }
span { border-color: rgb(17,93,165); }
td.TdClassName
{
border-color: #115DA5;
}
.TagClassName
{
border-color: #115DA5;
}
</style>