Shades of Lochmara #207DAA
Tints of Lochmara #207DAA
RGB
CMYK
RGB Variations
Color information
#207DAA (or 0x207DAA) is known color: Lochmara. HEX triplet: 20, 7D and AA. RGB value is (32,125,170). Sum of RGB (Red+Green+Blue) = 32+125+170=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #207DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207DAA is #DF8255. Grayscale: #666666. Windows color (decimal): -14647894 or 11173152. OLE color: 11173152.
HSL color Cylindrical-coordinate representation of color #207DAA: hue angle of 199.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #207DAA is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 125 | 170 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.33 |
| HSL | 199.57º | 0.68% | 0.4% | - |
| HSV(B) | 199.57º | 0.81% | 0.67% | - |
| XYZ | 15.18 | 17.88 | 40.68 | - |
| YUV | 102.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 170 | 0.81 | 0.26 | 0 | 0.33 | 199.57 | 0.68 | 0.4 |
| Hex | 20 | 7D | AA | 51 | 1A | 0 | 21 | C8 | 44 | 28 |
| Octal | 40 | 175 | 252 | 121 | 32 | 0 | 41 | 310 | 104 | 50 |
| Binary | 100000 | 1111101 | 10101010 | 1010001 | 11010 | 0 | 100001 | 11001000 | 1000100 | 101000 |
Color Harmonies of #207DAA
Complementary color
Monochromatic Colors of #207DAA
Black with #207DAA
Text Example
Text Example
White with #207DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DAA; }
p { color: rgb(32,125,170); }
H1.HeaderClassName
{
color: #207DAA;
}
.AnyTagClassName
{
color: #207DAA;
}
</style>
background-color css
<style>
a { background-color: #207DAA; }
a { background-color: rgb(32,125,170); }
div.DivClassName
{
background-color: #207DAA;
}
.BgClassName
{
background-color: #207DAA;
}
</style>
border-color css
<style>
span { border-color: #207DAA; }
span { border-color: rgb(32,125,170); }
td.TdClassName
{
border-color: #207DAA;
}
.TagClassName
{
border-color: #207DAA;
}
</style>