Shades of Lochmara #207095
Tints of Lochmara #207095
RGB
CMYK
RGB Variations
Color information
#207095 (or 0x207095) is known color: Lochmara. HEX triplet: 20, 70 and 95. RGB value is (32,112,149). Sum of RGB (Red+Green+Blue) = 32+112+149=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #207095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207095 is #DF8F6A. Grayscale: #5C5C5C. Windows color (decimal): -14651243 or 9793568. OLE color: 9793568.
HSL color Cylindrical-coordinate representation of color #207095: hue angle of 198.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207095 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 112 | 149 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.42 |
| HSL | 198.97º | 0.65% | 0.35% | - |
| HSV(B) | 198.97º | 0.79% | 0.58% | - |
| XYZ | 11.81 | 14.07 | 30.53 | - |
| YUV | 92.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 149 | 0.79 | 0.25 | 0 | 0.42 | 198.97 | 0.65 | 0.35 |
| Hex | 20 | 70 | 95 | 4F | 19 | 0 | 2A | C7 | 41 | 23 |
| Octal | 40 | 160 | 225 | 117 | 31 | 0 | 52 | 307 | 101 | 43 |
| Binary | 100000 | 1110000 | 10010101 | 1001111 | 11001 | 0 | 101010 | 11000111 | 1000001 | 100011 |
Color Harmonies of #207095
Complementary color
Monochromatic Colors of #207095
Black with #207095
Text Example
Text Example
White with #207095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207095; }
p { color: rgb(32,112,149); }
H1.HeaderClassName
{
color: #207095;
}
.AnyTagClassName
{
color: #207095;
}
</style>
background-color css
<style>
a { background-color: #207095; }
a { background-color: rgb(32,112,149); }
div.DivClassName
{
background-color: #207095;
}
.BgClassName
{
background-color: #207095;
}
</style>
border-color css
<style>
span { border-color: #207095; }
span { border-color: rgb(32,112,149); }
td.TdClassName
{
border-color: #207095;
}
.TagClassName
{
border-color: #207095;
}
</style>