Shades of Denim #115FCE
Tints of Denim #115FCE
RGB
CMYK
RGB Variations
Color information
#115FCE (or 0x115FCE) is known color: Denim. HEX triplet: 11, 5F and CE. RGB value is (17,95,206). Sum of RGB (Red+Green+Blue) = 17+95+206=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #115FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FCE is #EEA031. Grayscale: #535353. Windows color (decimal): -15638578 or 13524753. OLE color: 13524753.
HSL color Cylindrical-coordinate representation of color #115FCE: hue angle of 215.24º 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 #115FCE is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 95 | 206 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.19 |
| HSL | 215.24º | 0.85% | 0.44% | - |
| HSV(B) | 215.24º | 0.92% | 0.81% | - |
| XYZ | 15.46 | 12.76 | 60.04 | - |
| YUV | 84.33 | 196.66 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 206 | 0.92 | 0.54 | 0 | 0.19 | 215.24 | 0.85 | 0.44 |
| Hex | 11 | 5F | CE | 5C | 36 | 0 | 13 | D7 | 55 | 2C |
| Octal | 21 | 137 | 316 | 134 | 66 | 0 | 23 | 327 | 125 | 54 |
| Binary | 10001 | 1011111 | 11001110 | 1011100 | 110110 | 0 | 10011 | 11010111 | 1010101 | 101100 |
Color Harmonies of #115FCE
Complementary color
Monochromatic Colors of #115FCE
Black with #115FCE
Text Example
Text Example
White with #115FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FCE; }
p { color: rgb(17,95,206); }
H1.HeaderClassName
{
color: #115FCE;
}
.AnyTagClassName
{
color: #115FCE;
}
</style>
background-color css
<style>
a { background-color: #115FCE; }
a { background-color: rgb(17,95,206); }
div.DivClassName
{
background-color: #115FCE;
}
.BgClassName
{
background-color: #115FCE;
}
</style>
border-color css
<style>
span { border-color: #115FCE; }
span { border-color: rgb(17,95,206); }
td.TdClassName
{
border-color: #115FCE;
}
.TagClassName
{
border-color: #115FCE;
}
</style>