Shades of Lochmara #2063A9
Tints of Lochmara #2063A9
RGB
CMYK
RGB Variations
Color information
#2063A9 (or 0x2063A9) is known color: Lochmara. HEX triplet: 20, 63 and A9. RGB value is (32,99,169). Sum of RGB (Red+Green+Blue) = 32+99+169=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 169 (66.41% from 255 or 56.33% from 300); Max value from RGB is 169 - color contains mainly: blue. Hex color #2063A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2063A9 is #DF9C56. Grayscale: #565656. Windows color (decimal): -14654551 or 11100960. OLE color: 11100960.
HSL color Cylindrical-coordinate representation of color #2063A9: hue angle of 210.66º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2063A9 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 99 | 169 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.34 |
| HSL | 210.66º | 0.68% | 0.39% | - |
| HSV(B) | 210.66º | 0.81% | 0.66% | - |
| XYZ | 12.22 | 12.1 | 39.23 | - |
| YUV | 86.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 169 | 0.81 | 0.41 | 0 | 0.34 | 210.66 | 0.68 | 0.39 |
| Hex | 20 | 63 | A9 | 51 | 29 | 0 | 22 | D3 | 44 | 27 |
| Octal | 40 | 143 | 251 | 121 | 51 | 0 | 42 | 323 | 104 | 47 |
| Binary | 100000 | 1100011 | 10101001 | 1010001 | 101001 | 0 | 100010 | 11010011 | 1000100 | 100111 |
Color Harmonies of #2063A9
Complementary color
Monochromatic Colors of #2063A9
Black with #2063A9
Text Example
Text Example
White with #2063A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2063A9; }
p { color: rgb(32,99,169); }
H1.HeaderClassName
{
color: #2063A9;
}
.AnyTagClassName
{
color: #2063A9;
}
</style>
background-color css
<style>
a { background-color: #2063A9; }
a { background-color: rgb(32,99,169); }
div.DivClassName
{
background-color: #2063A9;
}
.BgClassName
{
background-color: #2063A9;
}
</style>
border-color css
<style>
span { border-color: #2063A9; }
span { border-color: rgb(32,99,169); }
td.TdClassName
{
border-color: #2063A9;
}
.TagClassName
{
border-color: #2063A9;
}
</style>