Shades of Denim #115DBE
Tints of Denim #115DBE
RGB
CMYK
RGB Variations
Color information
#115DBE (or 0x115DBE) is known color: Denim. HEX triplet: 11, 5D and BE. RGB value is (17,93,190). Sum of RGB (Red+Green+Blue) = 17+93+190=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #115DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DBE is #EEA241. Grayscale: #505050. Windows color (decimal): -15639106 or 12475665. OLE color: 12475665.
HSL color Cylindrical-coordinate representation of color #115DBE: hue angle of 213.64º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115DBE is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 93 | 190 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.25 |
| HSL | 213.64º | 0.84% | 0.41% | - |
| HSV(B) | 213.64º | 0.91% | 0.75% | - |
| XYZ | 13.44 | 11.67 | 50.26 | - |
| YUV | 81.33 | 189.32 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 190 | 0.91 | 0.51 | 0 | 0.25 | 213.64 | 0.84 | 0.41 |
| Hex | 11 | 5D | BE | 5B | 33 | 0 | 19 | D6 | 54 | 29 |
| Octal | 21 | 135 | 276 | 133 | 63 | 0 | 31 | 326 | 124 | 51 |
| Binary | 10001 | 1011101 | 10111110 | 1011011 | 110011 | 0 | 11001 | 11010110 | 1010100 | 101001 |
Color Harmonies of #115DBE
Complementary color
Monochromatic Colors of #115DBE
Black with #115DBE
Text Example
Text Example
White with #115DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DBE; }
p { color: rgb(17,93,190); }
H1.HeaderClassName
{
color: #115DBE;
}
.AnyTagClassName
{
color: #115DBE;
}
</style>
background-color css
<style>
a { background-color: #115DBE; }
a { background-color: rgb(17,93,190); }
div.DivClassName
{
background-color: #115DBE;
}
.BgClassName
{
background-color: #115DBE;
}
</style>
border-color css
<style>
span { border-color: #115DBE; }
span { border-color: rgb(17,93,190); }
td.TdClassName
{
border-color: #115DBE;
}
.TagClassName
{
border-color: #115DBE;
}
</style>