Shades of Denim #114DCD
Tints of Denim #114DCD
RGB
CMYK
RGB Variations
Color information
#114DCD (or 0x114DCD) is known color: Denim. HEX triplet: 11, 4D and CD. RGB value is (17,77,205). Sum of RGB (Red+Green+Blue) = 17+77+205=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #114DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DCD is #EEB232. Grayscale: #494949. Windows color (decimal): -15643187 or 13454609. OLE color: 13454609.
HSL color Cylindrical-coordinate representation of color #114DCD: hue angle of 220.85º 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 #114DCD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 77 | 205 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.20 |
| HSL | 220.85º | 0.85% | 0.44% | - |
| HSV(B) | 220.85º | 0.92% | 0.8% | - |
| XYZ | 13.9 | 9.83 | 58.92 | - |
| YUV | 73.65 | 202.12 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 205 | 0.92 | 0.62 | 0 | 0.20 | 220.85 | 0.85 | 0.44 |
| Hex | 11 | 4D | CD | 5C | 3E | 0 | 14 | DD | 55 | 2C |
| Octal | 21 | 115 | 315 | 134 | 76 | 0 | 24 | 335 | 125 | 54 |
| Binary | 10001 | 1001101 | 11001101 | 1011100 | 111110 | 0 | 10100 | 11011101 | 1010101 | 101100 |
Color Harmonies of #114DCD
Complementary color
Monochromatic Colors of #114DCD
Black with #114DCD
Text Example
Text Example
White with #114DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DCD; }
p { color: rgb(17,77,205); }
H1.HeaderClassName
{
color: #114DCD;
}
.AnyTagClassName
{
color: #114DCD;
}
</style>
background-color css
<style>
a { background-color: #114DCD; }
a { background-color: rgb(17,77,205); }
div.DivClassName
{
background-color: #114DCD;
}
.BgClassName
{
background-color: #114DCD;
}
</style>
border-color css
<style>
span { border-color: #114DCD; }
span { border-color: rgb(17,77,205); }
td.TdClassName
{
border-color: #114DCD;
}
.TagClassName
{
border-color: #114DCD;
}
</style>