Shades of Lochmara #20769B
Tints of Lochmara #20769B
RGB
CMYK
RGB Variations
Color information
#20769B (or 0x20769B) is known color: Lochmara. HEX triplet: 20, 76 and 9B. RGB value is (32,118,155). Sum of RGB (Red+Green+Blue) = 32+118+155=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #20769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20769B is #DF8964. Grayscale: #606060. Windows color (decimal): -14649701 or 10188320. OLE color: 10188320.
HSL color Cylindrical-coordinate representation of color #20769B: hue angle of 198.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20769B is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 118 | 155 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.39 |
| HSL | 198.05º | 0.66% | 0.37% | - |
| HSV(B) | 198.05º | 0.79% | 0.61% | - |
| XYZ | 12.99 | 15.63 | 33.34 | - |
| YUV | 96.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 155 | 0.79 | 0.24 | 0 | 0.39 | 198.05 | 0.66 | 0.37 |
| Hex | 20 | 76 | 9B | 4F | 18 | 0 | 27 | C6 | 42 | 25 |
| Octal | 40 | 166 | 233 | 117 | 30 | 0 | 47 | 306 | 102 | 45 |
| Binary | 100000 | 1110110 | 10011011 | 1001111 | 11000 | 0 | 100111 | 11000110 | 1000010 | 100101 |
Color Harmonies of #20769B
Complementary color
Monochromatic Colors of #20769B
Black with #20769B
Text Example
Text Example
White with #20769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20769B; }
p { color: rgb(32,118,155); }
H1.HeaderClassName
{
color: #20769B;
}
.AnyTagClassName
{
color: #20769B;
}
</style>
background-color css
<style>
a { background-color: #20769B; }
a { background-color: rgb(32,118,155); }
div.DivClassName
{
background-color: #20769B;
}
.BgClassName
{
background-color: #20769B;
}
</style>
border-color css
<style>
span { border-color: #20769B; }
span { border-color: rgb(32,118,155); }
td.TdClassName
{
border-color: #20769B;
}
.TagClassName
{
border-color: #20769B;
}
</style>