Shades of Denim #115AC6
Tints of Denim #115AC6
RGB
CMYK
RGB Variations
Color information
#115AC6 (or 0x115AC6) is known color: Denim. HEX triplet: 11, 5A and C6. RGB value is (17,90,198). Sum of RGB (Red+Green+Blue) = 17+90+198=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 198 (77.73% from 255 or 64.92% from 305); Max value from RGB is 198 - color contains mainly: blue. Hex color #115AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AC6 is #EEA539. Grayscale: #4F4F4F. Windows color (decimal): -15639866 or 12999185. OLE color: 12999185.
HSL color Cylindrical-coordinate representation of color #115AC6: hue angle of 215.8º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115AC6 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 90 | 198 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.22 |
| HSL | 215.8º | 0.84% | 0.42% | - |
| HSV(B) | 215.8º | 0.91% | 0.78% | - |
| XYZ | 14.08 | 11.51 | 54.91 | - |
| YUV | 80.49 | 194.32 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 198 | 0.91 | 0.55 | 0 | 0.22 | 215.8 | 0.84 | 0.42 |
| Hex | 11 | 5A | C6 | 5B | 37 | 0 | 16 | D8 | 54 | 2A |
| Octal | 21 | 132 | 306 | 133 | 67 | 0 | 26 | 330 | 124 | 52 |
| Binary | 10001 | 1011010 | 11000110 | 1011011 | 110111 | 0 | 10110 | 11011000 | 1010100 | 101010 |
Color Harmonies of #115AC6
Complementary color
Monochromatic Colors of #115AC6
Black with #115AC6
Text Example
Text Example
White with #115AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AC6; }
p { color: rgb(17,90,198); }
H1.HeaderClassName
{
color: #115AC6;
}
.AnyTagClassName
{
color: #115AC6;
}
</style>
background-color css
<style>
a { background-color: #115AC6; }
a { background-color: rgb(17,90,198); }
div.DivClassName
{
background-color: #115AC6;
}
.BgClassName
{
background-color: #115AC6;
}
</style>
border-color css
<style>
span { border-color: #115AC6; }
span { border-color: rgb(17,90,198); }
td.TdClassName
{
border-color: #115AC6;
}
.TagClassName
{
border-color: #115AC6;
}
</style>