Shades of Denim #115ABB
Tints of Denim #115ABB
RGB
CMYK
RGB Variations
Color information
#115ABB (or 0x115ABB) is known color: Denim. HEX triplet: 11, 5A and BB. RGB value is (17,90,187). Sum of RGB (Red+Green+Blue) = 17+90+187=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #115ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ABB is #EEA544. Grayscale: #4E4E4E. Windows color (decimal): -15639877 or 12278289. OLE color: 12278289.
HSL color Cylindrical-coordinate representation of color #115ABB: hue angle of 214.24º 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 #115ABB is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 90 | 187 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.27 |
| HSL | 214.24º | 0.83% | 0.4% | - |
| HSV(B) | 214.24º | 0.91% | 0.73% | - |
| XYZ | 12.86 | 11.02 | 48.46 | - |
| YUV | 79.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 187 | 0.91 | 0.52 | 0 | 0.27 | 214.24 | 0.83 | 0.4 |
| Hex | 11 | 5A | BB | 5B | 34 | 0 | 1B | D6 | 53 | 28 |
| Octal | 21 | 132 | 273 | 133 | 64 | 0 | 33 | 326 | 123 | 50 |
| Binary | 10001 | 1011010 | 10111011 | 1011011 | 110100 | 0 | 11011 | 11010110 | 1010011 | 101000 |
Color Harmonies of #115ABB
Complementary color
Monochromatic Colors of #115ABB
Black with #115ABB
Text Example
Text Example
White with #115ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115ABB; }
p { color: rgb(17,90,187); }
H1.HeaderClassName
{
color: #115ABB;
}
.AnyTagClassName
{
color: #115ABB;
}
</style>
background-color css
<style>
a { background-color: #115ABB; }
a { background-color: rgb(17,90,187); }
div.DivClassName
{
background-color: #115ABB;
}
.BgClassName
{
background-color: #115ABB;
}
</style>
border-color css
<style>
span { border-color: #115ABB; }
span { border-color: rgb(17,90,187); }
td.TdClassName
{
border-color: #115ABB;
}
.TagClassName
{
border-color: #115ABB;
}
</style>