Shades of Lochmara #207AAC
Tints of Lochmara #207AAC
RGB
CMYK
RGB Variations
Color information
#207AAC (or 0x207AAC) is known color: Lochmara. HEX triplet: 20, 7A and AC. RGB value is (32,122,172). Sum of RGB (Red+Green+Blue) = 32+122+172=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #207AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207AAC is #DF8553. Grayscale: #646464. Windows color (decimal): -14648660 or 11303456. OLE color: 11303456.
HSL color Cylindrical-coordinate representation of color #207AAC: hue angle of 201.43º degrees, saturation: 0.69, 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 #207AAC is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 122 | 172 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.33 |
| HSL | 201.43º | 0.69% | 0.4% | - |
| HSV(B) | 201.43º | 0.81% | 0.67% | - |
| XYZ | 15 | 17.2 | 41.56 | - |
| YUV | 100.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 172 | 0.81 | 0.29 | 0 | 0.33 | 201.43 | 0.69 | 0.4 |
| Hex | 20 | 7A | AC | 51 | 1D | 0 | 21 | C9 | 45 | 28 |
| Octal | 40 | 172 | 254 | 121 | 35 | 0 | 41 | 311 | 105 | 50 |
| Binary | 100000 | 1111010 | 10101100 | 1010001 | 11101 | 0 | 100001 | 11001001 | 1000101 | 101000 |
Color Harmonies of #207AAC
Complementary color
Monochromatic Colors of #207AAC
Black with #207AAC
Text Example
Text Example
White with #207AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AAC; }
p { color: rgb(32,122,172); }
H1.HeaderClassName
{
color: #207AAC;
}
.AnyTagClassName
{
color: #207AAC;
}
</style>
background-color css
<style>
a { background-color: #207AAC; }
a { background-color: rgb(32,122,172); }
div.DivClassName
{
background-color: #207AAC;
}
.BgClassName
{
background-color: #207AAC;
}
</style>
border-color css
<style>
span { border-color: #207AAC; }
span { border-color: rgb(32,122,172); }
td.TdClassName
{
border-color: #207AAC;
}
.TagClassName
{
border-color: #207AAC;
}
</style>