Shades of Denim #196FBA
Tints of Denim #196FBA
RGB
CMYK
RGB Variations
Color information
#196FBA (or 0x196FBA) is known color: Denim. HEX triplet: 19, 6F and BA. RGB value is (25,111,186). Sum of RGB (Red+Green+Blue) = 25+111+186=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #196FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FBA is #E69045. Grayscale: #5D5D5D. Windows color (decimal): -15110214 or 12218137. OLE color: 12218137.
HSL color Cylindrical-coordinate representation of color #196FBA: hue angle of 207.95º 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 #196FBA is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 111 | 186 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.27 |
| HSL | 207.95º | 0.76% | 0.41% | - |
| HSV(B) | 207.95º | 0.87% | 0.73% | - |
| XYZ | 14.95 | 15.12 | 48.59 | - |
| YUV | 93.84 | 180.01 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 186 | 0.87 | 0.40 | 0 | 0.27 | 207.95 | 0.76 | 0.41 |
| Hex | 19 | 6F | BA | 57 | 28 | 0 | 1B | D0 | 4C | 29 |
| Octal | 31 | 157 | 272 | 127 | 50 | 0 | 33 | 320 | 114 | 51 |
| Binary | 11001 | 1101111 | 10111010 | 1010111 | 101000 | 0 | 11011 | 11010000 | 1001100 | 101001 |
Color Harmonies of #196FBA
Complementary color
Monochromatic Colors of #196FBA
Black with #196FBA
Text Example
Text Example
White with #196FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FBA; }
p { color: rgb(25,111,186); }
H1.HeaderClassName
{
color: #196FBA;
}
.AnyTagClassName
{
color: #196FBA;
}
</style>
background-color css
<style>
a { background-color: #196FBA; }
a { background-color: rgb(25,111,186); }
div.DivClassName
{
background-color: #196FBA;
}
.BgClassName
{
background-color: #196FBA;
}
</style>
border-color css
<style>
span { border-color: #196FBA; }
span { border-color: rgb(25,111,186); }
td.TdClassName
{
border-color: #196FBA;
}
.TagClassName
{
border-color: #196FBA;
}
</style>