Shades of Lochmara #207495
Tints of Lochmara #207495
RGB
CMYK
RGB Variations
Color information
#207495 (or 0x207495) is known color: Lochmara. HEX triplet: 20, 74 and 95. RGB value is (32,116,149). Sum of RGB (Red+Green+Blue) = 32+116+149=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #207495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207495 is #DF8B6A. Grayscale: #5E5E5E. Windows color (decimal): -14650219 or 9794592. OLE color: 9794592.
HSL color Cylindrical-coordinate representation of color #207495: hue angle of 196.92º 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 #207495 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 116 | 149 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.42 |
| HSL | 196.92º | 0.65% | 0.35% | - |
| HSV(B) | 196.92º | 0.79% | 0.58% | - |
| XYZ | 12.27 | 14.97 | 30.68 | - |
| YUV | 94.65 | 158.67 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 149 | 0.79 | 0.22 | 0 | 0.42 | 196.92 | 0.65 | 0.35 |
| Hex | 20 | 74 | 95 | 4F | 16 | 0 | 2A | C5 | 41 | 23 |
| Octal | 40 | 164 | 225 | 117 | 26 | 0 | 52 | 305 | 101 | 43 |
| Binary | 100000 | 1110100 | 10010101 | 1001111 | 10110 | 0 | 101010 | 11000101 | 1000001 | 100011 |
Color Harmonies of #207495
Complementary color
Monochromatic Colors of #207495
Black with #207495
Text Example
Text Example
White with #207495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207495; }
p { color: rgb(32,116,149); }
H1.HeaderClassName
{
color: #207495;
}
.AnyTagClassName
{
color: #207495;
}
</style>
background-color css
<style>
a { background-color: #207495; }
a { background-color: rgb(32,116,149); }
div.DivClassName
{
background-color: #207495;
}
.BgClassName
{
background-color: #207495;
}
</style>
border-color css
<style>
span { border-color: #207495; }
span { border-color: rgb(32,116,149); }
td.TdClassName
{
border-color: #207495;
}
.TagClassName
{
border-color: #207495;
}
</style>