Shades of Denim #115AC3
Tints of Denim #115AC3
RGB
CMYK
RGB Variations
Color information
#115AC3 (or 0x115AC3) is known color: Denim. HEX triplet: 11, 5A and C3. RGB value is (17,90,195). Sum of RGB (Red+Green+Blue) = 17+90+195=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 195 (76.56% from 255 or 64.57% from 302); Max value from RGB is 195 - color contains mainly: blue. Hex color #115AC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AC3 is #EEA53C. Grayscale: #4F4F4F. Windows color (decimal): -15639869 or 12802577. OLE color: 12802577.
HSL color Cylindrical-coordinate representation of color #115AC3: hue angle of 215.39º 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 #115AC3 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 90 | 195 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.24 |
| HSL | 215.39º | 0.84% | 0.42% | - |
| HSV(B) | 215.39º | 0.91% | 0.76% | - |
| XYZ | 13.74 | 11.37 | 53.1 | - |
| YUV | 80.14 | 192.82 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 195 | 0.91 | 0.54 | 0 | 0.24 | 215.39 | 0.84 | 0.42 |
| Hex | 11 | 5A | C3 | 5B | 36 | 0 | 18 | D7 | 54 | 2A |
| Octal | 21 | 132 | 303 | 133 | 66 | 0 | 30 | 327 | 124 | 52 |
| Binary | 10001 | 1011010 | 11000011 | 1011011 | 110110 | 0 | 11000 | 11010111 | 1010100 | 101010 |
Color Harmonies of #115AC3
Complementary color
Monochromatic Colors of #115AC3
Black with #115AC3
Text Example
Text Example
White with #115AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AC3; }
p { color: rgb(17,90,195); }
H1.HeaderClassName
{
color: #115AC3;
}
.AnyTagClassName
{
color: #115AC3;
}
</style>
background-color css
<style>
a { background-color: #115AC3; }
a { background-color: rgb(17,90,195); }
div.DivClassName
{
background-color: #115AC3;
}
.BgClassName
{
background-color: #115AC3;
}
</style>
border-color css
<style>
span { border-color: #115AC3; }
span { border-color: rgb(17,90,195); }
td.TdClassName
{
border-color: #115AC3;
}
.TagClassName
{
border-color: #115AC3;
}
</style>