Shades of Denim #115AA9
Tints of Denim #115AA9
RGB
CMYK
RGB Variations
Color information
#115AA9 (or 0x115AA9) is known color: Denim. HEX triplet: 11, 5A and A9. RGB value is (17,90,169). Sum of RGB (Red+Green+Blue) = 17+90+169=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #115AA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AA9 is #EEA556. Grayscale: #4C4C4C. Windows color (decimal): -15639895 or 11098641. OLE color: 11098641.
HSL color Cylindrical-coordinate representation of color #115AA9: hue angle of 211.18º 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 #115AA9 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 90 | 169 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.34 |
| HSL | 211.18º | 0.82% | 0.36% | - |
| HSV(B) | 211.18º | 0.9% | 0.66% | - |
| XYZ | 11.05 | 10.3 | 38.94 | - |
| YUV | 77.18 | 179.82 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 169 | 0.90 | 0.47 | 0 | 0.34 | 211.18 | 0.82 | 0.36 |
| Hex | 11 | 5A | A9 | 5A | 2F | 0 | 22 | D3 | 52 | 24 |
| Octal | 21 | 132 | 251 | 132 | 57 | 0 | 42 | 323 | 122 | 44 |
| Binary | 10001 | 1011010 | 10101001 | 1011010 | 101111 | 0 | 100010 | 11010011 | 1010010 | 100100 |
Color Harmonies of #115AA9
Complementary color
Monochromatic Colors of #115AA9
Black with #115AA9
Text Example
Text Example
White with #115AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AA9; }
p { color: rgb(17,90,169); }
H1.HeaderClassName
{
color: #115AA9;
}
.AnyTagClassName
{
color: #115AA9;
}
</style>
background-color css
<style>
a { background-color: #115AA9; }
a { background-color: rgb(17,90,169); }
div.DivClassName
{
background-color: #115AA9;
}
.BgClassName
{
background-color: #115AA9;
}
</style>
border-color css
<style>
span { border-color: #115AA9; }
span { border-color: rgb(17,90,169); }
td.TdClassName
{
border-color: #115AA9;
}
.TagClassName
{
border-color: #115AA9;
}
</style>