Shades of Denim #196DB4
Tints of Denim #196DB4
RGB
CMYK
RGB Variations
Color information
#196DB4 (or 0x196DB4) is known color: Denim. HEX triplet: 19, 6D and B4. RGB value is (25,109,180). Sum of RGB (Red+Green+Blue) = 25+109+180=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #196DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DB4 is #E6924B. Grayscale: #5B5B5B. Windows color (decimal): -15110732 or 11824409. OLE color: 11824409.
HSL color Cylindrical-coordinate representation of color #196DB4: hue angle of 207.48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DB4 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 109 | 180 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.29 |
| HSL | 207.48º | 0.76% | 0.4% | - |
| HSV(B) | 207.48º | 0.86% | 0.71% | - |
| XYZ | 14.11 | 14.44 | 45.22 | - |
| YUV | 91.98 | 177.67 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 180 | 0.86 | 0.39 | 0 | 0.29 | 207.48 | 0.76 | 0.4 |
| Hex | 19 | 6D | B4 | 56 | 27 | 0 | 1D | CF | 4C | 28 |
| Octal | 31 | 155 | 264 | 126 | 47 | 0 | 35 | 317 | 114 | 50 |
| Binary | 11001 | 1101101 | 10110100 | 1010110 | 100111 | 0 | 11101 | 11001111 | 1001100 | 101000 |
Color Harmonies of #196DB4
Complementary color
Monochromatic Colors of #196DB4
Black with #196DB4
Text Example
Text Example
White with #196DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DB4; }
p { color: rgb(25,109,180); }
H1.HeaderClassName
{
color: #196DB4;
}
.AnyTagClassName
{
color: #196DB4;
}
</style>
background-color css
<style>
a { background-color: #196DB4; }
a { background-color: rgb(25,109,180); }
div.DivClassName
{
background-color: #196DB4;
}
.BgClassName
{
background-color: #196DB4;
}
</style>
border-color css
<style>
span { border-color: #196DB4; }
span { border-color: rgb(25,109,180); }
td.TdClassName
{
border-color: #196DB4;
}
.TagClassName
{
border-color: #196DB4;
}
</style>