Shades of Denim #115FC1
Tints of Denim #115FC1
RGB
CMYK
RGB Variations
Color information
#115FC1 (or 0x115FC1) is known color: Denim. HEX triplet: 11, 5F and C1. RGB value is (17,95,193). Sum of RGB (Red+Green+Blue) = 17+95+193=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #115FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FC1 is #EEA03E. Grayscale: #525252. Windows color (decimal): -15638591 or 12672785. OLE color: 12672785.
HSL color Cylindrical-coordinate representation of color #115FC1: hue angle of 213.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115FC1 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 95 | 193 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.24 |
| HSL | 213.41º | 0.84% | 0.41% | - |
| HSV(B) | 213.41º | 0.91% | 0.76% | - |
| XYZ | 13.95 | 12.15 | 52.06 | - |
| YUV | 82.85 | 190.16 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 193 | 0.91 | 0.51 | 0 | 0.24 | 213.41 | 0.84 | 0.41 |
| Hex | 11 | 5F | C1 | 5B | 33 | 0 | 18 | D5 | 54 | 29 |
| Octal | 21 | 137 | 301 | 133 | 63 | 0 | 30 | 325 | 124 | 51 |
| Binary | 10001 | 1011111 | 11000001 | 1011011 | 110011 | 0 | 11000 | 11010101 | 1010100 | 101001 |
Color Harmonies of #115FC1
Complementary color
Monochromatic Colors of #115FC1
Black with #115FC1
Text Example
Text Example
White with #115FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FC1; }
p { color: rgb(17,95,193); }
H1.HeaderClassName
{
color: #115FC1;
}
.AnyTagClassName
{
color: #115FC1;
}
</style>
background-color css
<style>
a { background-color: #115FC1; }
a { background-color: rgb(17,95,193); }
div.DivClassName
{
background-color: #115FC1;
}
.BgClassName
{
background-color: #115FC1;
}
</style>
border-color css
<style>
span { border-color: #115FC1; }
span { border-color: rgb(17,95,193); }
td.TdClassName
{
border-color: #115FC1;
}
.TagClassName
{
border-color: #115FC1;
}
</style>