Shades of Denim #114CCE
Tints of Denim #114CCE
RGB
CMYK
RGB Variations
Color information
#114CCE (or 0x114CCE) is known color: Denim. HEX triplet: 11, 4C and CE. RGB value is (17,76,206). Sum of RGB (Red+Green+Blue) = 17+76+206=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #114CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CCE is #EEB331. Grayscale: #484848. Windows color (decimal): -15643442 or 13519889. OLE color: 13519889.
HSL color Cylindrical-coordinate representation of color #114CCE: hue angle of 221.27º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114CCE is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 76 | 206 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.19 |
| HSL | 221.27º | 0.85% | 0.44% | - |
| HSV(B) | 221.27º | 0.92% | 0.81% | - |
| XYZ | 13.96 | 9.74 | 59.54 | - |
| YUV | 73.18 | 202.95 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 206 | 0.92 | 0.63 | 0 | 0.19 | 221.27 | 0.85 | 0.44 |
| Hex | 11 | 4C | CE | 5C | 3F | 0 | 13 | DD | 55 | 2C |
| Octal | 21 | 114 | 316 | 134 | 77 | 0 | 23 | 335 | 125 | 54 |
| Binary | 10001 | 1001100 | 11001110 | 1011100 | 111111 | 0 | 10011 | 11011101 | 1010101 | 101100 |
Color Harmonies of #114CCE
Complementary color
Monochromatic Colors of #114CCE
Black with #114CCE
Text Example
Text Example
White with #114CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CCE; }
p { color: rgb(17,76,206); }
H1.HeaderClassName
{
color: #114CCE;
}
.AnyTagClassName
{
color: #114CCE;
}
</style>
background-color css
<style>
a { background-color: #114CCE; }
a { background-color: rgb(17,76,206); }
div.DivClassName
{
background-color: #114CCE;
}
.BgClassName
{
background-color: #114CCE;
}
</style>
border-color css
<style>
span { border-color: #114CCE; }
span { border-color: rgb(17,76,206); }
td.TdClassName
{
border-color: #114CCE;
}
.TagClassName
{
border-color: #114CCE;
}
</style>