Shades of Denim #196FBC
Tints of Denim #196FBC
RGB
CMYK
RGB Variations
Color information
#196FBC (or 0x196FBC) is known color: Denim. HEX triplet: 19, 6F and BC. RGB value is (25,111,188). Sum of RGB (Red+Green+Blue) = 25+111+188=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #196FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FBC is #E69043. Grayscale: #5D5D5D. Windows color (decimal): -15110212 or 12349209. OLE color: 12349209.
HSL color Cylindrical-coordinate representation of color #196FBC: hue angle of 208.34º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196FBC is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 111 | 188 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.26 |
| HSL | 208.34º | 0.77% | 0.42% | - |
| HSV(B) | 208.34º | 0.87% | 0.74% | - |
| XYZ | 15.16 | 15.21 | 49.71 | - |
| YUV | 94.06 | 181.01 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 188 | 0.87 | 0.41 | 0 | 0.26 | 208.34 | 0.77 | 0.42 |
| Hex | 19 | 6F | BC | 57 | 29 | 0 | 1A | D0 | 4D | 2A |
| Octal | 31 | 157 | 274 | 127 | 51 | 0 | 32 | 320 | 115 | 52 |
| Binary | 11001 | 1101111 | 10111100 | 1010111 | 101001 | 0 | 11010 | 11010000 | 1001101 | 101010 |
Color Harmonies of #196FBC
Complementary color
Monochromatic Colors of #196FBC
Black with #196FBC
Text Example
Text Example
White with #196FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FBC; }
p { color: rgb(25,111,188); }
H1.HeaderClassName
{
color: #196FBC;
}
.AnyTagClassName
{
color: #196FBC;
}
</style>
background-color css
<style>
a { background-color: #196FBC; }
a { background-color: rgb(25,111,188); }
div.DivClassName
{
background-color: #196FBC;
}
.BgClassName
{
background-color: #196FBC;
}
</style>
border-color css
<style>
span { border-color: #196FBC; }
span { border-color: rgb(25,111,188); }
td.TdClassName
{
border-color: #196FBC;
}
.TagClassName
{
border-color: #196FBC;
}
</style>