Shades of Lochmara #20779E
Tints of Lochmara #20779E
RGB
CMYK
RGB Variations
Color information
#20779E (or 0x20779E) is known color: Lochmara. HEX triplet: 20, 77 and 9E. RGB value is (32,119,158). Sum of RGB (Red+Green+Blue) = 32+119+158=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #20779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20779E is #DF8861. Grayscale: #616161. Windows color (decimal): -14649442 or 10385184. OLE color: 10385184.
HSL color Cylindrical-coordinate representation of color #20779E: hue angle of 198.57º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20779E is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 119 | 158 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.38 |
| HSL | 198.57º | 0.66% | 0.37% | - |
| HSV(B) | 198.57º | 0.8% | 0.62% | - |
| XYZ | 13.36 | 15.97 | 34.73 | - |
| YUV | 97.43 | 162.18 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 158 | 0.80 | 0.25 | 0 | 0.38 | 198.57 | 0.66 | 0.37 |
| Hex | 20 | 77 | 9E | 50 | 19 | 0 | 26 | C7 | 42 | 25 |
| Octal | 40 | 167 | 236 | 120 | 31 | 0 | 46 | 307 | 102 | 45 |
| Binary | 100000 | 1110111 | 10011110 | 1010000 | 11001 | 0 | 100110 | 11000111 | 1000010 | 100101 |
Color Harmonies of #20779E
Complementary color
Monochromatic Colors of #20779E
Black with #20779E
Text Example
Text Example
White with #20779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20779E; }
p { color: rgb(32,119,158); }
H1.HeaderClassName
{
color: #20779E;
}
.AnyTagClassName
{
color: #20779E;
}
</style>
background-color css
<style>
a { background-color: #20779E; }
a { background-color: rgb(32,119,158); }
div.DivClassName
{
background-color: #20779E;
}
.BgClassName
{
background-color: #20779E;
}
</style>
border-color css
<style>
span { border-color: #20779E; }
span { border-color: rgb(32,119,158); }
td.TdClassName
{
border-color: #20779E;
}
.TagClassName
{
border-color: #20779E;
}
</style>