Shades of Denim #196DB9
Tints of Denim #196DB9
RGB
CMYK
RGB Variations
Color information
#196DB9 (or 0x196DB9) is known color: Denim. HEX triplet: 19, 6D and B9. RGB value is (25,109,185). Sum of RGB (Red+Green+Blue) = 25+109+185=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #196DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DB9 is #E69246. Grayscale: #5C5C5C. Windows color (decimal): -15110727 or 12152089. OLE color: 12152089.
HSL color Cylindrical-coordinate representation of color #196DB9: hue angle of 208.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DB9 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 109 | 185 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.27 |
| HSL | 208.5º | 0.76% | 0.41% | - |
| HSV(B) | 208.5º | 0.86% | 0.73% | - |
| XYZ | 14.63 | 14.65 | 47.96 | - |
| YUV | 92.55 | 180.17 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 185 | 0.86 | 0.41 | 0 | 0.27 | 208.5 | 0.76 | 0.41 |
| Hex | 19 | 6D | B9 | 56 | 29 | 0 | 1B | D0 | 4C | 29 |
| Octal | 31 | 155 | 271 | 126 | 51 | 0 | 33 | 320 | 114 | 51 |
| Binary | 11001 | 1101101 | 10111001 | 1010110 | 101001 | 0 | 11011 | 11010000 | 1001100 | 101001 |
Color Harmonies of #196DB9
Complementary color
Monochromatic Colors of #196DB9
Black with #196DB9
Text Example
Text Example
White with #196DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DB9; }
p { color: rgb(25,109,185); }
H1.HeaderClassName
{
color: #196DB9;
}
.AnyTagClassName
{
color: #196DB9;
}
</style>
background-color css
<style>
a { background-color: #196DB9; }
a { background-color: rgb(25,109,185); }
div.DivClassName
{
background-color: #196DB9;
}
.BgClassName
{
background-color: #196DB9;
}
</style>
border-color css
<style>
span { border-color: #196DB9; }
span { border-color: rgb(25,109,185); }
td.TdClassName
{
border-color: #196DB9;
}
.TagClassName
{
border-color: #196DB9;
}
</style>