Shades of Lochmara #2079B6
Tints of Lochmara #2079B6
RGB
CMYK
RGB Variations
Color information
#2079B6 (or 0x2079B6) is known color: Lochmara. HEX triplet: 20, 79 and B6. RGB value is (32,121,182). Sum of RGB (Red+Green+Blue) = 32+121+182=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #2079B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079B6 is #DF8649. Grayscale: #656565. Windows color (decimal): -14648906 or 11958560. OLE color: 11958560.
HSL color Cylindrical-coordinate representation of color #2079B6: hue angle of 204.4º 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 #2079B6 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 121 | 182 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.29 |
| HSL | 204.4º | 0.7% | 0.42% | - |
| HSV(B) | 204.4º | 0.82% | 0.71% | - |
| XYZ | 15.88 | 17.36 | 46.77 | - |
| YUV | 101.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 182 | 0.82 | 0.34 | 0 | 0.29 | 204.4 | 0.7 | 0.42 |
| Hex | 20 | 79 | B6 | 52 | 22 | 0 | 1D | CC | 46 | 2A |
| Octal | 40 | 171 | 266 | 122 | 42 | 0 | 35 | 314 | 106 | 52 |
| Binary | 100000 | 1111001 | 10110110 | 1010010 | 100010 | 0 | 11101 | 11001100 | 1000110 | 101010 |
Color Harmonies of #2079B6
Complementary color
Monochromatic Colors of #2079B6
Black with #2079B6
Text Example
Text Example
White with #2079B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079B6; }
p { color: rgb(32,121,182); }
H1.HeaderClassName
{
color: #2079B6;
}
.AnyTagClassName
{
color: #2079B6;
}
</style>
background-color css
<style>
a { background-color: #2079B6; }
a { background-color: rgb(32,121,182); }
div.DivClassName
{
background-color: #2079B6;
}
.BgClassName
{
background-color: #2079B6;
}
</style>
border-color css
<style>
span { border-color: #2079B6; }
span { border-color: rgb(32,121,182); }
td.TdClassName
{
border-color: #2079B6;
}
.TagClassName
{
border-color: #2079B6;
}
</style>