Shades of Denim #196BBA
Tints of Denim #196BBA
RGB
CMYK
RGB Variations
Color information
#196BBA (or 0x196BBA) is known color: Denim. HEX triplet: 19, 6B and BA. RGB value is (25,107,186). Sum of RGB (Red+Green+Blue) = 25+107+186=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #196BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BBA is #E69445. Grayscale: #5B5B5B. Windows color (decimal): -15111238 or 12217113. OLE color: 12217113.
HSL color Cylindrical-coordinate representation of color #196BBA: hue angle of 209.44º 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 #196BBA is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 107 | 186 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.27 |
| HSL | 209.44º | 0.76% | 0.41% | - |
| HSV(B) | 209.44º | 0.87% | 0.73% | - |
| XYZ | 14.52 | 14.27 | 48.44 | - |
| YUV | 91.49 | 181.33 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 186 | 0.87 | 0.42 | 0 | 0.27 | 209.44 | 0.76 | 0.41 |
| Hex | 19 | 6B | BA | 57 | 2A | 0 | 1B | D1 | 4C | 29 |
| Octal | 31 | 153 | 272 | 127 | 52 | 0 | 33 | 321 | 114 | 51 |
| Binary | 11001 | 1101011 | 10111010 | 1010111 | 101010 | 0 | 11011 | 11010001 | 1001100 | 101001 |
Color Harmonies of #196BBA
Complementary color
Monochromatic Colors of #196BBA
Black with #196BBA
Text Example
Text Example
White with #196BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BBA; }
p { color: rgb(25,107,186); }
H1.HeaderClassName
{
color: #196BBA;
}
.AnyTagClassName
{
color: #196BBA;
}
</style>
background-color css
<style>
a { background-color: #196BBA; }
a { background-color: rgb(25,107,186); }
div.DivClassName
{
background-color: #196BBA;
}
.BgClassName
{
background-color: #196BBA;
}
</style>
border-color css
<style>
span { border-color: #196BBA; }
span { border-color: rgb(25,107,186); }
td.TdClassName
{
border-color: #196BBA;
}
.TagClassName
{
border-color: #196BBA;
}
</style>