Shades of Denim #196DB3
Tints of Denim #196DB3
RGB
CMYK
RGB Variations
Color information
#196DB3 (or 0x196DB3) is known color: Denim. HEX triplet: 19, 6D and B3. RGB value is (25,109,179). Sum of RGB (Red+Green+Blue) = 25+109+179=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #196DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DB3 is #E6924C. Grayscale: #5B5B5B. Windows color (decimal): -15110733 or 11758873. OLE color: 11758873.
HSL color Cylindrical-coordinate representation of color #196DB3: hue angle of 207.27º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DB3 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 109 | 179 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.30 |
| HSL | 207.27º | 0.75% | 0.4% | - |
| HSV(B) | 207.27º | 0.86% | 0.7% | - |
| XYZ | 14.01 | 14.4 | 44.69 | - |
| YUV | 91.86 | 177.17 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 179 | 0.86 | 0.39 | 0 | 0.30 | 207.27 | 0.75 | 0.4 |
| Hex | 19 | 6D | B3 | 56 | 27 | 0 | 1E | CF | 4B | 28 |
| Octal | 31 | 155 | 263 | 126 | 47 | 0 | 36 | 317 | 113 | 50 |
| Binary | 11001 | 1101101 | 10110011 | 1010110 | 100111 | 0 | 11110 | 11001111 | 1001011 | 101000 |
Color Harmonies of #196DB3
Complementary color
Monochromatic Colors of #196DB3
Black with #196DB3
Text Example
Text Example
White with #196DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DB3; }
p { color: rgb(25,109,179); }
H1.HeaderClassName
{
color: #196DB3;
}
.AnyTagClassName
{
color: #196DB3;
}
</style>
background-color css
<style>
a { background-color: #196DB3; }
a { background-color: rgb(25,109,179); }
div.DivClassName
{
background-color: #196DB3;
}
.BgClassName
{
background-color: #196DB3;
}
</style>
border-color css
<style>
span { border-color: #196DB3; }
span { border-color: rgb(25,109,179); }
td.TdClassName
{
border-color: #196DB3;
}
.TagClassName
{
border-color: #196DB3;
}
</style>