Shades of Lochmara #197498
Tints of Lochmara #197498
RGB
CMYK
RGB Variations
Color information
#197498 (or 0x197498) is known color: Lochmara. HEX triplet: 19, 74 and 98. RGB value is (25,116,152). Sum of RGB (Red+Green+Blue) = 25+116+152=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #197498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197498 is #E68B67. Grayscale: #5C5C5C. Windows color (decimal): -15108968 or 9991193. OLE color: 9991193.
HSL color Cylindrical-coordinate representation of color #197498: hue angle of 197.01º 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 #197498 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 116 | 152 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.40 |
| HSL | 197.01º | 0.72% | 0.35% | - |
| HSV(B) | 197.01º | 0.84% | 0.6% | - |
| XYZ | 12.31 | 14.96 | 31.95 | - |
| YUV | 92.9 | 161.35 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 152 | 0.84 | 0.24 | 0 | 0.40 | 197.01 | 0.72 | 0.35 |
| Hex | 19 | 74 | 98 | 54 | 18 | 0 | 28 | C5 | 48 | 23 |
| Octal | 31 | 164 | 230 | 124 | 30 | 0 | 50 | 305 | 110 | 43 |
| Binary | 11001 | 1110100 | 10011000 | 1010100 | 11000 | 0 | 101000 | 11000101 | 1001000 | 100011 |
Color Harmonies of #197498
Complementary color
Monochromatic Colors of #197498
Black with #197498
Text Example
Text Example
White with #197498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197498; }
p { color: rgb(25,116,152); }
H1.HeaderClassName
{
color: #197498;
}
.AnyTagClassName
{
color: #197498;
}
</style>
background-color css
<style>
a { background-color: #197498; }
a { background-color: rgb(25,116,152); }
div.DivClassName
{
background-color: #197498;
}
.BgClassName
{
background-color: #197498;
}
</style>
border-color css
<style>
span { border-color: #197498; }
span { border-color: rgb(25,116,152); }
td.TdClassName
{
border-color: #197498;
}
.TagClassName
{
border-color: #197498;
}
</style>