Shades of Denim #115DAA
Tints of Denim #115DAA
RGB
CMYK
RGB Variations
Color information
#115DAA (or 0x115DAA) is known color: Denim. HEX triplet: 11, 5D and AA. RGB value is (17,93,170). Sum of RGB (Red+Green+Blue) = 17+93+170=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #115DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DAA is #EEA255. Grayscale: #4E4E4E. Windows color (decimal): -15639126 or 11164945. OLE color: 11164945.
HSL color Cylindrical-coordinate representation of color #115DAA: hue angle of 210.2º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115DAA is Cyan = 0.9, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 93 | 170 | - |
| CMYK | 0.9 | 0.45 | 0 | 0.33 |
| HSL | 210.2º | 0.82% | 0.37% | - |
| HSV(B) | 210.2º | 0.9% | 0.67% | - |
| XYZ | 11.4 | 10.85 | 39.52 | - |
| YUV | 79.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 170 | 0.9 | 0.45 | 0 | 0.33 | 210.2 | 0.82 | 0.37 |
| Hex | 11 | 5D | AA | 5A | 2D | 0 | 21 | D2 | 52 | 25 |
| Octal | 21 | 135 | 252 | 132 | 55 | 0 | 41 | 322 | 122 | 45 |
| Binary | 10001 | 1011101 | 10101010 | 1011010 | 101101 | 0 | 100001 | 11010010 | 1010010 | 100101 |
Color Harmonies of #115DAA
Complementary color
Monochromatic Colors of #115DAA
Black with #115DAA
Text Example
Text Example
White with #115DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DAA; }
p { color: rgb(17,93,170); }
H1.HeaderClassName
{
color: #115DAA;
}
.AnyTagClassName
{
color: #115DAA;
}
</style>
background-color css
<style>
a { background-color: #115DAA; }
a { background-color: rgb(17,93,170); }
div.DivClassName
{
background-color: #115DAA;
}
.BgClassName
{
background-color: #115DAA;
}
</style>
border-color css
<style>
span { border-color: #115DAA; }
span { border-color: rgb(17,93,170); }
td.TdClassName
{
border-color: #115DAA;
}
.TagClassName
{
border-color: #115DAA;
}
</style>