Shades of Lochmara #2072AD
Tints of Lochmara #2072AD
RGB
CMYK
RGB Variations
Color information
#2072AD (or 0x2072AD) is known color: Lochmara. HEX triplet: 20, 72 and AD. RGB value is (32,114,173). Sum of RGB (Red+Green+Blue) = 32+114+173=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #2072AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2072AD is #DF8D52. Grayscale: #5F5F5F. Windows color (decimal): -14650707 or 11366944. OLE color: 11366944.
HSL color Cylindrical-coordinate representation of color #2072AD: hue angle of 205.11º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2072AD is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 114 | 173 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.32 |
| HSL | 205.11º | 0.69% | 0.4% | - |
| HSV(B) | 205.11º | 0.82% | 0.68% | - |
| XYZ | 14.16 | 15.36 | 41.75 | - |
| YUV | 96.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 173 | 0.82 | 0.34 | 0 | 0.32 | 205.11 | 0.69 | 0.4 |
| Hex | 20 | 72 | AD | 52 | 22 | 0 | 20 | CD | 45 | 28 |
| Octal | 40 | 162 | 255 | 122 | 42 | 0 | 40 | 315 | 105 | 50 |
| Binary | 100000 | 1110010 | 10101101 | 1010010 | 100010 | 0 | 100000 | 11001101 | 1000101 | 101000 |
Color Harmonies of #2072AD
Complementary color
Monochromatic Colors of #2072AD
Black with #2072AD
Text Example
Text Example
White with #2072AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2072AD; }
p { color: rgb(32,114,173); }
H1.HeaderClassName
{
color: #2072AD;
}
.AnyTagClassName
{
color: #2072AD;
}
</style>
background-color css
<style>
a { background-color: #2072AD; }
a { background-color: rgb(32,114,173); }
div.DivClassName
{
background-color: #2072AD;
}
.BgClassName
{
background-color: #2072AD;
}
</style>
border-color css
<style>
span { border-color: #2072AD; }
span { border-color: rgb(32,114,173); }
td.TdClassName
{
border-color: #2072AD;
}
.TagClassName
{
border-color: #2072AD;
}
</style>