Shades of Lochmara #207199
Tints of Lochmara #207199
RGB
CMYK
RGB Variations
Color information
#207199 (or 0x207199) is known color: Lochmara. HEX triplet: 20, 71 and 99. RGB value is (32,113,153). Sum of RGB (Red+Green+Blue) = 32+113+153=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #207199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207199 is #DF8E66. Grayscale: #5D5D5D. Windows color (decimal): -14650983 or 10055968. OLE color: 10055968.
HSL color Cylindrical-coordinate representation of color #207199: hue angle of 199.83º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207199 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 113 | 153 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.4 |
| HSL | 199.83º | 0.65% | 0.36% | - |
| HSV(B) | 199.83º | 0.79% | 0.6% | - |
| XYZ | 12.25 | 14.42 | 32.27 | - |
| YUV | 93.34 | 161.66 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 153 | 0.79 | 0.26 | 0 | 0.4 | 199.83 | 0.65 | 0.36 |
| Hex | 20 | 71 | 99 | 4F | 1A | 0 | 28 | C8 | 41 | 24 |
| Octal | 40 | 161 | 231 | 117 | 32 | 0 | 50 | 310 | 101 | 44 |
| Binary | 100000 | 1110001 | 10011001 | 1001111 | 11010 | 0 | 101000 | 11001000 | 1000001 | 100100 |
Color Harmonies of #207199
Complementary color
Monochromatic Colors of #207199
Black with #207199
Text Example
Text Example
White with #207199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207199; }
p { color: rgb(32,113,153); }
H1.HeaderClassName
{
color: #207199;
}
.AnyTagClassName
{
color: #207199;
}
</style>
background-color css
<style>
a { background-color: #207199; }
a { background-color: rgb(32,113,153); }
div.DivClassName
{
background-color: #207199;
}
.BgClassName
{
background-color: #207199;
}
</style>
border-color css
<style>
span { border-color: #207199; }
span { border-color: rgb(32,113,153); }
td.TdClassName
{
border-color: #207199;
}
.TagClassName
{
border-color: #207199;
}
</style>