Shades of Denim #114ECD
Tints of Denim #114ECD
RGB
CMYK
RGB Variations
Color information
#114ECD (or 0x114ECD) is known color: Denim. HEX triplet: 11, 4E and CD. RGB value is (17,78,205). Sum of RGB (Red+Green+Blue) = 17+78+205=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #114ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114ECD is #EEB132. Grayscale: #494949. Windows color (decimal): -15642931 or 13454865. OLE color: 13454865.
HSL color Cylindrical-coordinate representation of color #114ECD: hue angle of 220.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ECD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 78 | 205 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.20 |
| HSL | 220.53º | 0.85% | 0.44% | - |
| HSV(B) | 220.53º | 0.92% | 0.8% | - |
| XYZ | 13.98 | 9.98 | 58.95 | - |
| YUV | 74.24 | 201.79 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 205 | 0.92 | 0.62 | 0 | 0.20 | 220.53 | 0.85 | 0.44 |
| Hex | 11 | 4E | CD | 5C | 3E | 0 | 14 | DD | 55 | 2C |
| Octal | 21 | 116 | 315 | 134 | 76 | 0 | 24 | 335 | 125 | 54 |
| Binary | 10001 | 1001110 | 11001101 | 1011100 | 111110 | 0 | 10100 | 11011101 | 1010101 | 101100 |
Color Harmonies of #114ECD
Complementary color
Monochromatic Colors of #114ECD
Black with #114ECD
Text Example
Text Example
White with #114ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ECD; }
p { color: rgb(17,78,205); }
H1.HeaderClassName
{
color: #114ECD;
}
.AnyTagClassName
{
color: #114ECD;
}
</style>
background-color css
<style>
a { background-color: #114ECD; }
a { background-color: rgb(17,78,205); }
div.DivClassName
{
background-color: #114ECD;
}
.BgClassName
{
background-color: #114ECD;
}
</style>
border-color css
<style>
span { border-color: #114ECD; }
span { border-color: rgb(17,78,205); }
td.TdClassName
{
border-color: #114ECD;
}
.TagClassName
{
border-color: #114ECD;
}
</style>