Shades of Denim #115DBF
Tints of Denim #115DBF
RGB
CMYK
RGB Variations
Color information
#115DBF (or 0x115DBF) is known color: Denim. HEX triplet: 11, 5D and BF. RGB value is (17,93,191). Sum of RGB (Red+Green+Blue) = 17+93+191=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #115DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DBF is #EEA240. Grayscale: #505050. Windows color (decimal): -15639105 or 12541201. OLE color: 12541201.
HSL color Cylindrical-coordinate representation of color #115DBF: hue angle of 213.79º 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 #115DBF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 93 | 191 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.25 |
| HSL | 213.79º | 0.84% | 0.41% | - |
| HSV(B) | 213.79º | 0.91% | 0.75% | - |
| XYZ | 13.55 | 11.71 | 50.84 | - |
| YUV | 81.45 | 189.82 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 191 | 0.91 | 0.51 | 0 | 0.25 | 213.79 | 0.84 | 0.41 |
| Hex | 11 | 5D | BF | 5B | 33 | 0 | 19 | D6 | 54 | 29 |
| Octal | 21 | 135 | 277 | 133 | 63 | 0 | 31 | 326 | 124 | 51 |
| Binary | 10001 | 1011101 | 10111111 | 1011011 | 110011 | 0 | 11001 | 11010110 | 1010100 | 101001 |
Color Harmonies of #115DBF
Complementary color
Monochromatic Colors of #115DBF
Black with #115DBF
Text Example
Text Example
White with #115DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DBF; }
p { color: rgb(17,93,191); }
H1.HeaderClassName
{
color: #115DBF;
}
.AnyTagClassName
{
color: #115DBF;
}
</style>
background-color css
<style>
a { background-color: #115DBF; }
a { background-color: rgb(17,93,191); }
div.DivClassName
{
background-color: #115DBF;
}
.BgClassName
{
background-color: #115DBF;
}
</style>
border-color css
<style>
span { border-color: #115DBF; }
span { border-color: rgb(17,93,191); }
td.TdClassName
{
border-color: #115DBF;
}
.TagClassName
{
border-color: #115DBF;
}
</style>