Shades of Denim #196BBC
Tints of Denim #196BBC
RGB
CMYK
RGB Variations
Color information
#196BBC (or 0x196BBC) is known color: Denim. HEX triplet: 19, 6B and BC. RGB value is (25,107,188). Sum of RGB (Red+Green+Blue) = 25+107+188=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #196BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BBC is #E69443. Grayscale: #5B5B5B. Windows color (decimal): -15111236 or 12348185. OLE color: 12348185.
HSL color Cylindrical-coordinate representation of color #196BBC: hue angle of 209.82º 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 #196BBC is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 107 | 188 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.26 |
| HSL | 209.82º | 0.77% | 0.42% | - |
| HSV(B) | 209.82º | 0.87% | 0.74% | - |
| XYZ | 14.74 | 14.35 | 49.57 | - |
| YUV | 91.72 | 182.33 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 188 | 0.87 | 0.43 | 0 | 0.26 | 209.82 | 0.77 | 0.42 |
| Hex | 19 | 6B | BC | 57 | 2B | 0 | 1A | D2 | 4D | 2A |
| Octal | 31 | 153 | 274 | 127 | 53 | 0 | 32 | 322 | 115 | 52 |
| Binary | 11001 | 1101011 | 10111100 | 1010111 | 101011 | 0 | 11010 | 11010010 | 1001101 | 101010 |
Color Harmonies of #196BBC
Complementary color
Monochromatic Colors of #196BBC
Black with #196BBC
Text Example
Text Example
White with #196BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BBC; }
p { color: rgb(25,107,188); }
H1.HeaderClassName
{
color: #196BBC;
}
.AnyTagClassName
{
color: #196BBC;
}
</style>
background-color css
<style>
a { background-color: #196BBC; }
a { background-color: rgb(25,107,188); }
div.DivClassName
{
background-color: #196BBC;
}
.BgClassName
{
background-color: #196BBC;
}
</style>
border-color css
<style>
span { border-color: #196BBC; }
span { border-color: rgb(25,107,188); }
td.TdClassName
{
border-color: #196BBC;
}
.TagClassName
{
border-color: #196BBC;
}
</style>