Shades of Lochmara #20639F
Tints of Lochmara #20639F
RGB
CMYK
RGB Variations
Color information
#20639F (or 0x20639F) is known color: Lochmara. HEX triplet: 20, 63 and 9F. RGB value is (32,99,159). Sum of RGB (Red+Green+Blue) = 32+99+159=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #20639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20639F is #DF9C60. Grayscale: #555555. Windows color (decimal): -14654561 or 10445600. OLE color: 10445600.
HSL color Cylindrical-coordinate representation of color #20639F: hue angle of 208.35º 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 #20639F is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 99 | 159 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.38 |
| HSL | 208.35º | 0.66% | 0.37% | - |
| HSV(B) | 208.35º | 0.8% | 0.62% | - |
| XYZ | 11.32 | 11.73 | 34.47 | - |
| YUV | 85.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 159 | 0.80 | 0.38 | 0 | 0.38 | 208.35 | 0.66 | 0.37 |
| Hex | 20 | 63 | 9F | 50 | 26 | 0 | 26 | D0 | 42 | 25 |
| Octal | 40 | 143 | 237 | 120 | 46 | 0 | 46 | 320 | 102 | 45 |
| Binary | 100000 | 1100011 | 10011111 | 1010000 | 100110 | 0 | 100110 | 11010000 | 1000010 | 100101 |
Color Harmonies of #20639F
Complementary color
Monochromatic Colors of #20639F
Black with #20639F
Text Example
Text Example
White with #20639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20639F; }
p { color: rgb(32,99,159); }
H1.HeaderClassName
{
color: #20639F;
}
.AnyTagClassName
{
color: #20639F;
}
</style>
background-color css
<style>
a { background-color: #20639F; }
a { background-color: rgb(32,99,159); }
div.DivClassName
{
background-color: #20639F;
}
.BgClassName
{
background-color: #20639F;
}
</style>
border-color css
<style>
span { border-color: #20639F; }
span { border-color: rgb(32,99,159); }
td.TdClassName
{
border-color: #20639F;
}
.TagClassName
{
border-color: #20639F;
}
</style>