Shades of Denim #196DB1
Tints of Denim #196DB1
RGB
CMYK
RGB Variations
Color information
#196DB1 (or 0x196DB1) is known color: Denim. HEX triplet: 19, 6D and B1. RGB value is (25,109,177). Sum of RGB (Red+Green+Blue) = 25+109+177=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #196DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DB1 is #E6924E. Grayscale: #5B5B5B. Windows color (decimal): -15110735 or 11627801. OLE color: 11627801.
HSL color Cylindrical-coordinate representation of color #196DB1: hue angle of 206.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DB1 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 109 | 177 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.31 |
| HSL | 206.84º | 0.75% | 0.4% | - |
| HSV(B) | 206.84º | 0.86% | 0.69% | - |
| XYZ | 13.81 | 14.32 | 43.63 | - |
| YUV | 91.64 | 176.17 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 177 | 0.86 | 0.38 | 0 | 0.31 | 206.84 | 0.75 | 0.4 |
| Hex | 19 | 6D | B1 | 56 | 26 | 0 | 1F | CF | 4B | 28 |
| Octal | 31 | 155 | 261 | 126 | 46 | 0 | 37 | 317 | 113 | 50 |
| Binary | 11001 | 1101101 | 10110001 | 1010110 | 100110 | 0 | 11111 | 11001111 | 1001011 | 101000 |
Color Harmonies of #196DB1
Complementary color
Monochromatic Colors of #196DB1
Black with #196DB1
Text Example
Text Example
White with #196DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DB1; }
p { color: rgb(25,109,177); }
H1.HeaderClassName
{
color: #196DB1;
}
.AnyTagClassName
{
color: #196DB1;
}
</style>
background-color css
<style>
a { background-color: #196DB1; }
a { background-color: rgb(25,109,177); }
div.DivClassName
{
background-color: #196DB1;
}
.BgClassName
{
background-color: #196DB1;
}
</style>
border-color css
<style>
span { border-color: #196DB1; }
span { border-color: rgb(25,109,177); }
td.TdClassName
{
border-color: #196DB1;
}
.TagClassName
{
border-color: #196DB1;
}
</style>