Shades of Denim #114CC0
Tints of Denim #114CC0
RGB
CMYK
RGB Variations
Color information
#114CC0 (or 0x114CC0) is known color: Denim. HEX triplet: 11, 4C and C0. RGB value is (17,76,192). Sum of RGB (Red+Green+Blue) = 17+76+192=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #114CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CC0 is #EEB33F. Grayscale: #474747. Windows color (decimal): -15643456 or 12602385. OLE color: 12602385.
HSL color Cylindrical-coordinate representation of color #114CC0: hue angle of 219.77º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114CC0 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 76 | 192 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.25 |
| HSL | 219.77º | 0.84% | 0.41% | - |
| HSV(B) | 219.77º | 0.91% | 0.75% | - |
| XYZ | 12.33 | 9.09 | 50.97 | - |
| YUV | 71.58 | 195.95 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 192 | 0.91 | 0.60 | 0 | 0.25 | 219.77 | 0.84 | 0.41 |
| Hex | 11 | 4C | C0 | 5B | 3C | 0 | 19 | DC | 54 | 29 |
| Octal | 21 | 114 | 300 | 133 | 74 | 0 | 31 | 334 | 124 | 51 |
| Binary | 10001 | 1001100 | 11000000 | 1011011 | 111100 | 0 | 11001 | 11011100 | 1010100 | 101001 |
Color Harmonies of #114CC0
Complementary color
Monochromatic Colors of #114CC0
Black with #114CC0
Text Example
Text Example
White with #114CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CC0; }
p { color: rgb(17,76,192); }
H1.HeaderClassName
{
color: #114CC0;
}
.AnyTagClassName
{
color: #114CC0;
}
</style>
background-color css
<style>
a { background-color: #114CC0; }
a { background-color: rgb(17,76,192); }
div.DivClassName
{
background-color: #114CC0;
}
.BgClassName
{
background-color: #114CC0;
}
</style>
border-color css
<style>
span { border-color: #114CC0; }
span { border-color: rgb(17,76,192); }
td.TdClassName
{
border-color: #114CC0;
}
.TagClassName
{
border-color: #114CC0;
}
</style>