Shades of Lochmara #207BAD
Tints of Lochmara #207BAD
RGB
CMYK
RGB Variations
Color information
#207BAD (or 0x207BAD) is known color: Lochmara. HEX triplet: 20, 7B and AD. RGB value is (32,123,173). Sum of RGB (Red+Green+Blue) = 32+123+173=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #207BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207BAD is #DF8452. Grayscale: #656565. Windows color (decimal): -14648403 or 11369248. OLE color: 11369248.
HSL color Cylindrical-coordinate representation of color #207BAD: hue angle of 201.28º 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 #207BAD is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 123 | 173 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.32 |
| HSL | 201.28º | 0.69% | 0.4% | - |
| HSV(B) | 201.28º | 0.82% | 0.68% | - |
| XYZ | 15.22 | 17.49 | 42.11 | - |
| YUV | 101.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 173 | 0.82 | 0.29 | 0 | 0.32 | 201.28 | 0.69 | 0.4 |
| Hex | 20 | 7B | AD | 52 | 1D | 0 | 20 | C9 | 45 | 28 |
| Octal | 40 | 173 | 255 | 122 | 35 | 0 | 40 | 311 | 105 | 50 |
| Binary | 100000 | 1111011 | 10101101 | 1010010 | 11101 | 0 | 100000 | 11001001 | 1000101 | 101000 |
Color Harmonies of #207BAD
Complementary color
Monochromatic Colors of #207BAD
Black with #207BAD
Text Example
Text Example
White with #207BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BAD; }
p { color: rgb(32,123,173); }
H1.HeaderClassName
{
color: #207BAD;
}
.AnyTagClassName
{
color: #207BAD;
}
</style>
background-color css
<style>
a { background-color: #207BAD; }
a { background-color: rgb(32,123,173); }
div.DivClassName
{
background-color: #207BAD;
}
.BgClassName
{
background-color: #207BAD;
}
</style>
border-color css
<style>
span { border-color: #207BAD; }
span { border-color: rgb(32,123,173); }
td.TdClassName
{
border-color: #207BAD;
}
.TagClassName
{
border-color: #207BAD;
}
</style>