Shades of Denim #115BD1
Tints of Denim #115BD1
RGB
CMYK
RGB Variations
Color information
#115BD1 (or 0x115BD1) is known color: Denim. HEX triplet: 11, 5B and D1. RGB value is (17,91,209). Sum of RGB (Red+Green+Blue) = 17+91+209=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #115BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BD1 is #EEA42E. Grayscale: #515151. Windows color (decimal): -15639599 or 13720337. OLE color: 13720337.
HSL color Cylindrical-coordinate representation of color #115BD1: hue angle of 216.88º 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 #115BD1 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 91 | 209 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.18 |
| HSL | 216.88º | 0.85% | 0.44% | - |
| HSV(B) | 216.88º | 0.92% | 0.82% | - |
| XYZ | 15.48 | 12.2 | 61.86 | - |
| YUV | 82.33 | 199.48 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 209 | 0.92 | 0.56 | 0 | 0.18 | 216.88 | 0.85 | 0.44 |
| Hex | 11 | 5B | D1 | 5C | 38 | 0 | 12 | D9 | 55 | 2C |
| Octal | 21 | 133 | 321 | 134 | 70 | 0 | 22 | 331 | 125 | 54 |
| Binary | 10001 | 1011011 | 11010001 | 1011100 | 111000 | 0 | 10010 | 11011001 | 1010101 | 101100 |
Color Harmonies of #115BD1
Complementary color
Monochromatic Colors of #115BD1
Black with #115BD1
Text Example
Text Example
White with #115BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BD1; }
p { color: rgb(17,91,209); }
H1.HeaderClassName
{
color: #115BD1;
}
.AnyTagClassName
{
color: #115BD1;
}
</style>
background-color css
<style>
a { background-color: #115BD1; }
a { background-color: rgb(17,91,209); }
div.DivClassName
{
background-color: #115BD1;
}
.BgClassName
{
background-color: #115BD1;
}
</style>
border-color css
<style>
span { border-color: #115BD1; }
span { border-color: rgb(17,91,209); }
td.TdClassName
{
border-color: #115BD1;
}
.TagClassName
{
border-color: #115BD1;
}
</style>