Shades of Lochmara #207AB2
Tints of Lochmara #207AB2
RGB
CMYK
RGB Variations
Color information
#207AB2 (or 0x207AB2) is known color: Lochmara. HEX triplet: 20, 7A and B2. RGB value is (32,122,178). Sum of RGB (Red+Green+Blue) = 32+122+178=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #207AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207AB2 is #DF854D. Grayscale: #656565. Windows color (decimal): -14648654 or 11696672. OLE color: 11696672.
HSL color Cylindrical-coordinate representation of color #207AB2: hue angle of 203.01º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207AB2 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 122 | 178 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.30 |
| HSL | 203.01º | 0.7% | 0.41% | - |
| HSV(B) | 203.01º | 0.82% | 0.7% | - |
| XYZ | 15.59 | 17.44 | 44.66 | - |
| YUV | 101.47 | 171.18 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 178 | 0.82 | 0.31 | 0 | 0.30 | 203.01 | 0.7 | 0.41 |
| Hex | 20 | 7A | B2 | 52 | 1F | 0 | 1E | CB | 46 | 29 |
| Octal | 40 | 172 | 262 | 122 | 37 | 0 | 36 | 313 | 106 | 51 |
| Binary | 100000 | 1111010 | 10110010 | 1010010 | 11111 | 0 | 11110 | 11001011 | 1000110 | 101001 |
Color Harmonies of #207AB2
Complementary color
Monochromatic Colors of #207AB2
Black with #207AB2
Text Example
Text Example
White with #207AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AB2; }
p { color: rgb(32,122,178); }
H1.HeaderClassName
{
color: #207AB2;
}
.AnyTagClassName
{
color: #207AB2;
}
</style>
background-color css
<style>
a { background-color: #207AB2; }
a { background-color: rgb(32,122,178); }
div.DivClassName
{
background-color: #207AB2;
}
.BgClassName
{
background-color: #207AB2;
}
</style>
border-color css
<style>
span { border-color: #207AB2; }
span { border-color: rgb(32,122,178); }
td.TdClassName
{
border-color: #207AB2;
}
.TagClassName
{
border-color: #207AB2;
}
</style>