Shades of Lochmara #196DA0
Tints of Lochmara #196DA0
RGB
CMYK
RGB Variations
Color information
#196DA0 (or 0x196DA0) is known color: Lochmara. HEX triplet: 19, 6D and A0. RGB value is (25,109,160). Sum of RGB (Red+Green+Blue) = 25+109+160=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #196DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DA0 is #E6925F. Grayscale: #595959. Windows color (decimal): -15110752 or 10513689. OLE color: 10513689.
HSL color Cylindrical-coordinate representation of color #196DA0: hue angle of 202.67º 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 #196DA0 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 109 | 160 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.37 |
| HSL | 202.67º | 0.73% | 0.36% | - |
| HSV(B) | 202.67º | 0.84% | 0.63% | - |
| XYZ | 12.21 | 13.68 | 35.25 | - |
| YUV | 89.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 160 | 0.84 | 0.32 | 0 | 0.37 | 202.67 | 0.73 | 0.36 |
| Hex | 19 | 6D | A0 | 54 | 20 | 0 | 25 | CB | 49 | 24 |
| Octal | 31 | 155 | 240 | 124 | 40 | 0 | 45 | 313 | 111 | 44 |
| Binary | 11001 | 1101101 | 10100000 | 1010100 | 100000 | 0 | 100101 | 11001011 | 1001001 | 100100 |
Color Harmonies of #196DA0
Complementary color
Monochromatic Colors of #196DA0
Black with #196DA0
Text Example
Text Example
White with #196DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DA0; }
p { color: rgb(25,109,160); }
H1.HeaderClassName
{
color: #196DA0;
}
.AnyTagClassName
{
color: #196DA0;
}
</style>
background-color css
<style>
a { background-color: #196DA0; }
a { background-color: rgb(25,109,160); }
div.DivClassName
{
background-color: #196DA0;
}
.BgClassName
{
background-color: #196DA0;
}
</style>
border-color css
<style>
span { border-color: #196DA0; }
span { border-color: rgb(25,109,160); }
td.TdClassName
{
border-color: #196DA0;
}
.TagClassName
{
border-color: #196DA0;
}
</style>