Shades of Denim #115BAE
Tints of Denim #115BAE
RGB
CMYK
RGB Variations
Color information
#115BAE (or 0x115BAE) is known color: Denim. HEX triplet: 11, 5B and AE. RGB value is (17,91,174). Sum of RGB (Red+Green+Blue) = 17+91+174=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #115BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BAE is #EEA451. Grayscale: #4D4D4D. Windows color (decimal): -15639634 or 11426577. OLE color: 11426577.
HSL color Cylindrical-coordinate representation of color #115BAE: hue angle of 211.72º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115BAE is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 91 | 174 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.32 |
| HSL | 211.72º | 0.82% | 0.37% | - |
| HSV(B) | 211.72º | 0.9% | 0.68% | - |
| XYZ | 11.61 | 10.66 | 41.49 | - |
| YUV | 78.34 | 181.98 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 174 | 0.90 | 0.48 | 0 | 0.32 | 211.72 | 0.82 | 0.37 |
| Hex | 11 | 5B | AE | 5A | 30 | 0 | 20 | D4 | 52 | 25 |
| Octal | 21 | 133 | 256 | 132 | 60 | 0 | 40 | 324 | 122 | 45 |
| Binary | 10001 | 1011011 | 10101110 | 1011010 | 110000 | 0 | 100000 | 11010100 | 1010010 | 100101 |
Color Harmonies of #115BAE
Complementary color
Monochromatic Colors of #115BAE
Black with #115BAE
Text Example
Text Example
White with #115BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BAE; }
p { color: rgb(17,91,174); }
H1.HeaderClassName
{
color: #115BAE;
}
.AnyTagClassName
{
color: #115BAE;
}
</style>
background-color css
<style>
a { background-color: #115BAE; }
a { background-color: rgb(17,91,174); }
div.DivClassName
{
background-color: #115BAE;
}
.BgClassName
{
background-color: #115BAE;
}
</style>
border-color css
<style>
span { border-color: #115BAE; }
span { border-color: rgb(17,91,174); }
td.TdClassName
{
border-color: #115BAE;
}
.TagClassName
{
border-color: #115BAE;
}
</style>