Shades of Denim #115AA8
Tints of Denim #115AA8
RGB
CMYK
RGB Variations
Color information
#115AA8 (or 0x115AA8) is known color: Denim. HEX triplet: 11, 5A and A8. RGB value is (17,90,168). Sum of RGB (Red+Green+Blue) = 17+90+168=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 168 (66.02% from 255 or 61.09% from 275); Max value from RGB is 168 - color contains mainly: blue. Hex color #115AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AA8 is #EEA557. Grayscale: #4C4C4C. Windows color (decimal): -15639896 or 11033105. OLE color: 11033105.
HSL color Cylindrical-coordinate representation of color #115AA8: hue angle of 210.99º 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 #115AA8 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 90 | 168 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.34 |
| HSL | 210.99º | 0.82% | 0.36% | - |
| HSV(B) | 210.99º | 0.9% | 0.66% | - |
| XYZ | 10.96 | 10.26 | 38.45 | - |
| YUV | 77.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 168 | 0.90 | 0.46 | 0 | 0.34 | 210.99 | 0.82 | 0.36 |
| Hex | 11 | 5A | A8 | 5A | 2E | 0 | 22 | D3 | 52 | 24 |
| Octal | 21 | 132 | 250 | 132 | 56 | 0 | 42 | 323 | 122 | 44 |
| Binary | 10001 | 1011010 | 10101000 | 1011010 | 101110 | 0 | 100010 | 11010011 | 1010010 | 100100 |
Color Harmonies of #115AA8
Complementary color
Monochromatic Colors of #115AA8
Black with #115AA8
Text Example
Text Example
White with #115AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AA8; }
p { color: rgb(17,90,168); }
H1.HeaderClassName
{
color: #115AA8;
}
.AnyTagClassName
{
color: #115AA8;
}
</style>
background-color css
<style>
a { background-color: #115AA8; }
a { background-color: rgb(17,90,168); }
div.DivClassName
{
background-color: #115AA8;
}
.BgClassName
{
background-color: #115AA8;
}
</style>
border-color css
<style>
span { border-color: #115AA8; }
span { border-color: rgb(17,90,168); }
td.TdClassName
{
border-color: #115AA8;
}
.TagClassName
{
border-color: #115AA8;
}
</style>