Shades of Denim #196FD2
Tints of Denim #196FD2
RGB
CMYK
RGB Variations
Color information
#196FD2 (or 0x196FD2) is known color: Denim. HEX triplet: 19, 6F and D2. RGB value is (25,111,210). Sum of RGB (Red+Green+Blue) = 25+111+210=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 210 (82.42% from 255 or 60.69% from 346); Max value from RGB is 210 - color contains mainly: blue. Hex color #196FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FD2 is #E6902D. Grayscale: #606060. Windows color (decimal): -15110190 or 13791001. OLE color: 13791001.
HSL color Cylindrical-coordinate representation of color #196FD2: hue angle of 212.11º 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 #196FD2 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 111 | 210 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.18 |
| HSL | 212.11º | 0.79% | 0.46% | - |
| HSV(B) | 212.11º | 0.88% | 0.82% | - |
| XYZ | 17.72 | 16.23 | 63.17 | - |
| YUV | 96.57 | 192.01 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 210 | 0.88 | 0.47 | 0 | 0.18 | 212.11 | 0.79 | 0.46 |
| Hex | 19 | 6F | D2 | 58 | 2F | 0 | 12 | D4 | 4F | 2E |
| Octal | 31 | 157 | 322 | 130 | 57 | 0 | 22 | 324 | 117 | 56 |
| Binary | 11001 | 1101111 | 11010010 | 1011000 | 101111 | 0 | 10010 | 11010100 | 1001111 | 101110 |
Color Harmonies of #196FD2
Complementary color
Monochromatic Colors of #196FD2
Black with #196FD2
Text Example
Text Example
White with #196FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FD2; }
p { color: rgb(25,111,210); }
H1.HeaderClassName
{
color: #196FD2;
}
.AnyTagClassName
{
color: #196FD2;
}
</style>
background-color css
<style>
a { background-color: #196FD2; }
a { background-color: rgb(25,111,210); }
div.DivClassName
{
background-color: #196FD2;
}
.BgClassName
{
background-color: #196FD2;
}
</style>
border-color css
<style>
span { border-color: #196FD2; }
span { border-color: rgb(25,111,210); }
td.TdClassName
{
border-color: #196FD2;
}
.TagClassName
{
border-color: #196FD2;
}
</style>