Shades of Denim #114EC2
Tints of Denim #114EC2
RGB
CMYK
RGB Variations
Color information
#114EC2 (or 0x114EC2) is known color: Denim. HEX triplet: 11, 4E and C2. RGB value is (17,78,194). Sum of RGB (Red+Green+Blue) = 17+78+194=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 194 (76.17% from 255 or 67.13% from 289); Max value from RGB is 194 - color contains mainly: blue. Hex color #114EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EC2 is #EEB13D. Grayscale: #484848. Windows color (decimal): -15642942 or 12733969. OLE color: 12733969.
HSL color Cylindrical-coordinate representation of color #114EC2: hue angle of 219.32º 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 #114EC2 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 78 | 194 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.24 |
| HSL | 219.32º | 0.84% | 0.41% | - |
| HSV(B) | 219.32º | 0.91% | 0.76% | - |
| XYZ | 12.69 | 9.46 | 52.2 | - |
| YUV | 72.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 194 | 0.91 | 0.60 | 0 | 0.24 | 219.32 | 0.84 | 0.41 |
| Hex | 11 | 4E | C2 | 5B | 3C | 0 | 18 | DB | 54 | 29 |
| Octal | 21 | 116 | 302 | 133 | 74 | 0 | 30 | 333 | 124 | 51 |
| Binary | 10001 | 1001110 | 11000010 | 1011011 | 111100 | 0 | 11000 | 11011011 | 1010100 | 101001 |
Color Harmonies of #114EC2
Complementary color
Monochromatic Colors of #114EC2
Black with #114EC2
Text Example
Text Example
White with #114EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EC2; }
p { color: rgb(17,78,194); }
H1.HeaderClassName
{
color: #114EC2;
}
.AnyTagClassName
{
color: #114EC2;
}
</style>
background-color css
<style>
a { background-color: #114EC2; }
a { background-color: rgb(17,78,194); }
div.DivClassName
{
background-color: #114EC2;
}
.BgClassName
{
background-color: #114EC2;
}
</style>
border-color css
<style>
span { border-color: #114EC2; }
span { border-color: rgb(17,78,194); }
td.TdClassName
{
border-color: #114EC2;
}
.TagClassName
{
border-color: #114EC2;
}
</style>