Shades of Denim #196AD2
Tints of Denim #196AD2
RGB
CMYK
RGB Variations
Color information
#196AD2 (or 0x196AD2) is known color: Denim. HEX triplet: 19, 6A and D2. RGB value is (25,106,210). Sum of RGB (Red+Green+Blue) = 25+106+210=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #196AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196AD2 is #E6952D. Grayscale: #5D5D5D. Windows color (decimal): -15111470 or 13789721. OLE color: 13789721.
HSL color Cylindrical-coordinate representation of color #196AD2: hue angle of 213.73º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196AD2 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 106 | 210 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.18 |
| HSL | 213.73º | 0.79% | 0.46% | - |
| HSV(B) | 213.73º | 0.88% | 0.82% | - |
| XYZ | 17.19 | 15.17 | 62.99 | - |
| YUV | 93.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 210 | 0.88 | 0.50 | 0 | 0.18 | 213.73 | 0.79 | 0.46 |
| Hex | 19 | 6A | D2 | 58 | 32 | 0 | 12 | D6 | 4F | 2E |
| Octal | 31 | 152 | 322 | 130 | 62 | 0 | 22 | 326 | 117 | 56 |
| Binary | 11001 | 1101010 | 11010010 | 1011000 | 110010 | 0 | 10010 | 11010110 | 1001111 | 101110 |
Color Harmonies of #196AD2
Complementary color
Monochromatic Colors of #196AD2
Black with #196AD2
Text Example
Text Example
White with #196AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196AD2; }
p { color: rgb(25,106,210); }
H1.HeaderClassName
{
color: #196AD2;
}
.AnyTagClassName
{
color: #196AD2;
}
</style>
background-color css
<style>
a { background-color: #196AD2; }
a { background-color: rgb(25,106,210); }
div.DivClassName
{
background-color: #196AD2;
}
.BgClassName
{
background-color: #196AD2;
}
</style>
border-color css
<style>
span { border-color: #196AD2; }
span { border-color: rgb(25,106,210); }
td.TdClassName
{
border-color: #196AD2;
}
.TagClassName
{
border-color: #196AD2;
}
</style>