Shades of Lochmara #2068AB
Tints of Lochmara #2068AB
RGB
CMYK
RGB Variations
Color information
#2068AB (or 0x2068AB) is known color: Lochmara. HEX triplet: 20, 68 and AB. RGB value is (32,104,171). Sum of RGB (Red+Green+Blue) = 32+104+171=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #2068AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2068AB is #DF9754. Grayscale: #595959. Windows color (decimal): -14653269 or 11233312. OLE color: 11233312.
HSL color Cylindrical-coordinate representation of color #2068AB: hue angle of 208.92º 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 #2068AB is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 104 | 171 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.33 |
| HSL | 208.92º | 0.68% | 0.4% | - |
| HSV(B) | 208.92º | 0.81% | 0.67% | - |
| XYZ | 12.9 | 13.15 | 40.39 | - |
| YUV | 90.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 171 | 0.81 | 0.39 | 0 | 0.33 | 208.92 | 0.68 | 0.4 |
| Hex | 20 | 68 | AB | 51 | 27 | 0 | 21 | D1 | 44 | 28 |
| Octal | 40 | 150 | 253 | 121 | 47 | 0 | 41 | 321 | 104 | 50 |
| Binary | 100000 | 1101000 | 10101011 | 1010001 | 100111 | 0 | 100001 | 11010001 | 1000100 | 101000 |
Color Harmonies of #2068AB
Complementary color
Monochromatic Colors of #2068AB
Black with #2068AB
Text Example
Text Example
White with #2068AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068AB; }
p { color: rgb(32,104,171); }
H1.HeaderClassName
{
color: #2068AB;
}
.AnyTagClassName
{
color: #2068AB;
}
</style>
background-color css
<style>
a { background-color: #2068AB; }
a { background-color: rgb(32,104,171); }
div.DivClassName
{
background-color: #2068AB;
}
.BgClassName
{
background-color: #2068AB;
}
</style>
border-color css
<style>
span { border-color: #2068AB; }
span { border-color: rgb(32,104,171); }
td.TdClassName
{
border-color: #2068AB;
}
.TagClassName
{
border-color: #2068AB;
}
</style>