Shades of Denim #115FC3
Tints of Denim #115FC3
RGB
CMYK
RGB Variations
Color information
#115FC3 (or 0x115FC3) is known color: Denim. HEX triplet: 11, 5F and C3. RGB value is (17,95,195). Sum of RGB (Red+Green+Blue) = 17+95+195=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #115FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FC3 is #EEA03C. Grayscale: #525252. Windows color (decimal): -15638589 or 12803857. OLE color: 12803857.
HSL color Cylindrical-coordinate representation of color #115FC3: hue angle of 213.71º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115FC3 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 95 | 195 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.24 |
| HSL | 213.71º | 0.84% | 0.42% | - |
| HSV(B) | 213.71º | 0.91% | 0.76% | - |
| XYZ | 14.17 | 12.24 | 53.25 | - |
| YUV | 83.08 | 191.16 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 195 | 0.91 | 0.51 | 0 | 0.24 | 213.71 | 0.84 | 0.42 |
| Hex | 11 | 5F | C3 | 5B | 33 | 0 | 18 | D6 | 54 | 2A |
| Octal | 21 | 137 | 303 | 133 | 63 | 0 | 30 | 326 | 124 | 52 |
| Binary | 10001 | 1011111 | 11000011 | 1011011 | 110011 | 0 | 11000 | 11010110 | 1010100 | 101010 |
Color Harmonies of #115FC3
Complementary color
Monochromatic Colors of #115FC3
Black with #115FC3
Text Example
Text Example
White with #115FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FC3; }
p { color: rgb(17,95,195); }
H1.HeaderClassName
{
color: #115FC3;
}
.AnyTagClassName
{
color: #115FC3;
}
</style>
background-color css
<style>
a { background-color: #115FC3; }
a { background-color: rgb(17,95,195); }
div.DivClassName
{
background-color: #115FC3;
}
.BgClassName
{
background-color: #115FC3;
}
</style>
border-color css
<style>
span { border-color: #115FC3; }
span { border-color: rgb(17,95,195); }
td.TdClassName
{
border-color: #115FC3;
}
.TagClassName
{
border-color: #115FC3;
}
</style>