Shades of Denim #196ECC
Tints of Denim #196ECC
RGB
CMYK
RGB Variations
Color information
#196ECC (or 0x196ECC) is known color: Denim. HEX triplet: 19, 6E and CC. RGB value is (25,110,204). Sum of RGB (Red+Green+Blue) = 25+110+204=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #196ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ECC is #E69133. Grayscale: #5E5E5E. Windows color (decimal): -15110452 or 13397529. OLE color: 13397529.
HSL color Cylindrical-coordinate representation of color #196ECC: hue angle of 211.51º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196ECC is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 110 | 204 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.2 |
| HSL | 211.51º | 0.78% | 0.45% | - |
| HSV(B) | 211.51º | 0.88% | 0.8% | - |
| XYZ | 16.88 | 15.72 | 59.27 | - |
| YUV | 95.3 | 189.34 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 204 | 0.88 | 0.46 | 0 | 0.2 | 211.51 | 0.78 | 0.45 |
| Hex | 19 | 6E | CC | 58 | 2E | 0 | 14 | D4 | 4E | 2D |
| Octal | 31 | 156 | 314 | 130 | 56 | 0 | 24 | 324 | 116 | 55 |
| Binary | 11001 | 1101110 | 11001100 | 1011000 | 101110 | 0 | 10100 | 11010100 | 1001110 | 101101 |
Color Harmonies of #196ECC
Complementary color
Monochromatic Colors of #196ECC
Black with #196ECC
Text Example
Text Example
White with #196ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196ECC; }
p { color: rgb(25,110,204); }
H1.HeaderClassName
{
color: #196ECC;
}
.AnyTagClassName
{
color: #196ECC;
}
</style>
background-color css
<style>
a { background-color: #196ECC; }
a { background-color: rgb(25,110,204); }
div.DivClassName
{
background-color: #196ECC;
}
.BgClassName
{
background-color: #196ECC;
}
</style>
border-color css
<style>
span { border-color: #196ECC; }
span { border-color: rgb(25,110,204); }
td.TdClassName
{
border-color: #196ECC;
}
.TagClassName
{
border-color: #196ECC;
}
</style>