Shades of Denim #196EC9
Tints of Denim #196EC9
RGB
CMYK
RGB Variations
Color information
#196EC9 (or 0x196EC9) is known color: Denim. HEX triplet: 19, 6E and C9. RGB value is (25,110,201). Sum of RGB (Red+Green+Blue) = 25+110+201=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #196EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196EC9 is #E69136. Grayscale: #5E5E5E. Windows color (decimal): -15110455 or 13200921. OLE color: 13200921.
HSL color Cylindrical-coordinate representation of color #196EC9: hue angle of 211.02º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196EC9 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 110 | 201 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.21 |
| HSL | 211.02º | 0.78% | 0.44% | - |
| HSV(B) | 211.02º | 0.88% | 0.79% | - |
| XYZ | 16.52 | 15.58 | 57.39 | - |
| YUV | 94.96 | 187.84 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 201 | 0.88 | 0.45 | 0 | 0.21 | 211.02 | 0.78 | 0.44 |
| Hex | 19 | 6E | C9 | 58 | 2D | 0 | 15 | D3 | 4E | 2C |
| Octal | 31 | 156 | 311 | 130 | 55 | 0 | 25 | 323 | 116 | 54 |
| Binary | 11001 | 1101110 | 11001001 | 1011000 | 101101 | 0 | 10101 | 11010011 | 1001110 | 101100 |
Color Harmonies of #196EC9
Complementary color
Monochromatic Colors of #196EC9
Black with #196EC9
Text Example
Text Example
White with #196EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196EC9; }
p { color: rgb(25,110,201); }
H1.HeaderClassName
{
color: #196EC9;
}
.AnyTagClassName
{
color: #196EC9;
}
</style>
background-color css
<style>
a { background-color: #196EC9; }
a { background-color: rgb(25,110,201); }
div.DivClassName
{
background-color: #196EC9;
}
.BgClassName
{
background-color: #196EC9;
}
</style>
border-color css
<style>
span { border-color: #196EC9; }
span { border-color: rgb(25,110,201); }
td.TdClassName
{
border-color: #196EC9;
}
.TagClassName
{
border-color: #196EC9;
}
</style>