Shades of Lochmara #2069AD
Tints of Lochmara #2069AD
RGB
CMYK
RGB Variations
Color information
#2069AD (or 0x2069AD) is known color: Lochmara. HEX triplet: 20, 69 and AD. RGB value is (32,105,173). Sum of RGB (Red+Green+Blue) = 32+105+173=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #2069AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2069AD is #DF9652. Grayscale: #5A5A5A. Windows color (decimal): -14653011 or 11364640. OLE color: 11364640.
HSL color Cylindrical-coordinate representation of color #2069AD: hue angle of 208.94º 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 #2069AD is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 105 | 173 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.32 |
| HSL | 208.94º | 0.69% | 0.4% | - |
| HSV(B) | 208.94º | 0.82% | 0.68% | - |
| XYZ | 13.19 | 13.43 | 41.43 | - |
| YUV | 90.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 173 | 0.82 | 0.39 | 0 | 0.32 | 208.94 | 0.69 | 0.4 |
| Hex | 20 | 69 | AD | 52 | 27 | 0 | 20 | D1 | 45 | 28 |
| Octal | 40 | 151 | 255 | 122 | 47 | 0 | 40 | 321 | 105 | 50 |
| Binary | 100000 | 1101001 | 10101101 | 1010010 | 100111 | 0 | 100000 | 11010001 | 1000101 | 101000 |
Color Harmonies of #2069AD
Complementary color
Monochromatic Colors of #2069AD
Black with #2069AD
Text Example
Text Example
White with #2069AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2069AD; }
p { color: rgb(32,105,173); }
H1.HeaderClassName
{
color: #2069AD;
}
.AnyTagClassName
{
color: #2069AD;
}
</style>
background-color css
<style>
a { background-color: #2069AD; }
a { background-color: rgb(32,105,173); }
div.DivClassName
{
background-color: #2069AD;
}
.BgClassName
{
background-color: #2069AD;
}
</style>
border-color css
<style>
span { border-color: #2069AD; }
span { border-color: rgb(32,105,173); }
td.TdClassName
{
border-color: #2069AD;
}
.TagClassName
{
border-color: #2069AD;
}
</style>