Shades of Denim #115EA2
Tints of Denim #115EA2
RGB
CMYK
RGB Variations
Color information
#115EA2 (or 0x115EA2) is known color: Denim. HEX triplet: 11, 5E and A2. RGB value is (17,94,162). Sum of RGB (Red+Green+Blue) = 17+94+162=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #115EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115EA2 is #EEA15D. Grayscale: #4E4E4E. Windows color (decimal): -15638878 or 10640913. OLE color: 10640913.
HSL color Cylindrical-coordinate representation of color #115EA2: hue angle of 208.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115EA2 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 94 | 162 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.36 |
| HSL | 208.14º | 0.81% | 0.35% | - |
| HSV(B) | 208.14º | 0.9% | 0.64% | - |
| XYZ | 10.76 | 10.73 | 35.69 | - |
| YUV | 78.73 | 174.99 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 162 | 0.90 | 0.42 | 0 | 0.36 | 208.14 | 0.81 | 0.35 |
| Hex | 11 | 5E | A2 | 5A | 2A | 0 | 24 | D0 | 51 | 23 |
| Octal | 21 | 136 | 242 | 132 | 52 | 0 | 44 | 320 | 121 | 43 |
| Binary | 10001 | 1011110 | 10100010 | 1011010 | 101010 | 0 | 100100 | 11010000 | 1010001 | 100011 |
Color Harmonies of #115EA2
Complementary color
Monochromatic Colors of #115EA2
Black with #115EA2
Text Example
Text Example
White with #115EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EA2; }
p { color: rgb(17,94,162); }
H1.HeaderClassName
{
color: #115EA2;
}
.AnyTagClassName
{
color: #115EA2;
}
</style>
background-color css
<style>
a { background-color: #115EA2; }
a { background-color: rgb(17,94,162); }
div.DivClassName
{
background-color: #115EA2;
}
.BgClassName
{
background-color: #115EA2;
}
</style>
border-color css
<style>
span { border-color: #115EA2; }
span { border-color: rgb(17,94,162); }
td.TdClassName
{
border-color: #115EA2;
}
.TagClassName
{
border-color: #115EA2;
}
</style>