Shades of Denim #115FC7
Tints of Denim #115FC7
RGB
CMYK
RGB Variations
Color information
#115FC7 (or 0x115FC7) is known color: Denim. HEX triplet: 11, 5F and C7. RGB value is (17,95,199). Sum of RGB (Red+Green+Blue) = 17+95+199=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #115FC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FC7 is #EEA038. Grayscale: #535353. Windows color (decimal): -15638585 or 13066001. OLE color: 13066001.
HSL color Cylindrical-coordinate representation of color #115FC7: hue angle of 214.29º 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 #115FC7 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 95 | 199 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.22 |
| HSL | 214.29º | 0.84% | 0.42% | - |
| HSV(B) | 214.29º | 0.91% | 0.78% | - |
| XYZ | 14.63 | 12.43 | 55.66 | - |
| YUV | 83.53 | 193.16 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 199 | 0.91 | 0.52 | 0 | 0.22 | 214.29 | 0.84 | 0.42 |
| Hex | 11 | 5F | C7 | 5B | 34 | 0 | 16 | D6 | 54 | 2A |
| Octal | 21 | 137 | 307 | 133 | 64 | 0 | 26 | 326 | 124 | 52 |
| Binary | 10001 | 1011111 | 11000111 | 1011011 | 110100 | 0 | 10110 | 11010110 | 1010100 | 101010 |
Color Harmonies of #115FC7
Complementary color
Monochromatic Colors of #115FC7
Black with #115FC7
Text Example
Text Example
White with #115FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FC7; }
p { color: rgb(17,95,199); }
H1.HeaderClassName
{
color: #115FC7;
}
.AnyTagClassName
{
color: #115FC7;
}
</style>
background-color css
<style>
a { background-color: #115FC7; }
a { background-color: rgb(17,95,199); }
div.DivClassName
{
background-color: #115FC7;
}
.BgClassName
{
background-color: #115FC7;
}
</style>
border-color css
<style>
span { border-color: #115FC7; }
span { border-color: rgb(17,95,199); }
td.TdClassName
{
border-color: #115FC7;
}
.TagClassName
{
border-color: #115FC7;
}
</style>