Shades of Lochmara #20779F
Tints of Lochmara #20779F
RGB
CMYK
RGB Variations
Color information
#20779F (or 0x20779F) is known color: Lochmara. HEX triplet: 20, 77 and 9F. RGB value is (32,119,159). Sum of RGB (Red+Green+Blue) = 32+119+159=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #20779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20779F is #DF8860. Grayscale: #616161. Windows color (decimal): -14649441 or 10450720. OLE color: 10450720.
HSL color Cylindrical-coordinate representation of color #20779F: hue angle of 198.9º 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 #20779F is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 119 | 159 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.38 |
| HSL | 198.9º | 0.66% | 0.37% | - |
| HSV(B) | 198.9º | 0.8% | 0.62% | - |
| XYZ | 13.45 | 16 | 35.18 | - |
| YUV | 97.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 159 | 0.80 | 0.25 | 0 | 0.38 | 198.9 | 0.66 | 0.37 |
| Hex | 20 | 77 | 9F | 50 | 19 | 0 | 26 | C7 | 42 | 25 |
| Octal | 40 | 167 | 237 | 120 | 31 | 0 | 46 | 307 | 102 | 45 |
| Binary | 100000 | 1110111 | 10011111 | 1010000 | 11001 | 0 | 100110 | 11000111 | 1000010 | 100101 |
Color Harmonies of #20779F
Complementary color
Monochromatic Colors of #20779F
Black with #20779F
Text Example
Text Example
White with #20779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20779F; }
p { color: rgb(32,119,159); }
H1.HeaderClassName
{
color: #20779F;
}
.AnyTagClassName
{
color: #20779F;
}
</style>
background-color css
<style>
a { background-color: #20779F; }
a { background-color: rgb(32,119,159); }
div.DivClassName
{
background-color: #20779F;
}
.BgClassName
{
background-color: #20779F;
}
</style>
border-color css
<style>
span { border-color: #20779F; }
span { border-color: rgb(32,119,159); }
td.TdClassName
{
border-color: #20779F;
}
.TagClassName
{
border-color: #20779F;
}
</style>