Shades of Lochmara #20769F
Tints of Lochmara #20769F
RGB
CMYK
RGB Variations
Color information
#20769F (or 0x20769F) is known color: Lochmara. HEX triplet: 20, 76 and 9F. RGB value is (32,118,159). Sum of RGB (Red+Green+Blue) = 32+118+159=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #20769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20769F is #DF8960. Grayscale: #606060. Windows color (decimal): -14649697 or 10450464. OLE color: 10450464.
HSL color Cylindrical-coordinate representation of color #20769F: hue angle of 199.37º 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 #20769F is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 118 | 159 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.38 |
| HSL | 199.37º | 0.66% | 0.37% | - |
| HSV(B) | 199.37º | 0.8% | 0.62% | - |
| XYZ | 13.33 | 15.77 | 35.14 | - |
| YUV | 96.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 159 | 0.80 | 0.26 | 0 | 0.38 | 199.37 | 0.66 | 0.37 |
| Hex | 20 | 76 | 9F | 50 | 1A | 0 | 26 | C7 | 42 | 25 |
| Octal | 40 | 166 | 237 | 120 | 32 | 0 | 46 | 307 | 102 | 45 |
| Binary | 100000 | 1110110 | 10011111 | 1010000 | 11010 | 0 | 100110 | 11000111 | 1000010 | 100101 |
Color Harmonies of #20769F
Complementary color
Monochromatic Colors of #20769F
Black with #20769F
Text Example
Text Example
White with #20769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20769F; }
p { color: rgb(32,118,159); }
H1.HeaderClassName
{
color: #20769F;
}
.AnyTagClassName
{
color: #20769F;
}
</style>
background-color css
<style>
a { background-color: #20769F; }
a { background-color: rgb(32,118,159); }
div.DivClassName
{
background-color: #20769F;
}
.BgClassName
{
background-color: #20769F;
}
</style>
border-color css
<style>
span { border-color: #20769F; }
span { border-color: rgb(32,118,159); }
td.TdClassName
{
border-color: #20769F;
}
.TagClassName
{
border-color: #20769F;
}
</style>