Shades of Denim #115BBB
Tints of Denim #115BBB
RGB
CMYK
RGB Variations
Color information
#115BBB (or 0x115BBB) is known color: Denim. HEX triplet: 11, 5B and BB. RGB value is (17,91,187). Sum of RGB (Red+Green+Blue) = 17+91+187=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #115BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BBB is #EEA444. Grayscale: #4F4F4F. Windows color (decimal): -15639621 or 12278545. OLE color: 12278545.
HSL color Cylindrical-coordinate representation of color #115BBB: hue angle of 213.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115BBB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 91 | 187 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.27 |
| HSL | 213.88º | 0.83% | 0.4% | - |
| HSV(B) | 213.88º | 0.91% | 0.73% | - |
| XYZ | 12.94 | 11.19 | 48.49 | - |
| YUV | 79.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 187 | 0.91 | 0.51 | 0 | 0.27 | 213.88 | 0.83 | 0.4 |
| Hex | 11 | 5B | BB | 5B | 33 | 0 | 1B | D6 | 53 | 28 |
| Octal | 21 | 133 | 273 | 133 | 63 | 0 | 33 | 326 | 123 | 50 |
| Binary | 10001 | 1011011 | 10111011 | 1011011 | 110011 | 0 | 11011 | 11010110 | 1010011 | 101000 |
Color Harmonies of #115BBB
Complementary color
Monochromatic Colors of #115BBB
Black with #115BBB
Text Example
Text Example
White with #115BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BBB; }
p { color: rgb(17,91,187); }
H1.HeaderClassName
{
color: #115BBB;
}
.AnyTagClassName
{
color: #115BBB;
}
</style>
background-color css
<style>
a { background-color: #115BBB; }
a { background-color: rgb(17,91,187); }
div.DivClassName
{
background-color: #115BBB;
}
.BgClassName
{
background-color: #115BBB;
}
</style>
border-color css
<style>
span { border-color: #115BBB; }
span { border-color: rgb(17,91,187); }
td.TdClassName
{
border-color: #115BBB;
}
.TagClassName
{
border-color: #115BBB;
}
</style>