Shades of Lochmara #196FA3
Tints of Lochmara #196FA3
RGB
CMYK
RGB Variations
Color information
#196FA3 (or 0x196FA3) is known color: Lochmara. HEX triplet: 19, 6F and A3. RGB value is (25,111,163). Sum of RGB (Red+Green+Blue) = 25+111+163=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 163 (64.06% from 255 or 54.52% from 299); Max value from RGB is 163 - color contains mainly: blue. Hex color #196FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196FA3 is #E6905C. Grayscale: #5A5A5A. Windows color (decimal): -15110237 or 10710809. OLE color: 10710809.
HSL color Cylindrical-coordinate representation of color #196FA3: hue angle of 202.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196FA3 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 111 | 163 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.36 |
| HSL | 202.61º | 0.73% | 0.37% | - |
| HSV(B) | 202.61º | 0.85% | 0.64% | - |
| XYZ | 12.7 | 14.22 | 36.73 | - |
| YUV | 91.21 | 168.51 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 163 | 0.85 | 0.32 | 0 | 0.36 | 202.61 | 0.73 | 0.37 |
| Hex | 19 | 6F | A3 | 55 | 20 | 0 | 24 | CB | 49 | 25 |
| Octal | 31 | 157 | 243 | 125 | 40 | 0 | 44 | 313 | 111 | 45 |
| Binary | 11001 | 1101111 | 10100011 | 1010101 | 100000 | 0 | 100100 | 11001011 | 1001001 | 100101 |
Color Harmonies of #196FA3
Complementary color
Monochromatic Colors of #196FA3
Black with #196FA3
Text Example
Text Example
White with #196FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FA3; }
p { color: rgb(25,111,163); }
H1.HeaderClassName
{
color: #196FA3;
}
.AnyTagClassName
{
color: #196FA3;
}
</style>
background-color css
<style>
a { background-color: #196FA3; }
a { background-color: rgb(25,111,163); }
div.DivClassName
{
background-color: #196FA3;
}
.BgClassName
{
background-color: #196FA3;
}
</style>
border-color css
<style>
span { border-color: #196FA3; }
span { border-color: rgb(25,111,163); }
td.TdClassName
{
border-color: #196FA3;
}
.TagClassName
{
border-color: #196FA3;
}
</style>