Shades of Lochmara #20669E
Tints of Lochmara #20669E
RGB
CMYK
RGB Variations
Color information
#20669E (or 0x20669E) is known color: Lochmara. HEX triplet: 20, 66 and 9E. RGB value is (32,102,158). Sum of RGB (Red+Green+Blue) = 32+102+158=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #20669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20669E is #DF9961. Grayscale: #575757. Windows color (decimal): -14653794 or 10380832. OLE color: 10380832.
HSL color Cylindrical-coordinate representation of color #20669E: hue angle of 206.67º 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 #20669E is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 102 | 158 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.38 |
| HSL | 206.67º | 0.66% | 0.37% | - |
| HSV(B) | 206.67º | 0.8% | 0.62% | - |
| XYZ | 11.52 | 12.28 | 34.11 | - |
| YUV | 87.45 | 167.81 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 158 | 0.80 | 0.35 | 0 | 0.38 | 206.67 | 0.66 | 0.37 |
| Hex | 20 | 66 | 9E | 50 | 23 | 0 | 26 | CF | 42 | 25 |
| Octal | 40 | 146 | 236 | 120 | 43 | 0 | 46 | 317 | 102 | 45 |
| Binary | 100000 | 1100110 | 10011110 | 1010000 | 100011 | 0 | 100110 | 11001111 | 1000010 | 100101 |
Color Harmonies of #20669E
Complementary color
Monochromatic Colors of #20669E
Black with #20669E
Text Example
Text Example
White with #20669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20669E; }
p { color: rgb(32,102,158); }
H1.HeaderClassName
{
color: #20669E;
}
.AnyTagClassName
{
color: #20669E;
}
</style>
background-color css
<style>
a { background-color: #20669E; }
a { background-color: rgb(32,102,158); }
div.DivClassName
{
background-color: #20669E;
}
.BgClassName
{
background-color: #20669E;
}
</style>
border-color css
<style>
span { border-color: #20669E; }
span { border-color: rgb(32,102,158); }
td.TdClassName
{
border-color: #20669E;
}
.TagClassName
{
border-color: #20669E;
}
</style>