Shades of Denim #115CC1
Tints of Denim #115CC1
RGB
CMYK
RGB Variations
Color information
#115CC1 (or 0x115CC1) is known color: Denim. HEX triplet: 11, 5C and C1. RGB value is (17,92,193). Sum of RGB (Red+Green+Blue) = 17+92+193=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #115CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CC1 is #EEA33E. Grayscale: #505050. Windows color (decimal): -15639359 or 12672017. OLE color: 12672017.
HSL color Cylindrical-coordinate representation of color #115CC1: hue angle of 214.43º 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 #115CC1 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 92 | 193 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.24 |
| HSL | 214.43º | 0.84% | 0.41% | - |
| HSV(B) | 214.43º | 0.91% | 0.76% | - |
| XYZ | 13.68 | 11.62 | 51.97 | - |
| YUV | 81.09 | 191.15 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 193 | 0.91 | 0.52 | 0 | 0.24 | 214.43 | 0.84 | 0.41 |
| Hex | 11 | 5C | C1 | 5B | 34 | 0 | 18 | D6 | 54 | 29 |
| Octal | 21 | 134 | 301 | 133 | 64 | 0 | 30 | 326 | 124 | 51 |
| Binary | 10001 | 1011100 | 11000001 | 1011011 | 110100 | 0 | 11000 | 11010110 | 1010100 | 101001 |
Color Harmonies of #115CC1
Complementary color
Monochromatic Colors of #115CC1
Black with #115CC1
Text Example
Text Example
White with #115CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CC1; }
p { color: rgb(17,92,193); }
H1.HeaderClassName
{
color: #115CC1;
}
.AnyTagClassName
{
color: #115CC1;
}
</style>
background-color css
<style>
a { background-color: #115CC1; }
a { background-color: rgb(17,92,193); }
div.DivClassName
{
background-color: #115CC1;
}
.BgClassName
{
background-color: #115CC1;
}
</style>
border-color css
<style>
span { border-color: #115CC1; }
span { border-color: rgb(17,92,193); }
td.TdClassName
{
border-color: #115CC1;
}
.TagClassName
{
border-color: #115CC1;
}
</style>