Shades of Denim #196FAC
Tints of Denim #196FAC
RGB
CMYK
RGB Variations
Color information
#196FAC (or 0x196FAC) is known color: Denim. HEX triplet: 19, 6F and AC. RGB value is (25,111,172). Sum of RGB (Red+Green+Blue) = 25+111+172=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #196FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196FAC is #E69053. Grayscale: #5B5B5B. Windows color (decimal): -15110228 or 11300633. OLE color: 11300633.
HSL color Cylindrical-coordinate representation of color #196FAC: hue angle of 204.9º 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 #196FAC is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 111 | 172 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.33 |
| HSL | 204.9º | 0.75% | 0.39% | - |
| HSV(B) | 204.9º | 0.85% | 0.67% | - |
| XYZ | 13.53 | 14.55 | 41.13 | - |
| YUV | 92.24 | 173.01 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 172 | 0.85 | 0.35 | 0 | 0.33 | 204.9 | 0.75 | 0.39 |
| Hex | 19 | 6F | AC | 55 | 23 | 0 | 21 | CD | 4B | 27 |
| Octal | 31 | 157 | 254 | 125 | 43 | 0 | 41 | 315 | 113 | 47 |
| Binary | 11001 | 1101111 | 10101100 | 1010101 | 100011 | 0 | 100001 | 11001101 | 1001011 | 100111 |
Color Harmonies of #196FAC
Complementary color
Monochromatic Colors of #196FAC
Black with #196FAC
Text Example
Text Example
White with #196FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FAC; }
p { color: rgb(25,111,172); }
H1.HeaderClassName
{
color: #196FAC;
}
.AnyTagClassName
{
color: #196FAC;
}
</style>
background-color css
<style>
a { background-color: #196FAC; }
a { background-color: rgb(25,111,172); }
div.DivClassName
{
background-color: #196FAC;
}
.BgClassName
{
background-color: #196FAC;
}
</style>
border-color css
<style>
span { border-color: #196FAC; }
span { border-color: rgb(25,111,172); }
td.TdClassName
{
border-color: #196FAC;
}
.TagClassName
{
border-color: #196FAC;
}
</style>