Shades of Denim #115BCF
Tints of Denim #115BCF
RGB
CMYK
RGB Variations
Color information
#115BCF (or 0x115BCF) is known color: Denim. HEX triplet: 11, 5B and CF. RGB value is (17,91,207). Sum of RGB (Red+Green+Blue) = 17+91+207=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #115BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BCF is #EEA430. Grayscale: #515151. Windows color (decimal): -15639601 or 13589265. OLE color: 13589265.
HSL color Cylindrical-coordinate representation of color #115BCF: hue angle of 216.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115BCF is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 91 | 207 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.19 |
| HSL | 216.63º | 0.85% | 0.44% | - |
| HSV(B) | 216.63º | 0.92% | 0.81% | - |
| XYZ | 15.23 | 12.11 | 60.57 | - |
| YUV | 82.1 | 198.48 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 207 | 0.92 | 0.56 | 0 | 0.19 | 216.63 | 0.85 | 0.44 |
| Hex | 11 | 5B | CF | 5C | 38 | 0 | 13 | D9 | 55 | 2C |
| Octal | 21 | 133 | 317 | 134 | 70 | 0 | 23 | 331 | 125 | 54 |
| Binary | 10001 | 1011011 | 11001111 | 1011100 | 111000 | 0 | 10011 | 11011001 | 1010101 | 101100 |
Color Harmonies of #115BCF
Complementary color
Monochromatic Colors of #115BCF
Black with #115BCF
Text Example
Text Example
White with #115BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BCF; }
p { color: rgb(17,91,207); }
H1.HeaderClassName
{
color: #115BCF;
}
.AnyTagClassName
{
color: #115BCF;
}
</style>
background-color css
<style>
a { background-color: #115BCF; }
a { background-color: rgb(17,91,207); }
div.DivClassName
{
background-color: #115BCF;
}
.BgClassName
{
background-color: #115BCF;
}
</style>
border-color css
<style>
span { border-color: #115BCF; }
span { border-color: rgb(17,91,207); }
td.TdClassName
{
border-color: #115BCF;
}
.TagClassName
{
border-color: #115BCF;
}
</style>