Shades of Denim #114CCC
Tints of Denim #114CCC
RGB
CMYK
RGB Variations
Color information
#114CCC (or 0x114CCC) is known color: Denim. HEX triplet: 11, 4C and CC. RGB value is (17,76,204). Sum of RGB (Red+Green+Blue) = 17+76+204=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #114CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CCC is #EEB333. Grayscale: #484848. Windows color (decimal): -15643444 or 13388817. OLE color: 13388817.
HSL color Cylindrical-coordinate representation of color #114CCC: hue angle of 221.07º 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 #114CCC is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 76 | 204 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.2 |
| HSL | 221.07º | 0.85% | 0.43% | - |
| HSV(B) | 221.07º | 0.92% | 0.8% | - |
| XYZ | 13.71 | 9.65 | 58.27 | - |
| YUV | 72.95 | 201.95 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 204 | 0.92 | 0.63 | 0 | 0.2 | 221.07 | 0.85 | 0.43 |
| Hex | 11 | 4C | CC | 5C | 3F | 0 | 14 | DD | 55 | 2B |
| Octal | 21 | 114 | 314 | 134 | 77 | 0 | 24 | 335 | 125 | 53 |
| Binary | 10001 | 1001100 | 11001100 | 1011100 | 111111 | 0 | 10100 | 11011101 | 1010101 | 101011 |
Color Harmonies of #114CCC
Complementary color
Monochromatic Colors of #114CCC
Black with #114CCC
Text Example
Text Example
White with #114CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CCC; }
p { color: rgb(17,76,204); }
H1.HeaderClassName
{
color: #114CCC;
}
.AnyTagClassName
{
color: #114CCC;
}
</style>
background-color css
<style>
a { background-color: #114CCC; }
a { background-color: rgb(17,76,204); }
div.DivClassName
{
background-color: #114CCC;
}
.BgClassName
{
background-color: #114CCC;
}
</style>
border-color css
<style>
span { border-color: #114CCC; }
span { border-color: rgb(17,76,204); }
td.TdClassName
{
border-color: #114CCC;
}
.TagClassName
{
border-color: #114CCC;
}
</style>