Shades of Denim #196DAE
Tints of Denim #196DAE
RGB
CMYK
RGB Variations
Color information
#196DAE (or 0x196DAE) is known color: Denim. HEX triplet: 19, 6D and AE. RGB value is (25,109,174). Sum of RGB (Red+Green+Blue) = 25+109+174=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #196DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DAE is #E69251. Grayscale: #5A5A5A. Windows color (decimal): -15110738 or 11431193. OLE color: 11431193.
HSL color Cylindrical-coordinate representation of color #196DAE: hue angle of 206.17º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DAE is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 109 | 174 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.32 |
| HSL | 206.17º | 0.75% | 0.39% | - |
| HSV(B) | 206.17º | 0.86% | 0.68% | - |
| XYZ | 13.51 | 14.2 | 42.07 | - |
| YUV | 91.29 | 174.67 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 174 | 0.86 | 0.37 | 0 | 0.32 | 206.17 | 0.75 | 0.39 |
| Hex | 19 | 6D | AE | 56 | 25 | 0 | 20 | CE | 4B | 27 |
| Octal | 31 | 155 | 256 | 126 | 45 | 0 | 40 | 316 | 113 | 47 |
| Binary | 11001 | 1101101 | 10101110 | 1010110 | 100101 | 0 | 100000 | 11001110 | 1001011 | 100111 |
Color Harmonies of #196DAE
Complementary color
Monochromatic Colors of #196DAE
Black with #196DAE
Text Example
Text Example
White with #196DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DAE; }
p { color: rgb(25,109,174); }
H1.HeaderClassName
{
color: #196DAE;
}
.AnyTagClassName
{
color: #196DAE;
}
</style>
background-color css
<style>
a { background-color: #196DAE; }
a { background-color: rgb(25,109,174); }
div.DivClassName
{
background-color: #196DAE;
}
.BgClassName
{
background-color: #196DAE;
}
</style>
border-color css
<style>
span { border-color: #196DAE; }
span { border-color: rgb(25,109,174); }
td.TdClassName
{
border-color: #196DAE;
}
.TagClassName
{
border-color: #196DAE;
}
</style>