Shades of Lochmara #20659A
Tints of Lochmara #20659A
RGB
CMYK
RGB Variations
Color information
#20659A (or 0x20659A) is known color: Lochmara. HEX triplet: 20, 65 and 9A. RGB value is (32,101,154). Sum of RGB (Red+Green+Blue) = 32+101+154=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #20659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20659A is #DF9A65. Grayscale: #565656. Windows color (decimal): -14654054 or 10118432. OLE color: 10118432.
HSL color Cylindrical-coordinate representation of color #20659A: hue angle of 206.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20659A is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 101 | 154 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.40 |
| HSL | 206.07º | 0.66% | 0.36% | - |
| HSV(B) | 206.07º | 0.79% | 0.6% | - |
| XYZ | 11.08 | 11.95 | 32.29 | - |
| YUV | 86.41 | 166.14 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 154 | 0.79 | 0.34 | 0 | 0.40 | 206.07 | 0.66 | 0.36 |
| Hex | 20 | 65 | 9A | 4F | 22 | 0 | 28 | CE | 42 | 24 |
| Octal | 40 | 145 | 232 | 117 | 42 | 0 | 50 | 316 | 102 | 44 |
| Binary | 100000 | 1100101 | 10011010 | 1001111 | 100010 | 0 | 101000 | 11001110 | 1000010 | 100100 |
Color Harmonies of #20659A
Complementary color
Monochromatic Colors of #20659A
Black with #20659A
Text Example
Text Example
White with #20659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20659A; }
p { color: rgb(32,101,154); }
H1.HeaderClassName
{
color: #20659A;
}
.AnyTagClassName
{
color: #20659A;
}
</style>
background-color css
<style>
a { background-color: #20659A; }
a { background-color: rgb(32,101,154); }
div.DivClassName
{
background-color: #20659A;
}
.BgClassName
{
background-color: #20659A;
}
</style>
border-color css
<style>
span { border-color: #20659A; }
span { border-color: rgb(32,101,154); }
td.TdClassName
{
border-color: #20659A;
}
.TagClassName
{
border-color: #20659A;
}
</style>