Shades of Lochmara #207BAF
Tints of Lochmara #207BAF
RGB
CMYK
RGB Variations
Color information
#207BAF (or 0x207BAF) is known color: Lochmara. HEX triplet: 20, 7B and AF. RGB value is (32,123,175). Sum of RGB (Red+Green+Blue) = 32+123+175=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #207BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207BAF is #DF8450. Grayscale: #656565. Windows color (decimal): -14648401 or 11500320. OLE color: 11500320.
HSL color Cylindrical-coordinate representation of color #207BAF: hue angle of 201.82º 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 #207BAF is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 123 | 175 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.31 |
| HSL | 201.82º | 0.69% | 0.41% | - |
| HSV(B) | 201.82º | 0.82% | 0.69% | - |
| XYZ | 15.42 | 17.57 | 43.14 | - |
| YUV | 101.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 175 | 0.82 | 0.30 | 0 | 0.31 | 201.82 | 0.69 | 0.41 |
| Hex | 20 | 7B | AF | 52 | 1E | 0 | 1F | CA | 45 | 29 |
| Octal | 40 | 173 | 257 | 122 | 36 | 0 | 37 | 312 | 105 | 51 |
| Binary | 100000 | 1111011 | 10101111 | 1010010 | 11110 | 0 | 11111 | 11001010 | 1000101 | 101001 |
Color Harmonies of #207BAF
Complementary color
Monochromatic Colors of #207BAF
Black with #207BAF
Text Example
Text Example
White with #207BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BAF; }
p { color: rgb(32,123,175); }
H1.HeaderClassName
{
color: #207BAF;
}
.AnyTagClassName
{
color: #207BAF;
}
</style>
background-color css
<style>
a { background-color: #207BAF; }
a { background-color: rgb(32,123,175); }
div.DivClassName
{
background-color: #207BAF;
}
.BgClassName
{
background-color: #207BAF;
}
</style>
border-color css
<style>
span { border-color: #207BAF; }
span { border-color: rgb(32,123,175); }
td.TdClassName
{
border-color: #207BAF;
}
.TagClassName
{
border-color: #207BAF;
}
</style>