Shades of Lochmara #207595
Tints of Lochmara #207595
RGB
CMYK
RGB Variations
Color information
#207595 (or 0x207595) is known color: Lochmara. HEX triplet: 20, 75 and 95. RGB value is (32,117,149). Sum of RGB (Red+Green+Blue) = 32+117+149=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #207595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207595 is #DF8A6A. Grayscale: #5F5F5F. Windows color (decimal): -14649963 or 9794848. OLE color: 9794848.
HSL color Cylindrical-coordinate representation of color #207595: hue angle of 196.41º 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 #207595 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 117 | 149 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.42 |
| HSL | 196.41º | 0.65% | 0.35% | - |
| HSV(B) | 196.41º | 0.79% | 0.58% | - |
| XYZ | 12.38 | 15.2 | 30.72 | - |
| YUV | 95.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 149 | 0.79 | 0.21 | 0 | 0.42 | 196.41 | 0.65 | 0.35 |
| Hex | 20 | 75 | 95 | 4F | 15 | 0 | 2A | C4 | 41 | 23 |
| Octal | 40 | 165 | 225 | 117 | 25 | 0 | 52 | 304 | 101 | 43 |
| Binary | 100000 | 1110101 | 10010101 | 1001111 | 10101 | 0 | 101010 | 11000100 | 1000001 | 100011 |
Color Harmonies of #207595
Complementary color
Monochromatic Colors of #207595
Black with #207595
Text Example
Text Example
White with #207595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207595; }
p { color: rgb(32,117,149); }
H1.HeaderClassName
{
color: #207595;
}
.AnyTagClassName
{
color: #207595;
}
</style>
background-color css
<style>
a { background-color: #207595; }
a { background-color: rgb(32,117,149); }
div.DivClassName
{
background-color: #207595;
}
.BgClassName
{
background-color: #207595;
}
</style>
border-color css
<style>
span { border-color: #207595; }
span { border-color: rgb(32,117,149); }
td.TdClassName
{
border-color: #207595;
}
.TagClassName
{
border-color: #207595;
}
</style>