Shades of Denim #196ED3
Tints of Denim #196ED3
RGB
CMYK
RGB Variations
Color information
#196ED3 (or 0x196ED3) is known color: Denim. HEX triplet: 19, 6E and D3. RGB value is (25,110,211). Sum of RGB (Red+Green+Blue) = 25+110+211=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 211 (82.81% from 255 or 60.98% from 346); Max value from RGB is 211 - color contains mainly: blue. Hex color #196ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ED3 is #E6912C. Grayscale: #5F5F5F. Windows color (decimal): -15110445 or 13856281. OLE color: 13856281.
HSL color Cylindrical-coordinate representation of color #196ED3: hue angle of 212.58º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196ED3 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 110 | 211 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.17 |
| HSL | 212.58º | 0.79% | 0.46% | - |
| HSV(B) | 212.58º | 0.88% | 0.83% | - |
| XYZ | 17.73 | 16.06 | 63.79 | - |
| YUV | 96.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 211 | 0.88 | 0.48 | 0 | 0.17 | 212.58 | 0.79 | 0.46 |
| Hex | 19 | 6E | D3 | 58 | 30 | 0 | 11 | D5 | 4F | 2E |
| Octal | 31 | 156 | 323 | 130 | 60 | 0 | 21 | 325 | 117 | 56 |
| Binary | 11001 | 1101110 | 11010011 | 1011000 | 110000 | 0 | 10001 | 11010101 | 1001111 | 101110 |
Color Harmonies of #196ED3
Complementary color
Monochromatic Colors of #196ED3
Black with #196ED3
Text Example
Text Example
White with #196ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196ED3; }
p { color: rgb(25,110,211); }
H1.HeaderClassName
{
color: #196ED3;
}
.AnyTagClassName
{
color: #196ED3;
}
</style>
background-color css
<style>
a { background-color: #196ED3; }
a { background-color: rgb(25,110,211); }
div.DivClassName
{
background-color: #196ED3;
}
.BgClassName
{
background-color: #196ED3;
}
</style>
border-color css
<style>
span { border-color: #196ED3; }
span { border-color: rgb(25,110,211); }
td.TdClassName
{
border-color: #196ED3;
}
.TagClassName
{
border-color: #196ED3;
}
</style>