Shades of Denim #114ECC
Tints of Denim #114ECC
RGB
CMYK
RGB Variations
Color information
#114ECC (or 0x114ECC) is known color: Denim. HEX triplet: 11, 4E and CC. RGB value is (17,78,204). Sum of RGB (Red+Green+Blue) = 17+78+204=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #114ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114ECC is #EEB133. Grayscale: #494949. Windows color (decimal): -15642932 or 13389329. OLE color: 13389329.
HSL color Cylindrical-coordinate representation of color #114ECC: hue angle of 220.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ECC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 78 | 204 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.2 |
| HSL | 220.43º | 0.85% | 0.43% | - |
| HSV(B) | 220.43º | 0.92% | 0.8% | - |
| XYZ | 13.85 | 9.93 | 58.31 | - |
| YUV | 74.13 | 201.29 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 204 | 0.92 | 0.62 | 0 | 0.2 | 220.43 | 0.85 | 0.43 |
| Hex | 11 | 4E | CC | 5C | 3E | 0 | 14 | DC | 55 | 2B |
| Octal | 21 | 116 | 314 | 134 | 76 | 0 | 24 | 334 | 125 | 53 |
| Binary | 10001 | 1001110 | 11001100 | 1011100 | 111110 | 0 | 10100 | 11011100 | 1010101 | 101011 |
Color Harmonies of #114ECC
Complementary color
Monochromatic Colors of #114ECC
Black with #114ECC
Text Example
Text Example
White with #114ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ECC; }
p { color: rgb(17,78,204); }
H1.HeaderClassName
{
color: #114ECC;
}
.AnyTagClassName
{
color: #114ECC;
}
</style>
background-color css
<style>
a { background-color: #114ECC; }
a { background-color: rgb(17,78,204); }
div.DivClassName
{
background-color: #114ECC;
}
.BgClassName
{
background-color: #114ECC;
}
</style>
border-color css
<style>
span { border-color: #114ECC; }
span { border-color: rgb(17,78,204); }
td.TdClassName
{
border-color: #114ECC;
}
.TagClassName
{
border-color: #114ECC;
}
</style>