Shades of Lochmara #196AA8
Tints of Lochmara #196AA8
RGB
CMYK
RGB Variations
Color information
#196AA8 (or 0x196AA8) is known color: Lochmara. HEX triplet: 19, 6A and A8. RGB value is (25,106,168). Sum of RGB (Red+Green+Blue) = 25+106+168=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 168 (66.02% from 255 or 56.19% from 299); Max value from RGB is 168 - color contains mainly: blue. Hex color #196AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196AA8 is #E69557. Grayscale: #585858. Windows color (decimal): -15111512 or 11037209. OLE color: 11037209.
HSL color Cylindrical-coordinate representation of color #196AA8: hue angle of 206.01º 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 #196AA8 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 106 | 168 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.34 |
| HSL | 206.01º | 0.74% | 0.38% | - |
| HSV(B) | 206.01º | 0.85% | 0.66% | - |
| XYZ | 12.62 | 13.34 | 38.96 | - |
| YUV | 88.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 168 | 0.85 | 0.37 | 0 | 0.34 | 206.01 | 0.74 | 0.38 |
| Hex | 19 | 6A | A8 | 55 | 25 | 0 | 22 | CE | 4A | 26 |
| Octal | 31 | 152 | 250 | 125 | 45 | 0 | 42 | 316 | 112 | 46 |
| Binary | 11001 | 1101010 | 10101000 | 1010101 | 100101 | 0 | 100010 | 11001110 | 1001010 | 100110 |
Color Harmonies of #196AA8
Complementary color
Monochromatic Colors of #196AA8
Black with #196AA8
Text Example
Text Example
White with #196AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196AA8; }
p { color: rgb(25,106,168); }
H1.HeaderClassName
{
color: #196AA8;
}
.AnyTagClassName
{
color: #196AA8;
}
</style>
background-color css
<style>
a { background-color: #196AA8; }
a { background-color: rgb(25,106,168); }
div.DivClassName
{
background-color: #196AA8;
}
.BgClassName
{
background-color: #196AA8;
}
</style>
border-color css
<style>
span { border-color: #196AA8; }
span { border-color: rgb(25,106,168); }
td.TdClassName
{
border-color: #196AA8;
}
.TagClassName
{
border-color: #196AA8;
}
</style>