Shades of Lochmara #20639B
Tints of Lochmara #20639B
RGB
CMYK
RGB Variations
Color information
#20639B (or 0x20639B) is known color: Lochmara. HEX triplet: 20, 63 and 9B. RGB value is (32,99,155). Sum of RGB (Red+Green+Blue) = 32+99+155=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #20639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20639B is #DF9C64. Grayscale: #555555. Windows color (decimal): -14654565 or 10183456. OLE color: 10183456.
HSL color Cylindrical-coordinate representation of color #20639B: hue angle of 207.32º 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 #20639B is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 99 | 155 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.39 |
| HSL | 207.32º | 0.66% | 0.37% | - |
| HSV(B) | 207.32º | 0.79% | 0.61% | - |
| XYZ | 10.97 | 11.6 | 32.67 | - |
| YUV | 85.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 155 | 0.79 | 0.36 | 0 | 0.39 | 207.32 | 0.66 | 0.37 |
| Hex | 20 | 63 | 9B | 4F | 24 | 0 | 27 | CF | 42 | 25 |
| Octal | 40 | 143 | 233 | 117 | 44 | 0 | 47 | 317 | 102 | 45 |
| Binary | 100000 | 1100011 | 10011011 | 1001111 | 100100 | 0 | 100111 | 11001111 | 1000010 | 100101 |
Color Harmonies of #20639B
Complementary color
Monochromatic Colors of #20639B
Black with #20639B
Text Example
Text Example
White with #20639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20639B; }
p { color: rgb(32,99,155); }
H1.HeaderClassName
{
color: #20639B;
}
.AnyTagClassName
{
color: #20639B;
}
</style>
background-color css
<style>
a { background-color: #20639B; }
a { background-color: rgb(32,99,155); }
div.DivClassName
{
background-color: #20639B;
}
.BgClassName
{
background-color: #20639B;
}
</style>
border-color css
<style>
span { border-color: #20639B; }
span { border-color: rgb(32,99,155); }
td.TdClassName
{
border-color: #20639B;
}
.TagClassName
{
border-color: #20639B;
}
</style>