Shades of Denim #115CC7
Tints of Denim #115CC7
RGB
CMYK
RGB Variations
Color information
#115CC7 (or 0x115CC7) is known color: Denim. HEX triplet: 11, 5C and C7. RGB value is (17,92,199). Sum of RGB (Red+Green+Blue) = 17+92+199=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 199 (78.12% from 255 or 64.61% from 308); Max value from RGB is 199 - color contains mainly: blue. Hex color #115CC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CC7 is #EEA338. Grayscale: #515151. Windows color (decimal): -15639353 or 13065233. OLE color: 13065233.
HSL color Cylindrical-coordinate representation of color #115CC7: hue angle of 215.27º 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 #115CC7 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 92 | 199 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.22 |
| HSL | 215.27º | 0.84% | 0.42% | - |
| HSV(B) | 215.27º | 0.91% | 0.78% | - |
| XYZ | 14.37 | 11.9 | 55.57 | - |
| YUV | 81.77 | 194.15 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 199 | 0.91 | 0.54 | 0 | 0.22 | 215.27 | 0.84 | 0.42 |
| Hex | 11 | 5C | C7 | 5B | 36 | 0 | 16 | D7 | 54 | 2A |
| Octal | 21 | 134 | 307 | 133 | 66 | 0 | 26 | 327 | 124 | 52 |
| Binary | 10001 | 1011100 | 11000111 | 1011011 | 110110 | 0 | 10110 | 11010111 | 1010100 | 101010 |
Color Harmonies of #115CC7
Complementary color
Monochromatic Colors of #115CC7
Black with #115CC7
Text Example
Text Example
White with #115CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CC7; }
p { color: rgb(17,92,199); }
H1.HeaderClassName
{
color: #115CC7;
}
.AnyTagClassName
{
color: #115CC7;
}
</style>
background-color css
<style>
a { background-color: #115CC7; }
a { background-color: rgb(17,92,199); }
div.DivClassName
{
background-color: #115CC7;
}
.BgClassName
{
background-color: #115CC7;
}
</style>
border-color css
<style>
span { border-color: #115CC7; }
span { border-color: rgb(17,92,199); }
td.TdClassName
{
border-color: #115CC7;
}
.TagClassName
{
border-color: #115CC7;
}
</style>