Shades of Lochmara #196BA1
Tints of Lochmara #196BA1
RGB
CMYK
RGB Variations
Color information
#196BA1 (or 0x196BA1) is known color: Lochmara. HEX triplet: 19, 6B and A1. RGB value is (25,107,161). Sum of RGB (Red+Green+Blue) = 25+107+161=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #196BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196BA1 is #E6945E. Grayscale: #585858. Windows color (decimal): -15111263 or 10578713. OLE color: 10578713.
HSL color Cylindrical-coordinate representation of color #196BA1: hue angle of 203.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196BA1 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 107 | 161 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.37 |
| HSL | 203.82º | 0.73% | 0.36% | - |
| HSV(B) | 203.82º | 0.84% | 0.63% | - |
| XYZ | 12.09 | 13.3 | 35.65 | - |
| YUV | 88.64 | 168.83 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 161 | 0.84 | 0.34 | 0 | 0.37 | 203.82 | 0.73 | 0.36 |
| Hex | 19 | 6B | A1 | 54 | 22 | 0 | 25 | CC | 49 | 24 |
| Octal | 31 | 153 | 241 | 124 | 42 | 0 | 45 | 314 | 111 | 44 |
| Binary | 11001 | 1101011 | 10100001 | 1010100 | 100010 | 0 | 100101 | 11001100 | 1001001 | 100100 |
Color Harmonies of #196BA1
Complementary color
Monochromatic Colors of #196BA1
Black with #196BA1
Text Example
Text Example
White with #196BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BA1; }
p { color: rgb(25,107,161); }
H1.HeaderClassName
{
color: #196BA1;
}
.AnyTagClassName
{
color: #196BA1;
}
</style>
background-color css
<style>
a { background-color: #196BA1; }
a { background-color: rgb(25,107,161); }
div.DivClassName
{
background-color: #196BA1;
}
.BgClassName
{
background-color: #196BA1;
}
</style>
border-color css
<style>
span { border-color: #196BA1; }
span { border-color: rgb(25,107,161); }
td.TdClassName
{
border-color: #196BA1;
}
.TagClassName
{
border-color: #196BA1;
}
</style>