Shades of Lochmara #2070AF
Tints of Lochmara #2070AF
RGB
CMYK
RGB Variations
Color information
#2070AF (or 0x2070AF) is known color: Lochmara. HEX triplet: 20, 70 and AF. RGB value is (32,112,175). Sum of RGB (Red+Green+Blue) = 32+112+175=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #2070AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2070AF is #DF8F50. Grayscale: #5E5E5E. Windows color (decimal): -14651217 or 11497504. OLE color: 11497504.
HSL color Cylindrical-coordinate representation of color #2070AF: hue angle of 206.43º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2070AF is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 112 | 175 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.31 |
| HSL | 206.43º | 0.69% | 0.41% | - |
| HSV(B) | 206.43º | 0.82% | 0.69% | - |
| XYZ | 14.13 | 14.99 | 42.71 | - |
| YUV | 95.26 | 173 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 175 | 0.82 | 0.36 | 0 | 0.31 | 206.43 | 0.69 | 0.41 |
| Hex | 20 | 70 | AF | 52 | 24 | 0 | 1F | CE | 45 | 29 |
| Octal | 40 | 160 | 257 | 122 | 44 | 0 | 37 | 316 | 105 | 51 |
| Binary | 100000 | 1110000 | 10101111 | 1010010 | 100100 | 0 | 11111 | 11001110 | 1000101 | 101001 |
Color Harmonies of #2070AF
Complementary color
Monochromatic Colors of #2070AF
Black with #2070AF
Text Example
Text Example
White with #2070AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070AF; }
p { color: rgb(32,112,175); }
H1.HeaderClassName
{
color: #2070AF;
}
.AnyTagClassName
{
color: #2070AF;
}
</style>
background-color css
<style>
a { background-color: #2070AF; }
a { background-color: rgb(32,112,175); }
div.DivClassName
{
background-color: #2070AF;
}
.BgClassName
{
background-color: #2070AF;
}
</style>
border-color css
<style>
span { border-color: #2070AF; }
span { border-color: rgb(32,112,175); }
td.TdClassName
{
border-color: #2070AF;
}
.TagClassName
{
border-color: #2070AF;
}
</style>