Shades of Denim #115BA9
Tints of Denim #115BA9
RGB
CMYK
RGB Variations
Color information
#115BA9 (or 0x115BA9) is known color: Denim. HEX triplet: 11, 5B and A9. RGB value is (17,91,169). Sum of RGB (Red+Green+Blue) = 17+91+169=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #115BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BA9 is #EEA456. Grayscale: #4D4D4D. Windows color (decimal): -15639639 or 11098897. OLE color: 11098897.
HSL color Cylindrical-coordinate representation of color #115BA9: hue angle of 210.79º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115BA9 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 91 | 169 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.34 |
| HSL | 210.79º | 0.82% | 0.36% | - |
| HSV(B) | 210.79º | 0.9% | 0.66% | - |
| XYZ | 11.13 | 10.47 | 38.97 | - |
| YUV | 77.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 169 | 0.90 | 0.46 | 0 | 0.34 | 210.79 | 0.82 | 0.36 |
| Hex | 11 | 5B | A9 | 5A | 2E | 0 | 22 | D3 | 52 | 24 |
| Octal | 21 | 133 | 251 | 132 | 56 | 0 | 42 | 323 | 122 | 44 |
| Binary | 10001 | 1011011 | 10101001 | 1011010 | 101110 | 0 | 100010 | 11010011 | 1010010 | 100100 |
Color Harmonies of #115BA9
Complementary color
Monochromatic Colors of #115BA9
Black with #115BA9
Text Example
Text Example
White with #115BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BA9; }
p { color: rgb(17,91,169); }
H1.HeaderClassName
{
color: #115BA9;
}
.AnyTagClassName
{
color: #115BA9;
}
</style>
background-color css
<style>
a { background-color: #115BA9; }
a { background-color: rgb(17,91,169); }
div.DivClassName
{
background-color: #115BA9;
}
.BgClassName
{
background-color: #115BA9;
}
</style>
border-color css
<style>
span { border-color: #115BA9; }
span { border-color: rgb(17,91,169); }
td.TdClassName
{
border-color: #115BA9;
}
.TagClassName
{
border-color: #115BA9;
}
</style>