Shades of Denim #196BD5
Tints of Denim #196BD5
RGB
CMYK
RGB Variations
Color information
#196BD5 (or 0x196BD5) is known color: Denim. HEX triplet: 19, 6B and D5. RGB value is (25,107,213). Sum of RGB (Red+Green+Blue) = 25+107+213=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #196BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BD5 is #E6942A. Grayscale: #5E5E5E. Windows color (decimal): -15111211 or 13986585. OLE color: 13986585.
HSL color Cylindrical-coordinate representation of color #196BD5: hue angle of 213.83º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196BD5 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 107 | 213 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.16 |
| HSL | 213.83º | 0.79% | 0.47% | - |
| HSV(B) | 213.83º | 0.88% | 0.84% | - |
| XYZ | 17.67 | 15.53 | 65.02 | - |
| YUV | 94.57 | 194.83 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 213 | 0.88 | 0.50 | 0 | 0.16 | 213.83 | 0.79 | 0.47 |
| Hex | 19 | 6B | D5 | 58 | 32 | 0 | 10 | D6 | 4F | 2F |
| Octal | 31 | 153 | 325 | 130 | 62 | 0 | 20 | 326 | 117 | 57 |
| Binary | 11001 | 1101011 | 11010101 | 1011000 | 110010 | 0 | 10000 | 11010110 | 1001111 | 101111 |
Color Harmonies of #196BD5
Complementary color
Monochromatic Colors of #196BD5
Black with #196BD5
Text Example
Text Example
White with #196BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BD5; }
p { color: rgb(25,107,213); }
H1.HeaderClassName
{
color: #196BD5;
}
.AnyTagClassName
{
color: #196BD5;
}
</style>
background-color css
<style>
a { background-color: #196BD5; }
a { background-color: rgb(25,107,213); }
div.DivClassName
{
background-color: #196BD5;
}
.BgClassName
{
background-color: #196BD5;
}
</style>
border-color css
<style>
span { border-color: #196BD5; }
span { border-color: rgb(25,107,213); }
td.TdClassName
{
border-color: #196BD5;
}
.TagClassName
{
border-color: #196BD5;
}
</style>