Shades of Lochmara #207CB0
Tints of Lochmara #207CB0
RGB
CMYK
RGB Variations
Color information
#207CB0 (or 0x207CB0) is known color: Lochmara. HEX triplet: 20, 7C and B0. RGB value is (32,124,176). Sum of RGB (Red+Green+Blue) = 32+124+176=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #207CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207CB0 is #DF834F. Grayscale: #666666. Windows color (decimal): -14648144 or 11566112. OLE color: 11566112.
HSL color Cylindrical-coordinate representation of color #207CB0: hue angle of 201.67º 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 #207CB0 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 124 | 176 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.31 |
| HSL | 201.67º | 0.69% | 0.41% | - |
| HSV(B) | 201.67º | 0.82% | 0.69% | - |
| XYZ | 15.64 | 17.86 | 43.7 | - |
| YUV | 102.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 176 | 0.82 | 0.30 | 0 | 0.31 | 201.67 | 0.69 | 0.41 |
| Hex | 20 | 7C | B0 | 52 | 1E | 0 | 1F | CA | 45 | 29 |
| Octal | 40 | 174 | 260 | 122 | 36 | 0 | 37 | 312 | 105 | 51 |
| Binary | 100000 | 1111100 | 10110000 | 1010010 | 11110 | 0 | 11111 | 11001010 | 1000101 | 101001 |
Color Harmonies of #207CB0
Complementary color
Monochromatic Colors of #207CB0
Black with #207CB0
Text Example
Text Example
White with #207CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CB0; }
p { color: rgb(32,124,176); }
H1.HeaderClassName
{
color: #207CB0;
}
.AnyTagClassName
{
color: #207CB0;
}
</style>
background-color css
<style>
a { background-color: #207CB0; }
a { background-color: rgb(32,124,176); }
div.DivClassName
{
background-color: #207CB0;
}
.BgClassName
{
background-color: #207CB0;
}
</style>
border-color css
<style>
span { border-color: #207CB0; }
span { border-color: rgb(32,124,176); }
td.TdClassName
{
border-color: #207CB0;
}
.TagClassName
{
border-color: #207CB0;
}
</style>