Shades of Denim #115AAE
Tints of Denim #115AAE
RGB
CMYK
RGB Variations
Color information
#115AAE (or 0x115AAE) is known color: Denim. HEX triplet: 11, 5A and AE. RGB value is (17,90,174). Sum of RGB (Red+Green+Blue) = 17+90+174=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #115AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AAE is #EEA551. Grayscale: #4D4D4D. Windows color (decimal): -15639890 or 11426321. OLE color: 11426321.
HSL color Cylindrical-coordinate representation of color #115AAE: hue angle of 212.1º 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 #115AAE is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 90 | 174 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.32 |
| HSL | 212.1º | 0.82% | 0.37% | - |
| HSV(B) | 212.1º | 0.9% | 0.68% | - |
| XYZ | 11.53 | 10.49 | 41.46 | - |
| YUV | 77.75 | 182.32 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 174 | 0.90 | 0.48 | 0 | 0.32 | 212.1 | 0.82 | 0.37 |
| Hex | 11 | 5A | AE | 5A | 30 | 0 | 20 | D4 | 52 | 25 |
| Octal | 21 | 132 | 256 | 132 | 60 | 0 | 40 | 324 | 122 | 45 |
| Binary | 10001 | 1011010 | 10101110 | 1011010 | 110000 | 0 | 100000 | 11010100 | 1010010 | 100101 |
Color Harmonies of #115AAE
Complementary color
Monochromatic Colors of #115AAE
Black with #115AAE
Text Example
Text Example
White with #115AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AAE; }
p { color: rgb(17,90,174); }
H1.HeaderClassName
{
color: #115AAE;
}
.AnyTagClassName
{
color: #115AAE;
}
</style>
background-color css
<style>
a { background-color: #115AAE; }
a { background-color: rgb(17,90,174); }
div.DivClassName
{
background-color: #115AAE;
}
.BgClassName
{
background-color: #115AAE;
}
</style>
border-color css
<style>
span { border-color: #115AAE; }
span { border-color: rgb(17,90,174); }
td.TdClassName
{
border-color: #115AAE;
}
.TagClassName
{
border-color: #115AAE;
}
</style>