Shades of Lochmara #197399
Tints of Lochmara #197399
RGB
CMYK
RGB Variations
Color information
#197399 (or 0x197399) is known color: Lochmara. HEX triplet: 19, 73 and 99. RGB value is (25,115,153). Sum of RGB (Red+Green+Blue) = 25+115+153=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #197399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197399 is #E68C66. Grayscale: #5C5C5C. Windows color (decimal): -15109223 or 10056473. OLE color: 10056473.
HSL color Cylindrical-coordinate representation of color #197399: hue angle of 197.81º 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 #197399 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 115 | 153 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.4 |
| HSL | 197.81º | 0.72% | 0.35% | - |
| HSV(B) | 197.81º | 0.84% | 0.6% | - |
| XYZ | 12.28 | 14.77 | 32.34 | - |
| YUV | 92.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 153 | 0.84 | 0.25 | 0 | 0.4 | 197.81 | 0.72 | 0.35 |
| Hex | 19 | 73 | 99 | 54 | 19 | 0 | 28 | C6 | 48 | 23 |
| Octal | 31 | 163 | 231 | 124 | 31 | 0 | 50 | 306 | 110 | 43 |
| Binary | 11001 | 1110011 | 10011001 | 1010100 | 11001 | 0 | 101000 | 11000110 | 1001000 | 100011 |
Color Harmonies of #197399
Complementary color
Monochromatic Colors of #197399
Black with #197399
Text Example
Text Example
White with #197399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197399; }
p { color: rgb(25,115,153); }
H1.HeaderClassName
{
color: #197399;
}
.AnyTagClassName
{
color: #197399;
}
</style>
background-color css
<style>
a { background-color: #197399; }
a { background-color: rgb(25,115,153); }
div.DivClassName
{
background-color: #197399;
}
.BgClassName
{
background-color: #197399;
}
</style>
border-color css
<style>
span { border-color: #197399; }
span { border-color: rgb(25,115,153); }
td.TdClassName
{
border-color: #197399;
}
.TagClassName
{
border-color: #197399;
}
</style>