Shades of Lochmara #2077AD
Tints of Lochmara #2077AD
RGB
CMYK
RGB Variations
Color information
#2077AD (or 0x2077AD) is known color: Lochmara. HEX triplet: 20, 77 and AD. RGB value is (32,119,173). Sum of RGB (Red+Green+Blue) = 32+119+173=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #2077AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2077AD is #DF8852. Grayscale: #626262. Windows color (decimal): -14649427 or 11368224. OLE color: 11368224.
HSL color Cylindrical-coordinate representation of color #2077AD: hue angle of 202.98º 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 #2077AD is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 119 | 173 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.32 |
| HSL | 202.98º | 0.69% | 0.4% | - |
| HSV(B) | 202.98º | 0.82% | 0.68% | - |
| XYZ | 14.74 | 16.52 | 41.95 | - |
| YUV | 99.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 173 | 0.82 | 0.31 | 0 | 0.32 | 202.98 | 0.69 | 0.4 |
| Hex | 20 | 77 | AD | 52 | 1F | 0 | 20 | CB | 45 | 28 |
| Octal | 40 | 167 | 255 | 122 | 37 | 0 | 40 | 313 | 105 | 50 |
| Binary | 100000 | 1110111 | 10101101 | 1010010 | 11111 | 0 | 100000 | 11001011 | 1000101 | 101000 |
Color Harmonies of #2077AD
Complementary color
Monochromatic Colors of #2077AD
Black with #2077AD
Text Example
Text Example
White with #2077AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077AD; }
p { color: rgb(32,119,173); }
H1.HeaderClassName
{
color: #2077AD;
}
.AnyTagClassName
{
color: #2077AD;
}
</style>
background-color css
<style>
a { background-color: #2077AD; }
a { background-color: rgb(32,119,173); }
div.DivClassName
{
background-color: #2077AD;
}
.BgClassName
{
background-color: #2077AD;
}
</style>
border-color css
<style>
span { border-color: #2077AD; }
span { border-color: rgb(32,119,173); }
td.TdClassName
{
border-color: #2077AD;
}
.TagClassName
{
border-color: #2077AD;
}
</style>