Shades of Lochmara #2067AB
Tints of Lochmara #2067AB
RGB
CMYK
RGB Variations
Color information
#2067AB (or 0x2067AB) is known color: Lochmara. HEX triplet: 20, 67 and AB. RGB value is (32,103,171). Sum of RGB (Red+Green+Blue) = 32+103+171=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #2067AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2067AB is #DF9854. Grayscale: #595959. Windows color (decimal): -14653525 or 11233056. OLE color: 11233056.
HSL color Cylindrical-coordinate representation of color #2067AB: hue angle of 209.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2067AB is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 103 | 171 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.33 |
| HSL | 209.35º | 0.68% | 0.4% | - |
| HSV(B) | 209.35º | 0.81% | 0.67% | - |
| XYZ | 12.8 | 12.95 | 40.35 | - |
| YUV | 89.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 171 | 0.81 | 0.40 | 0 | 0.33 | 209.35 | 0.68 | 0.4 |
| Hex | 20 | 67 | AB | 51 | 28 | 0 | 21 | D1 | 44 | 28 |
| Octal | 40 | 147 | 253 | 121 | 50 | 0 | 41 | 321 | 104 | 50 |
| Binary | 100000 | 1100111 | 10101011 | 1010001 | 101000 | 0 | 100001 | 11010001 | 1000100 | 101000 |
Color Harmonies of #2067AB
Complementary color
Monochromatic Colors of #2067AB
Black with #2067AB
Text Example
Text Example
White with #2067AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2067AB; }
p { color: rgb(32,103,171); }
H1.HeaderClassName
{
color: #2067AB;
}
.AnyTagClassName
{
color: #2067AB;
}
</style>
background-color css
<style>
a { background-color: #2067AB; }
a { background-color: rgb(32,103,171); }
div.DivClassName
{
background-color: #2067AB;
}
.BgClassName
{
background-color: #2067AB;
}
</style>
border-color css
<style>
span { border-color: #2067AB; }
span { border-color: rgb(32,103,171); }
td.TdClassName
{
border-color: #2067AB;
}
.TagClassName
{
border-color: #2067AB;
}
</style>