Shades of Denim #196CBB
Tints of Denim #196CBB
RGB
CMYK
RGB Variations
Color information
#196CBB (or 0x196CBB) is known color: Denim. HEX triplet: 19, 6C and BB. RGB value is (25,108,187). Sum of RGB (Red+Green+Blue) = 25+108+187=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #196CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CBB is #E69344. Grayscale: #5B5B5B. Windows color (decimal): -15110981 or 12282905. OLE color: 12282905.
HSL color Cylindrical-coordinate representation of color #196CBB: hue angle of 209.26º 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 #196CBB is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 108 | 187 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.27 |
| HSL | 209.26º | 0.76% | 0.42% | - |
| HSV(B) | 209.26º | 0.87% | 0.73% | - |
| XYZ | 14.73 | 14.52 | 49.04 | - |
| YUV | 92.19 | 181.5 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 187 | 0.87 | 0.42 | 0 | 0.27 | 209.26 | 0.76 | 0.42 |
| Hex | 19 | 6C | BB | 57 | 2A | 0 | 1B | D1 | 4C | 2A |
| Octal | 31 | 154 | 273 | 127 | 52 | 0 | 33 | 321 | 114 | 52 |
| Binary | 11001 | 1101100 | 10111011 | 1010111 | 101010 | 0 | 11011 | 11010001 | 1001100 | 101010 |
Color Harmonies of #196CBB
Complementary color
Monochromatic Colors of #196CBB
Black with #196CBB
Text Example
Text Example
White with #196CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CBB; }
p { color: rgb(25,108,187); }
H1.HeaderClassName
{
color: #196CBB;
}
.AnyTagClassName
{
color: #196CBB;
}
</style>
background-color css
<style>
a { background-color: #196CBB; }
a { background-color: rgb(25,108,187); }
div.DivClassName
{
background-color: #196CBB;
}
.BgClassName
{
background-color: #196CBB;
}
</style>
border-color css
<style>
span { border-color: #196CBB; }
span { border-color: rgb(25,108,187); }
td.TdClassName
{
border-color: #196CBB;
}
.TagClassName
{
border-color: #196CBB;
}
</style>