Shades of Denim #115DB8
Tints of Denim #115DB8
RGB
CMYK
RGB Variations
Color information
#115DB8 (or 0x115DB8) is known color: Denim. HEX triplet: 11, 5D and B8. RGB value is (17,93,184). Sum of RGB (Red+Green+Blue) = 17+93+184=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #115DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DB8 is #EEA247. Grayscale: #505050. Windows color (decimal): -15639112 or 12082449. OLE color: 12082449.
HSL color Cylindrical-coordinate representation of color #115DB8: hue angle of 212.69º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115DB8 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 93 | 184 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.28 |
| HSL | 212.69º | 0.83% | 0.39% | - |
| HSV(B) | 212.69º | 0.91% | 0.72% | - |
| XYZ | 12.8 | 11.41 | 46.87 | - |
| YUV | 80.65 | 186.32 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 184 | 0.91 | 0.49 | 0 | 0.28 | 212.69 | 0.83 | 0.39 |
| Hex | 11 | 5D | B8 | 5B | 31 | 0 | 1C | D5 | 53 | 27 |
| Octal | 21 | 135 | 270 | 133 | 61 | 0 | 34 | 325 | 123 | 47 |
| Binary | 10001 | 1011101 | 10111000 | 1011011 | 110001 | 0 | 11100 | 11010101 | 1010011 | 100111 |
Color Harmonies of #115DB8
Complementary color
Monochromatic Colors of #115DB8
Black with #115DB8
Text Example
Text Example
White with #115DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DB8; }
p { color: rgb(17,93,184); }
H1.HeaderClassName
{
color: #115DB8;
}
.AnyTagClassName
{
color: #115DB8;
}
</style>
background-color css
<style>
a { background-color: #115DB8; }
a { background-color: rgb(17,93,184); }
div.DivClassName
{
background-color: #115DB8;
}
.BgClassName
{
background-color: #115DB8;
}
</style>
border-color css
<style>
span { border-color: #115DB8; }
span { border-color: rgb(17,93,184); }
td.TdClassName
{
border-color: #115DB8;
}
.TagClassName
{
border-color: #115DB8;
}
</style>