Shades of Lochmara #1E7BAC
Tints of Lochmara #1E7BAC
RGB
CMYK
RGB Variations
Color information
#1E7BAC (or 0x1E7BAC) is known color: Lochmara. HEX triplet: 1E, 7B and AC. RGB value is (30,123,172). Sum of RGB (Red+Green+Blue) = 30+123+172=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E7BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7BAC is #E18453. Grayscale: #646464. Windows color (decimal): -14779476 or 11303710. OLE color: 11303710.
HSL color Cylindrical-coordinate representation of color #1E7BAC: hue angle of 200.7º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E7BAC is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 123 | 172 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.33 |
| HSL | 200.7º | 0.7% | 0.4% | - |
| HSV(B) | 200.7º | 0.83% | 0.67% | - |
| XYZ | 15.06 | 17.42 | 41.6 | - |
| YUV | 100.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 172 | 0.83 | 0.28 | 0 | 0.33 | 200.7 | 0.7 | 0.4 |
| Hex | 1E | 7B | AC | 53 | 1C | 0 | 21 | C9 | 46 | 28 |
| Octal | 36 | 173 | 254 | 123 | 34 | 0 | 41 | 311 | 106 | 50 |
| Binary | 11110 | 1111011 | 10101100 | 1010011 | 11100 | 0 | 100001 | 11001001 | 1000110 | 101000 |
Color Harmonies of #1E7BAC
Complementary color
Monochromatic Colors of #1E7BAC
Black with #1E7BAC
Text Example
Text Example
White with #1E7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7BAC; }
p { color: rgb(30,123,172); }
H1.HeaderClassName
{
color: #1E7BAC;
}
.AnyTagClassName
{
color: #1E7BAC;
}
</style>
background-color css
<style>
a { background-color: #1E7BAC; }
a { background-color: rgb(30,123,172); }
div.DivClassName
{
background-color: #1E7BAC;
}
.BgClassName
{
background-color: #1E7BAC;
}
</style>
border-color css
<style>
span { border-color: #1E7BAC; }
span { border-color: rgb(30,123,172); }
td.TdClassName
{
border-color: #1E7BAC;
}
.TagClassName
{
border-color: #1E7BAC;
}
</style>