Shades of Denim #196BD1
Tints of Denim #196BD1
RGB
CMYK
RGB Variations
Color information
#196BD1 (or 0x196BD1) is known color: Denim. HEX triplet: 19, 6B and D1. RGB value is (25,107,209). Sum of RGB (Red+Green+Blue) = 25+107+209=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #196BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BD1 is #E6942E. Grayscale: #5D5D5D. Windows color (decimal): -15111215 or 13724441. OLE color: 13724441.
HSL color Cylindrical-coordinate representation of color #196BD1: hue angle of 213.26º 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 #196BD1 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 107 | 209 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.18 |
| HSL | 213.26º | 0.79% | 0.46% | - |
| HSV(B) | 213.26º | 0.88% | 0.82% | - |
| XYZ | 17.17 | 15.33 | 62.37 | - |
| YUV | 94.11 | 192.83 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 209 | 0.88 | 0.49 | 0 | 0.18 | 213.26 | 0.79 | 0.46 |
| Hex | 19 | 6B | D1 | 58 | 31 | 0 | 12 | D5 | 4F | 2E |
| Octal | 31 | 153 | 321 | 130 | 61 | 0 | 22 | 325 | 117 | 56 |
| Binary | 11001 | 1101011 | 11010001 | 1011000 | 110001 | 0 | 10010 | 11010101 | 1001111 | 101110 |
Color Harmonies of #196BD1
Complementary color
Monochromatic Colors of #196BD1
Black with #196BD1
Text Example
Text Example
White with #196BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BD1; }
p { color: rgb(25,107,209); }
H1.HeaderClassName
{
color: #196BD1;
}
.AnyTagClassName
{
color: #196BD1;
}
</style>
background-color css
<style>
a { background-color: #196BD1; }
a { background-color: rgb(25,107,209); }
div.DivClassName
{
background-color: #196BD1;
}
.BgClassName
{
background-color: #196BD1;
}
</style>
border-color css
<style>
span { border-color: #196BD1; }
span { border-color: rgb(25,107,209); }
td.TdClassName
{
border-color: #196BD1;
}
.TagClassName
{
border-color: #196BD1;
}
</style>