Shades of Lochmara #196EA8
Tints of Lochmara #196EA8
RGB
CMYK
RGB Variations
Color information
#196EA8 (or 0x196EA8) is known color: Lochmara. HEX triplet: 19, 6E and A8. RGB value is (25,110,168). Sum of RGB (Red+Green+Blue) = 25+110+168=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #196EA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196EA8 is #E69157. Grayscale: #5A5A5A. Windows color (decimal): -15110488 or 11038233. OLE color: 11038233.
HSL color Cylindrical-coordinate representation of color #196EA8: hue angle of 204.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196EA8 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 110 | 168 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.34 |
| HSL | 204.34º | 0.74% | 0.38% | - |
| HSV(B) | 204.34º | 0.85% | 0.66% | - |
| XYZ | 13.04 | 14.19 | 39.1 | - |
| YUV | 91.2 | 171.34 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 168 | 0.85 | 0.35 | 0 | 0.34 | 204.34 | 0.74 | 0.38 |
| Hex | 19 | 6E | A8 | 55 | 23 | 0 | 22 | CC | 4A | 26 |
| Octal | 31 | 156 | 250 | 125 | 43 | 0 | 42 | 314 | 112 | 46 |
| Binary | 11001 | 1101110 | 10101000 | 1010101 | 100011 | 0 | 100010 | 11001100 | 1001010 | 100110 |
Color Harmonies of #196EA8
Complementary color
Monochromatic Colors of #196EA8
Black with #196EA8
Text Example
Text Example
White with #196EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196EA8; }
p { color: rgb(25,110,168); }
H1.HeaderClassName
{
color: #196EA8;
}
.AnyTagClassName
{
color: #196EA8;
}
</style>
background-color css
<style>
a { background-color: #196EA8; }
a { background-color: rgb(25,110,168); }
div.DivClassName
{
background-color: #196EA8;
}
.BgClassName
{
background-color: #196EA8;
}
</style>
border-color css
<style>
span { border-color: #196EA8; }
span { border-color: rgb(25,110,168); }
td.TdClassName
{
border-color: #196EA8;
}
.TagClassName
{
border-color: #196EA8;
}
</style>