Shades of Denim #114CC2
Tints of Denim #114CC2
RGB
CMYK
RGB Variations
Color information
#114CC2 (or 0x114CC2) is known color: Denim. HEX triplet: 11, 4C and C2. RGB value is (17,76,194). Sum of RGB (Red+Green+Blue) = 17+76+194=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #114CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CC2 is #EEB33D. Grayscale: #474747. Windows color (decimal): -15643454 or 12733457. OLE color: 12733457.
HSL color Cylindrical-coordinate representation of color #114CC2: hue angle of 220º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114CC2 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 76 | 194 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.24 |
| HSL | 220º | 0.84% | 0.41% | - |
| HSV(B) | 220º | 0.91% | 0.76% | - |
| XYZ | 12.55 | 9.18 | 52.15 | - |
| YUV | 71.81 | 196.95 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 194 | 0.91 | 0.61 | 0 | 0.24 | 220 | 0.84 | 0.41 |
| Hex | 11 | 4C | C2 | 5B | 3D | 0 | 18 | DC | 54 | 29 |
| Octal | 21 | 114 | 302 | 133 | 75 | 0 | 30 | 334 | 124 | 51 |
| Binary | 10001 | 1001100 | 11000010 | 1011011 | 111101 | 0 | 11000 | 11011100 | 1010100 | 101001 |
Color Harmonies of #114CC2
Complementary color
Monochromatic Colors of #114CC2
Black with #114CC2
Text Example
Text Example
White with #114CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CC2; }
p { color: rgb(17,76,194); }
H1.HeaderClassName
{
color: #114CC2;
}
.AnyTagClassName
{
color: #114CC2;
}
</style>
background-color css
<style>
a { background-color: #114CC2; }
a { background-color: rgb(17,76,194); }
div.DivClassName
{
background-color: #114CC2;
}
.BgClassName
{
background-color: #114CC2;
}
</style>
border-color css
<style>
span { border-color: #114CC2; }
span { border-color: rgb(17,76,194); }
td.TdClassName
{
border-color: #114CC2;
}
.TagClassName
{
border-color: #114CC2;
}
</style>