Shades of Lochmara #207AB5
Tints of Lochmara #207AB5
RGB
CMYK
RGB Variations
Color information
#207AB5 (or 0x207AB5) is known color: Lochmara. HEX triplet: 20, 7A and B5. RGB value is (32,122,181). Sum of RGB (Red+Green+Blue) = 32+122+181=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #207AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207AB5 is #DF854A. Grayscale: #656565. Windows color (decimal): -14648651 or 11893280. OLE color: 11893280.
HSL color Cylindrical-coordinate representation of color #207AB5: hue angle of 203.76º 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 #207AB5 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 122 | 181 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.29 |
| HSL | 203.76º | 0.7% | 0.42% | - |
| HSV(B) | 203.76º | 0.82% | 0.71% | - |
| XYZ | 15.9 | 17.56 | 46.27 | - |
| YUV | 101.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 181 | 0.82 | 0.33 | 0 | 0.29 | 203.76 | 0.7 | 0.42 |
| Hex | 20 | 7A | B5 | 52 | 21 | 0 | 1D | CC | 46 | 2A |
| Octal | 40 | 172 | 265 | 122 | 41 | 0 | 35 | 314 | 106 | 52 |
| Binary | 100000 | 1111010 | 10110101 | 1010010 | 100001 | 0 | 11101 | 11001100 | 1000110 | 101010 |
Color Harmonies of #207AB5
Complementary color
Monochromatic Colors of #207AB5
Black with #207AB5
Text Example
Text Example
White with #207AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AB5; }
p { color: rgb(32,122,181); }
H1.HeaderClassName
{
color: #207AB5;
}
.AnyTagClassName
{
color: #207AB5;
}
</style>
background-color css
<style>
a { background-color: #207AB5; }
a { background-color: rgb(32,122,181); }
div.DivClassName
{
background-color: #207AB5;
}
.BgClassName
{
background-color: #207AB5;
}
</style>
border-color css
<style>
span { border-color: #207AB5; }
span { border-color: rgb(32,122,181); }
td.TdClassName
{
border-color: #207AB5;
}
.TagClassName
{
border-color: #207AB5;
}
</style>