Shades of Denim #196CBA
Tints of Denim #196CBA
RGB
CMYK
RGB Variations
Color information
#196CBA (or 0x196CBA) is known color: Denim. HEX triplet: 19, 6C and BA. RGB value is (25,108,186). Sum of RGB (Red+Green+Blue) = 25+108+186=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #196CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CBA is #E69345. Grayscale: #5B5B5B. Windows color (decimal): -15110982 or 12217369. OLE color: 12217369.
HSL color Cylindrical-coordinate representation of color #196CBA: hue angle of 209.07º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196CBA is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 108 | 186 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.27 |
| HSL | 209.07º | 0.76% | 0.41% | - |
| HSV(B) | 209.07º | 0.87% | 0.73% | - |
| XYZ | 14.63 | 14.48 | 48.48 | - |
| YUV | 92.08 | 181 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 186 | 0.87 | 0.42 | 0 | 0.27 | 209.07 | 0.76 | 0.41 |
| Hex | 19 | 6C | BA | 57 | 2A | 0 | 1B | D1 | 4C | 29 |
| Octal | 31 | 154 | 272 | 127 | 52 | 0 | 33 | 321 | 114 | 51 |
| Binary | 11001 | 1101100 | 10111010 | 1010111 | 101010 | 0 | 11011 | 11010001 | 1001100 | 101001 |
Color Harmonies of #196CBA
Complementary color
Monochromatic Colors of #196CBA
Black with #196CBA
Text Example
Text Example
White with #196CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CBA; }
p { color: rgb(25,108,186); }
H1.HeaderClassName
{
color: #196CBA;
}
.AnyTagClassName
{
color: #196CBA;
}
</style>
background-color css
<style>
a { background-color: #196CBA; }
a { background-color: rgb(25,108,186); }
div.DivClassName
{
background-color: #196CBA;
}
.BgClassName
{
background-color: #196CBA;
}
</style>
border-color css
<style>
span { border-color: #196CBA; }
span { border-color: rgb(25,108,186); }
td.TdClassName
{
border-color: #196CBA;
}
.TagClassName
{
border-color: #196CBA;
}
</style>