Shades of Denim #115DA8
Tints of Denim #115DA8
RGB
CMYK
RGB Variations
Color information
#115DA8 (or 0x115DA8) is known color: Denim. HEX triplet: 11, 5D and A8. RGB value is (17,93,168). Sum of RGB (Red+Green+Blue) = 17+93+168=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 168 (66.02% from 255 or 60.43% from 278); Max value from RGB is 168 - color contains mainly: blue. Hex color #115DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DA8 is #EEA257. Grayscale: #4E4E4E. Windows color (decimal): -15639128 or 11033873. OLE color: 11033873.
HSL color Cylindrical-coordinate representation of color #115DA8: hue angle of 209.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115DA8 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 93 | 168 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.34 |
| HSL | 209.8º | 0.82% | 0.36% | - |
| HSV(B) | 209.8º | 0.9% | 0.66% | - |
| XYZ | 11.21 | 10.78 | 38.53 | - |
| YUV | 78.83 | 178.32 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 168 | 0.90 | 0.45 | 0 | 0.34 | 209.8 | 0.82 | 0.36 |
| Hex | 11 | 5D | A8 | 5A | 2D | 0 | 22 | D2 | 52 | 24 |
| Octal | 21 | 135 | 250 | 132 | 55 | 0 | 42 | 322 | 122 | 44 |
| Binary | 10001 | 1011101 | 10101000 | 1011010 | 101101 | 0 | 100010 | 11010010 | 1010010 | 100100 |
Color Harmonies of #115DA8
Complementary color
Monochromatic Colors of #115DA8
Black with #115DA8
Text Example
Text Example
White with #115DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DA8; }
p { color: rgb(17,93,168); }
H1.HeaderClassName
{
color: #115DA8;
}
.AnyTagClassName
{
color: #115DA8;
}
</style>
background-color css
<style>
a { background-color: #115DA8; }
a { background-color: rgb(17,93,168); }
div.DivClassName
{
background-color: #115DA8;
}
.BgClassName
{
background-color: #115DA8;
}
</style>
border-color css
<style>
span { border-color: #115DA8; }
span { border-color: rgb(17,93,168); }
td.TdClassName
{
border-color: #115DA8;
}
.TagClassName
{
border-color: #115DA8;
}
</style>