Shades of Lochmara #196899
Tints of Lochmara #196899
RGB
CMYK
RGB Variations
Color information
#196899 (or 0x196899) is known color: Lochmara. HEX triplet: 19, 68 and 99. RGB value is (25,104,153). Sum of RGB (Red+Green+Blue) = 25+104+153=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #196899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196899 is #E69766. Grayscale: #555555. Windows color (decimal): -15112039 or 10053657. OLE color: 10053657.
HSL color Cylindrical-coordinate representation of color #196899: hue angle of 202.97º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196899 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 104 | 153 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.4 |
| HSL | 202.97º | 0.72% | 0.35% | - |
| HSV(B) | 202.97º | 0.84% | 0.6% | - |
| XYZ | 11.1 | 12.41 | 31.95 | - |
| YUV | 85.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 153 | 0.84 | 0.32 | 0 | 0.4 | 202.97 | 0.72 | 0.35 |
| Hex | 19 | 68 | 99 | 54 | 20 | 0 | 28 | CB | 48 | 23 |
| Octal | 31 | 150 | 231 | 124 | 40 | 0 | 50 | 313 | 110 | 43 |
| Binary | 11001 | 1101000 | 10011001 | 1010100 | 100000 | 0 | 101000 | 11001011 | 1001000 | 100011 |
Color Harmonies of #196899
Complementary color
Monochromatic Colors of #196899
Black with #196899
Text Example
Text Example
White with #196899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196899; }
p { color: rgb(25,104,153); }
H1.HeaderClassName
{
color: #196899;
}
.AnyTagClassName
{
color: #196899;
}
</style>
background-color css
<style>
a { background-color: #196899; }
a { background-color: rgb(25,104,153); }
div.DivClassName
{
background-color: #196899;
}
.BgClassName
{
background-color: #196899;
}
</style>
border-color css
<style>
span { border-color: #196899; }
span { border-color: rgb(25,104,153); }
td.TdClassName
{
border-color: #196899;
}
.TagClassName
{
border-color: #196899;
}
</style>