Shades of Denim #115BC1
Tints of Denim #115BC1
RGB
CMYK
RGB Variations
Color information
#115BC1 (or 0x115BC1) is known color: Denim. HEX triplet: 11, 5B and C1. RGB value is (17,91,193). Sum of RGB (Red+Green+Blue) = 17+91+193=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #115BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BC1 is #EEA43E. Grayscale: #505050. Windows color (decimal): -15639615 or 12671761. OLE color: 12671761.
HSL color Cylindrical-coordinate representation of color #115BC1: hue angle of 214.77º 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 #115BC1 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 91 | 193 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.24 |
| HSL | 214.77º | 0.84% | 0.41% | - |
| HSV(B) | 214.77º | 0.91% | 0.76% | - |
| XYZ | 13.6 | 11.45 | 51.95 | - |
| YUV | 80.5 | 191.48 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 193 | 0.91 | 0.53 | 0 | 0.24 | 214.77 | 0.84 | 0.41 |
| Hex | 11 | 5B | C1 | 5B | 35 | 0 | 18 | D7 | 54 | 29 |
| Octal | 21 | 133 | 301 | 133 | 65 | 0 | 30 | 327 | 124 | 51 |
| Binary | 10001 | 1011011 | 11000001 | 1011011 | 110101 | 0 | 11000 | 11010111 | 1010100 | 101001 |
Color Harmonies of #115BC1
Complementary color
Monochromatic Colors of #115BC1
Black with #115BC1
Text Example
Text Example
White with #115BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BC1; }
p { color: rgb(17,91,193); }
H1.HeaderClassName
{
color: #115BC1;
}
.AnyTagClassName
{
color: #115BC1;
}
</style>
background-color css
<style>
a { background-color: #115BC1; }
a { background-color: rgb(17,91,193); }
div.DivClassName
{
background-color: #115BC1;
}
.BgClassName
{
background-color: #115BC1;
}
</style>
border-color css
<style>
span { border-color: #115BC1; }
span { border-color: rgb(17,91,193); }
td.TdClassName
{
border-color: #115BC1;
}
.TagClassName
{
border-color: #115BC1;
}
</style>