Shades of Denim #115DB5
Tints of Denim #115DB5
RGB
CMYK
RGB Variations
Color information
#115DB5 (or 0x115DB5) is known color: Denim. HEX triplet: 11, 5D and B5. RGB value is (17,93,181). Sum of RGB (Red+Green+Blue) = 17+93+181=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #115DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DB5 is #EEA24A. Grayscale: #4F4F4F. Windows color (decimal): -15639115 or 11885841. OLE color: 11885841.
HSL color Cylindrical-coordinate representation of color #115DB5: hue angle of 212.2º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115DB5 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 93 | 181 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.29 |
| HSL | 212.2º | 0.83% | 0.39% | - |
| HSV(B) | 212.2º | 0.91% | 0.71% | - |
| XYZ | 12.49 | 11.28 | 45.24 | - |
| YUV | 80.31 | 184.82 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 181 | 0.91 | 0.49 | 0 | 0.29 | 212.2 | 0.83 | 0.39 |
| Hex | 11 | 5D | B5 | 5B | 31 | 0 | 1D | D4 | 53 | 27 |
| Octal | 21 | 135 | 265 | 133 | 61 | 0 | 35 | 324 | 123 | 47 |
| Binary | 10001 | 1011101 | 10110101 | 1011011 | 110001 | 0 | 11101 | 11010100 | 1010011 | 100111 |
Color Harmonies of #115DB5
Complementary color
Monochromatic Colors of #115DB5
Black with #115DB5
Text Example
Text Example
White with #115DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DB5; }
p { color: rgb(17,93,181); }
H1.HeaderClassName
{
color: #115DB5;
}
.AnyTagClassName
{
color: #115DB5;
}
</style>
background-color css
<style>
a { background-color: #115DB5; }
a { background-color: rgb(17,93,181); }
div.DivClassName
{
background-color: #115DB5;
}
.BgClassName
{
background-color: #115DB5;
}
</style>
border-color css
<style>
span { border-color: #115DB5; }
span { border-color: rgb(17,93,181); }
td.TdClassName
{
border-color: #115DB5;
}
.TagClassName
{
border-color: #115DB5;
}
</style>