Shades of Denim #196ECB
Tints of Denim #196ECB
RGB
CMYK
RGB Variations
Color information
#196ECB (or 0x196ECB) is known color: Denim. HEX triplet: 19, 6E and CB. RGB value is (25,110,203). Sum of RGB (Red+Green+Blue) = 25+110+203=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #196ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ECB is #E69134. Grayscale: #5E5E5E. Windows color (decimal): -15110453 or 13331993. OLE color: 13331993.
HSL color Cylindrical-coordinate representation of color #196ECB: hue angle of 211.35º 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 #196ECB is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 110 | 203 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.20 |
| HSL | 211.35º | 0.78% | 0.45% | - |
| HSV(B) | 211.35º | 0.88% | 0.8% | - |
| XYZ | 16.76 | 15.67 | 58.64 | - |
| YUV | 95.19 | 188.84 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 203 | 0.88 | 0.46 | 0 | 0.20 | 211.35 | 0.78 | 0.45 |
| Hex | 19 | 6E | CB | 58 | 2E | 0 | 14 | D3 | 4E | 2D |
| Octal | 31 | 156 | 313 | 130 | 56 | 0 | 24 | 323 | 116 | 55 |
| Binary | 11001 | 1101110 | 11001011 | 1011000 | 101110 | 0 | 10100 | 11010011 | 1001110 | 101101 |
Color Harmonies of #196ECB
Complementary color
Monochromatic Colors of #196ECB
Black with #196ECB
Text Example
Text Example
White with #196ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196ECB; }
p { color: rgb(25,110,203); }
H1.HeaderClassName
{
color: #196ECB;
}
.AnyTagClassName
{
color: #196ECB;
}
</style>
background-color css
<style>
a { background-color: #196ECB; }
a { background-color: rgb(25,110,203); }
div.DivClassName
{
background-color: #196ECB;
}
.BgClassName
{
background-color: #196ECB;
}
</style>
border-color css
<style>
span { border-color: #196ECB; }
span { border-color: rgb(25,110,203); }
td.TdClassName
{
border-color: #196ECB;
}
.TagClassName
{
border-color: #196ECB;
}
</style>