Shades of Lochmara #207BAE
Tints of Lochmara #207BAE
RGB
CMYK
RGB Variations
Color information
#207BAE (or 0x207BAE) is known color: Lochmara. HEX triplet: 20, 7B and AE. RGB value is (32,123,174). Sum of RGB (Red+Green+Blue) = 32+123+174=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #207BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207BAE is #DF8451. Grayscale: #656565. Windows color (decimal): -14648402 or 11434784. OLE color: 11434784.
HSL color Cylindrical-coordinate representation of color #207BAE: hue angle of 201.55º 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 #207BAE is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 123 | 174 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.32 |
| HSL | 201.55º | 0.69% | 0.4% | - |
| HSV(B) | 201.55º | 0.82% | 0.68% | - |
| XYZ | 15.32 | 17.53 | 42.62 | - |
| YUV | 101.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 174 | 0.82 | 0.29 | 0 | 0.32 | 201.55 | 0.69 | 0.4 |
| Hex | 20 | 7B | AE | 52 | 1D | 0 | 20 | CA | 45 | 28 |
| Octal | 40 | 173 | 256 | 122 | 35 | 0 | 40 | 312 | 105 | 50 |
| Binary | 100000 | 1111011 | 10101110 | 1010010 | 11101 | 0 | 100000 | 11001010 | 1000101 | 101000 |
Color Harmonies of #207BAE
Complementary color
Monochromatic Colors of #207BAE
Black with #207BAE
Text Example
Text Example
White with #207BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BAE; }
p { color: rgb(32,123,174); }
H1.HeaderClassName
{
color: #207BAE;
}
.AnyTagClassName
{
color: #207BAE;
}
</style>
background-color css
<style>
a { background-color: #207BAE; }
a { background-color: rgb(32,123,174); }
div.DivClassName
{
background-color: #207BAE;
}
.BgClassName
{
background-color: #207BAE;
}
</style>
border-color css
<style>
span { border-color: #207BAE; }
span { border-color: rgb(32,123,174); }
td.TdClassName
{
border-color: #207BAE;
}
.TagClassName
{
border-color: #207BAE;
}
</style>