Shades of Lochmara #207996
Tints of Lochmara #207996
RGB
CMYK
RGB Variations
Color information
#207996 (or 0x207996) is known color: Lochmara. HEX triplet: 20, 79 and 96. RGB value is (32,121,150). Sum of RGB (Red+Green+Blue) = 32+121+150=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #207996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207996 is #DF8669. Grayscale: #616161. Windows color (decimal): -14648938 or 9861408. OLE color: 9861408.
HSL color Cylindrical-coordinate representation of color #207996: hue angle of 194.75º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207996 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 121 | 150 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.41 |
| HSL | 194.75º | 0.65% | 0.36% | - |
| HSV(B) | 194.75º | 0.79% | 0.59% | - |
| XYZ | 12.94 | 16.18 | 31.3 | - |
| YUV | 97.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 150 | 0.79 | 0.19 | 0 | 0.41 | 194.75 | 0.65 | 0.36 |
| Hex | 20 | 79 | 96 | 4F | 13 | 0 | 29 | C3 | 41 | 24 |
| Octal | 40 | 171 | 226 | 117 | 23 | 0 | 51 | 303 | 101 | 44 |
| Binary | 100000 | 1111001 | 10010110 | 1001111 | 10011 | 0 | 101001 | 11000011 | 1000001 | 100100 |
Color Harmonies of #207996
Complementary color
Monochromatic Colors of #207996
Black with #207996
Text Example
Text Example
White with #207996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207996; }
p { color: rgb(32,121,150); }
H1.HeaderClassName
{
color: #207996;
}
.AnyTagClassName
{
color: #207996;
}
</style>
background-color css
<style>
a { background-color: #207996; }
a { background-color: rgb(32,121,150); }
div.DivClassName
{
background-color: #207996;
}
.BgClassName
{
background-color: #207996;
}
</style>
border-color css
<style>
span { border-color: #207996; }
span { border-color: rgb(32,121,150); }
td.TdClassName
{
border-color: #207996;
}
.TagClassName
{
border-color: #207996;
}
</style>