Shades of Denim #196DB0
Tints of Denim #196DB0
RGB
CMYK
RGB Variations
Color information
#196DB0 (or 0x196DB0) is known color: Denim. HEX triplet: 19, 6D and B0. RGB value is (25,109,176). Sum of RGB (Red+Green+Blue) = 25+109+176=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #196DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DB0 is #E6924F. Grayscale: #5B5B5B. Windows color (decimal): -15110736 or 11562265. OLE color: 11562265.
HSL color Cylindrical-coordinate representation of color #196DB0: hue angle of 206.62º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DB0 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 109 | 176 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.31 |
| HSL | 206.62º | 0.75% | 0.39% | - |
| HSV(B) | 206.62º | 0.86% | 0.69% | - |
| XYZ | 13.71 | 14.28 | 43.11 | - |
| YUV | 91.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 176 | 0.86 | 0.38 | 0 | 0.31 | 206.62 | 0.75 | 0.39 |
| Hex | 19 | 6D | B0 | 56 | 26 | 0 | 1F | CF | 4B | 27 |
| Octal | 31 | 155 | 260 | 126 | 46 | 0 | 37 | 317 | 113 | 47 |
| Binary | 11001 | 1101101 | 10110000 | 1010110 | 100110 | 0 | 11111 | 11001111 | 1001011 | 100111 |
Color Harmonies of #196DB0
Complementary color
Monochromatic Colors of #196DB0
Black with #196DB0
Text Example
Text Example
White with #196DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DB0; }
p { color: rgb(25,109,176); }
H1.HeaderClassName
{
color: #196DB0;
}
.AnyTagClassName
{
color: #196DB0;
}
</style>
background-color css
<style>
a { background-color: #196DB0; }
a { background-color: rgb(25,109,176); }
div.DivClassName
{
background-color: #196DB0;
}
.BgClassName
{
background-color: #196DB0;
}
</style>
border-color css
<style>
span { border-color: #196DB0; }
span { border-color: rgb(25,109,176); }
td.TdClassName
{
border-color: #196DB0;
}
.TagClassName
{
border-color: #196DB0;
}
</style>