Shades of Denim #115BB5
Tints of Denim #115BB5
RGB
CMYK
RGB Variations
Color information
#115BB5 (or 0x115BB5) is known color: Denim. HEX triplet: 11, 5B and B5. RGB value is (17,91,181). Sum of RGB (Red+Green+Blue) = 17+91+181=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 181 (71.09% from 255 or 62.63% from 289); Max value from RGB is 181 - color contains mainly: blue. Hex color #115BB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BB5 is #EEA44A. Grayscale: #4E4E4E. Windows color (decimal): -15639627 or 11885329. OLE color: 11885329.
HSL color Cylindrical-coordinate representation of color #115BB5: hue angle of 212.93º 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 #115BB5 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 91 | 181 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.29 |
| HSL | 212.93º | 0.83% | 0.39% | - |
| HSV(B) | 212.93º | 0.91% | 0.71% | - |
| XYZ | 12.31 | 10.94 | 45.18 | - |
| YUV | 79.13 | 185.48 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 181 | 0.91 | 0.50 | 0 | 0.29 | 212.93 | 0.83 | 0.39 |
| Hex | 11 | 5B | B5 | 5B | 32 | 0 | 1D | D5 | 53 | 27 |
| Octal | 21 | 133 | 265 | 133 | 62 | 0 | 35 | 325 | 123 | 47 |
| Binary | 10001 | 1011011 | 10110101 | 1011011 | 110010 | 0 | 11101 | 11010101 | 1010011 | 100111 |
Color Harmonies of #115BB5
Complementary color
Monochromatic Colors of #115BB5
Black with #115BB5
Text Example
Text Example
White with #115BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BB5; }
p { color: rgb(17,91,181); }
H1.HeaderClassName
{
color: #115BB5;
}
.AnyTagClassName
{
color: #115BB5;
}
</style>
background-color css
<style>
a { background-color: #115BB5; }
a { background-color: rgb(17,91,181); }
div.DivClassName
{
background-color: #115BB5;
}
.BgClassName
{
background-color: #115BB5;
}
</style>
border-color css
<style>
span { border-color: #115BB5; }
span { border-color: rgb(17,91,181); }
td.TdClassName
{
border-color: #115BB5;
}
.TagClassName
{
border-color: #115BB5;
}
</style>