Shades of Denim #115ABD
Tints of Denim #115ABD
RGB
CMYK
RGB Variations
Color information
#115ABD (or 0x115ABD) is known color: Denim. HEX triplet: 11, 5A and BD. RGB value is (17,90,189). Sum of RGB (Red+Green+Blue) = 17+90+189=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #115ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ABD is #EEA542. Grayscale: #4E4E4E. Windows color (decimal): -15639875 or 12409361. OLE color: 12409361.
HSL color Cylindrical-coordinate representation of color #115ABD: hue angle of 214.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115ABD is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 90 | 189 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.26 |
| HSL | 214.53º | 0.83% | 0.4% | - |
| HSV(B) | 214.53º | 0.91% | 0.74% | - |
| XYZ | 13.07 | 11.11 | 49.6 | - |
| YUV | 79.46 | 189.82 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 189 | 0.91 | 0.52 | 0 | 0.26 | 214.53 | 0.83 | 0.4 |
| Hex | 11 | 5A | BD | 5B | 34 | 0 | 1A | D7 | 53 | 28 |
| Octal | 21 | 132 | 275 | 133 | 64 | 0 | 32 | 327 | 123 | 50 |
| Binary | 10001 | 1011010 | 10111101 | 1011011 | 110100 | 0 | 11010 | 11010111 | 1010011 | 101000 |
Color Harmonies of #115ABD
Complementary color
Monochromatic Colors of #115ABD
Black with #115ABD
Text Example
Text Example
White with #115ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115ABD; }
p { color: rgb(17,90,189); }
H1.HeaderClassName
{
color: #115ABD;
}
.AnyTagClassName
{
color: #115ABD;
}
</style>
background-color css
<style>
a { background-color: #115ABD; }
a { background-color: rgb(17,90,189); }
div.DivClassName
{
background-color: #115ABD;
}
.BgClassName
{
background-color: #115ABD;
}
</style>
border-color css
<style>
span { border-color: #115ABD; }
span { border-color: rgb(17,90,189); }
td.TdClassName
{
border-color: #115ABD;
}
.TagClassName
{
border-color: #115ABD;
}
</style>