Shades of Lochmara #207AB4
Tints of Lochmara #207AB4
RGB
CMYK
RGB Variations
Color information
#207AB4 (or 0x207AB4) is known color: Lochmara. HEX triplet: 20, 7A and B4. RGB value is (32,122,180). Sum of RGB (Red+Green+Blue) = 32+122+180=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #207AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207AB4 is #DF854B. Grayscale: #656565. Windows color (decimal): -14648652 or 11827744. OLE color: 11827744.
HSL color Cylindrical-coordinate representation of color #207AB4: hue angle of 203.51º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207AB4 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 122 | 180 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.29 |
| HSL | 203.51º | 0.7% | 0.42% | - |
| HSV(B) | 203.51º | 0.82% | 0.71% | - |
| XYZ | 15.79 | 17.52 | 45.73 | - |
| YUV | 101.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 180 | 0.82 | 0.32 | 0 | 0.29 | 203.51 | 0.7 | 0.42 |
| Hex | 20 | 7A | B4 | 52 | 20 | 0 | 1D | CC | 46 | 2A |
| Octal | 40 | 172 | 264 | 122 | 40 | 0 | 35 | 314 | 106 | 52 |
| Binary | 100000 | 1111010 | 10110100 | 1010010 | 100000 | 0 | 11101 | 11001100 | 1000110 | 101010 |
Color Harmonies of #207AB4
Complementary color
Monochromatic Colors of #207AB4
Black with #207AB4
Text Example
Text Example
White with #207AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AB4; }
p { color: rgb(32,122,180); }
H1.HeaderClassName
{
color: #207AB4;
}
.AnyTagClassName
{
color: #207AB4;
}
</style>
background-color css
<style>
a { background-color: #207AB4; }
a { background-color: rgb(32,122,180); }
div.DivClassName
{
background-color: #207AB4;
}
.BgClassName
{
background-color: #207AB4;
}
</style>
border-color css
<style>
span { border-color: #207AB4; }
span { border-color: rgb(32,122,180); }
td.TdClassName
{
border-color: #207AB4;
}
.TagClassName
{
border-color: #207AB4;
}
</style>