Shades of Denim #115ED1
Tints of Denim #115ED1
RGB
CMYK
RGB Variations
Color information
#115ED1 (or 0x115ED1) is known color: Denim. HEX triplet: 11, 5E and D1. RGB value is (17,94,209). Sum of RGB (Red+Green+Blue) = 17+94+209=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 209 (82.03% from 255 or 65.31% from 320); Max value from RGB is 209 - color contains mainly: blue. Hex color #115ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ED1 is #EEA12E. Grayscale: #535353. Windows color (decimal): -15638831 or 13721105. OLE color: 13721105.
HSL color Cylindrical-coordinate representation of color #115ED1: hue angle of 215.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115ED1 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 94 | 209 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.18 |
| HSL | 215.94º | 0.85% | 0.44% | - |
| HSV(B) | 215.94º | 0.92% | 0.82% | - |
| XYZ | 15.74 | 12.73 | 61.95 | - |
| YUV | 84.09 | 198.49 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 209 | 0.92 | 0.55 | 0 | 0.18 | 215.94 | 0.85 | 0.44 |
| Hex | 11 | 5E | D1 | 5C | 37 | 0 | 12 | D8 | 55 | 2C |
| Octal | 21 | 136 | 321 | 134 | 67 | 0 | 22 | 330 | 125 | 54 |
| Binary | 10001 | 1011110 | 11010001 | 1011100 | 110111 | 0 | 10010 | 11011000 | 1010101 | 101100 |
Color Harmonies of #115ED1
Complementary color
Monochromatic Colors of #115ED1
Black with #115ED1
Text Example
Text Example
White with #115ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115ED1; }
p { color: rgb(17,94,209); }
H1.HeaderClassName
{
color: #115ED1;
}
.AnyTagClassName
{
color: #115ED1;
}
</style>
background-color css
<style>
a { background-color: #115ED1; }
a { background-color: rgb(17,94,209); }
div.DivClassName
{
background-color: #115ED1;
}
.BgClassName
{
background-color: #115ED1;
}
</style>
border-color css
<style>
span { border-color: #115ED1; }
span { border-color: rgb(17,94,209); }
td.TdClassName
{
border-color: #115ED1;
}
.TagClassName
{
border-color: #115ED1;
}
</style>