Shades of Denim #115CC6
Tints of Denim #115CC6
RGB
CMYK
RGB Variations
Color information
#115CC6 (or 0x115CC6) is known color: Denim. HEX triplet: 11, 5C and C6. RGB value is (17,92,198). Sum of RGB (Red+Green+Blue) = 17+92+198=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #115CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CC6 is #EEA339. Grayscale: #515151. Windows color (decimal): -15639354 or 12999697. OLE color: 12999697.
HSL color Cylindrical-coordinate representation of color #115CC6: hue angle of 215.14º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115CC6 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 92 | 198 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.22 |
| HSL | 215.14º | 0.84% | 0.42% | - |
| HSV(B) | 215.14º | 0.91% | 0.78% | - |
| XYZ | 14.25 | 11.85 | 54.96 | - |
| YUV | 81.66 | 193.65 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 198 | 0.91 | 0.54 | 0 | 0.22 | 215.14 | 0.84 | 0.42 |
| Hex | 11 | 5C | C6 | 5B | 36 | 0 | 16 | D7 | 54 | 2A |
| Octal | 21 | 134 | 306 | 133 | 66 | 0 | 26 | 327 | 124 | 52 |
| Binary | 10001 | 1011100 | 11000110 | 1011011 | 110110 | 0 | 10110 | 11010111 | 1010100 | 101010 |
Color Harmonies of #115CC6
Complementary color
Monochromatic Colors of #115CC6
Black with #115CC6
Text Example
Text Example
White with #115CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CC6; }
p { color: rgb(17,92,198); }
H1.HeaderClassName
{
color: #115CC6;
}
.AnyTagClassName
{
color: #115CC6;
}
</style>
background-color css
<style>
a { background-color: #115CC6; }
a { background-color: rgb(17,92,198); }
div.DivClassName
{
background-color: #115CC6;
}
.BgClassName
{
background-color: #115CC6;
}
</style>
border-color css
<style>
span { border-color: #115CC6; }
span { border-color: rgb(17,92,198); }
td.TdClassName
{
border-color: #115CC6;
}
.TagClassName
{
border-color: #115CC6;
}
</style>