Shades of Lochmara #207CB1
Tints of Lochmara #207CB1
RGB
CMYK
RGB Variations
Color information
#207CB1 (or 0x207CB1) is known color: Lochmara. HEX triplet: 20, 7C and B1. RGB value is (32,124,177). Sum of RGB (Red+Green+Blue) = 32+124+177=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #207CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207CB1 is #DF834E. Grayscale: #666666. Windows color (decimal): -14648143 or 11631648. OLE color: 11631648.
HSL color Cylindrical-coordinate representation of color #207CB1: hue angle of 201.93º 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 #207CB1 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 124 | 177 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.31 |
| HSL | 201.93º | 0.69% | 0.41% | - |
| HSV(B) | 201.93º | 0.82% | 0.69% | - |
| XYZ | 15.74 | 17.9 | 44.22 | - |
| YUV | 102.53 | 170.02 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 177 | 0.82 | 0.30 | 0 | 0.31 | 201.93 | 0.69 | 0.41 |
| Hex | 20 | 7C | B1 | 52 | 1E | 0 | 1F | CA | 45 | 29 |
| Octal | 40 | 174 | 261 | 122 | 36 | 0 | 37 | 312 | 105 | 51 |
| Binary | 100000 | 1111100 | 10110001 | 1010010 | 11110 | 0 | 11111 | 11001010 | 1000101 | 101001 |
Color Harmonies of #207CB1
Complementary color
Monochromatic Colors of #207CB1
Black with #207CB1
Text Example
Text Example
White with #207CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CB1; }
p { color: rgb(32,124,177); }
H1.HeaderClassName
{
color: #207CB1;
}
.AnyTagClassName
{
color: #207CB1;
}
</style>
background-color css
<style>
a { background-color: #207CB1; }
a { background-color: rgb(32,124,177); }
div.DivClassName
{
background-color: #207CB1;
}
.BgClassName
{
background-color: #207CB1;
}
</style>
border-color css
<style>
span { border-color: #207CB1; }
span { border-color: rgb(32,124,177); }
td.TdClassName
{
border-color: #207CB1;
}
.TagClassName
{
border-color: #207CB1;
}
</style>