Shades of Lochmara #20789E
Tints of Lochmara #20789E
RGB
CMYK
RGB Variations
Color information
#20789E (or 0x20789E) is known color: Lochmara. HEX triplet: 20, 78 and 9E. RGB value is (32,120,158). Sum of RGB (Red+Green+Blue) = 32+120+158=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #20789E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20789E is #DF8761. Grayscale: #616161. Windows color (decimal): -14649186 or 10385440. OLE color: 10385440.
HSL color Cylindrical-coordinate representation of color #20789E: hue angle of 198.1º 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 #20789E is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 120 | 158 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.38 |
| HSL | 198.1º | 0.66% | 0.37% | - |
| HSV(B) | 198.1º | 0.8% | 0.62% | - |
| XYZ | 13.48 | 16.21 | 34.77 | - |
| YUV | 98.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 158 | 0.80 | 0.24 | 0 | 0.38 | 198.1 | 0.66 | 0.37 |
| Hex | 20 | 78 | 9E | 50 | 18 | 0 | 26 | C6 | 42 | 25 |
| Octal | 40 | 170 | 236 | 120 | 30 | 0 | 46 | 306 | 102 | 45 |
| Binary | 100000 | 1111000 | 10011110 | 1010000 | 11000 | 0 | 100110 | 11000110 | 1000010 | 100101 |
Color Harmonies of #20789E
Complementary color
Monochromatic Colors of #20789E
Black with #20789E
Text Example
Text Example
White with #20789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20789E; }
p { color: rgb(32,120,158); }
H1.HeaderClassName
{
color: #20789E;
}
.AnyTagClassName
{
color: #20789E;
}
</style>
background-color css
<style>
a { background-color: #20789E; }
a { background-color: rgb(32,120,158); }
div.DivClassName
{
background-color: #20789E;
}
.BgClassName
{
background-color: #20789E;
}
</style>
border-color css
<style>
span { border-color: #20789E; }
span { border-color: rgb(32,120,158); }
td.TdClassName
{
border-color: #20789E;
}
.TagClassName
{
border-color: #20789E;
}
</style>