Shades of Denim #114CCD
Tints of Denim #114CCD
RGB
CMYK
RGB Variations
Color information
#114CCD (or 0x114CCD) is known color: Denim. HEX triplet: 11, 4C and CD. RGB value is (17,76,205). Sum of RGB (Red+Green+Blue) = 17+76+205=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #114CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CCD is #EEB332. Grayscale: #484848. Windows color (decimal): -15643443 or 13454353. OLE color: 13454353.
HSL color Cylindrical-coordinate representation of color #114CCD: hue angle of 221.17º 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 #114CCD is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 76 | 205 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.20 |
| HSL | 221.17º | 0.85% | 0.44% | - |
| HSV(B) | 221.17º | 0.92% | 0.8% | - |
| XYZ | 13.84 | 9.7 | 58.9 | - |
| YUV | 73.07 | 202.45 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 205 | 0.92 | 0.63 | 0 | 0.20 | 221.17 | 0.85 | 0.44 |
| Hex | 11 | 4C | CD | 5C | 3F | 0 | 14 | DD | 55 | 2C |
| Octal | 21 | 114 | 315 | 134 | 77 | 0 | 24 | 335 | 125 | 54 |
| Binary | 10001 | 1001100 | 11001101 | 1011100 | 111111 | 0 | 10100 | 11011101 | 1010101 | 101100 |
Color Harmonies of #114CCD
Complementary color
Monochromatic Colors of #114CCD
Black with #114CCD
Text Example
Text Example
White with #114CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CCD; }
p { color: rgb(17,76,205); }
H1.HeaderClassName
{
color: #114CCD;
}
.AnyTagClassName
{
color: #114CCD;
}
</style>
background-color css
<style>
a { background-color: #114CCD; }
a { background-color: rgb(17,76,205); }
div.DivClassName
{
background-color: #114CCD;
}
.BgClassName
{
background-color: #114CCD;
}
</style>
border-color css
<style>
span { border-color: #114CCD; }
span { border-color: rgb(17,76,205); }
td.TdClassName
{
border-color: #114CCD;
}
.TagClassName
{
border-color: #114CCD;
}
</style>