Shades of Denim #196DAC
Tints of Denim #196DAC
RGB
CMYK
RGB Variations
Color information
#196DAC (or 0x196DAC) is known color: Denim. HEX triplet: 19, 6D and AC. RGB value is (25,109,172). Sum of RGB (Red+Green+Blue) = 25+109+172=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #196DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DAC is #E69253. Grayscale: #5A5A5A. Windows color (decimal): -15110740 or 11300121. OLE color: 11300121.
HSL color Cylindrical-coordinate representation of color #196DAC: hue angle of 205.71º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196DAC is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 109 | 172 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.33 |
| HSL | 205.71º | 0.75% | 0.39% | - |
| HSV(B) | 205.71º | 0.85% | 0.67% | - |
| XYZ | 13.32 | 14.12 | 41.05 | - |
| YUV | 91.07 | 173.67 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 172 | 0.85 | 0.37 | 0 | 0.33 | 205.71 | 0.75 | 0.39 |
| Hex | 19 | 6D | AC | 55 | 25 | 0 | 21 | CE | 4B | 27 |
| Octal | 31 | 155 | 254 | 125 | 45 | 0 | 41 | 316 | 113 | 47 |
| Binary | 11001 | 1101101 | 10101100 | 1010101 | 100101 | 0 | 100001 | 11001110 | 1001011 | 100111 |
Color Harmonies of #196DAC
Complementary color
Monochromatic Colors of #196DAC
Black with #196DAC
Text Example
Text Example
White with #196DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DAC; }
p { color: rgb(25,109,172); }
H1.HeaderClassName
{
color: #196DAC;
}
.AnyTagClassName
{
color: #196DAC;
}
</style>
background-color css
<style>
a { background-color: #196DAC; }
a { background-color: rgb(25,109,172); }
div.DivClassName
{
background-color: #196DAC;
}
.BgClassName
{
background-color: #196DAC;
}
</style>
border-color css
<style>
span { border-color: #196DAC; }
span { border-color: rgb(25,109,172); }
td.TdClassName
{
border-color: #196DAC;
}
.TagClassName
{
border-color: #196DAC;
}
</style>