Shades of Denim #196ABB
Tints of Denim #196ABB
RGB
CMYK
RGB Variations
Color information
#196ABB (or 0x196ABB) is known color: Denim. HEX triplet: 19, 6A and BB. RGB value is (25,106,187). Sum of RGB (Red+Green+Blue) = 25+106+187=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #196ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ABB is #E69544. Grayscale: #5A5A5A. Windows color (decimal): -15111493 or 12282393. OLE color: 12282393.
HSL color Cylindrical-coordinate representation of color #196ABB: hue angle of 210º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196ABB is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 106 | 187 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.27 |
| HSL | 210º | 0.76% | 0.42% | - |
| HSV(B) | 210º | 0.87% | 0.73% | - |
| XYZ | 14.52 | 14.1 | 48.97 | - |
| YUV | 91.02 | 182.16 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 187 | 0.87 | 0.43 | 0 | 0.27 | 210 | 0.76 | 0.42 |
| Hex | 19 | 6A | BB | 57 | 2B | 0 | 1B | D2 | 4C | 2A |
| Octal | 31 | 152 | 273 | 127 | 53 | 0 | 33 | 322 | 114 | 52 |
| Binary | 11001 | 1101010 | 10111011 | 1010111 | 101011 | 0 | 11011 | 11010010 | 1001100 | 101010 |
Color Harmonies of #196ABB
Complementary color
Monochromatic Colors of #196ABB
Black with #196ABB
Text Example
Text Example
White with #196ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196ABB; }
p { color: rgb(25,106,187); }
H1.HeaderClassName
{
color: #196ABB;
}
.AnyTagClassName
{
color: #196ABB;
}
</style>
background-color css
<style>
a { background-color: #196ABB; }
a { background-color: rgb(25,106,187); }
div.DivClassName
{
background-color: #196ABB;
}
.BgClassName
{
background-color: #196ABB;
}
</style>
border-color css
<style>
span { border-color: #196ABB; }
span { border-color: rgb(25,106,187); }
td.TdClassName
{
border-color: #196ABB;
}
.TagClassName
{
border-color: #196ABB;
}
</style>