Shades of Lochmara #1E719D
Tints of Lochmara #1E719D
RGB
CMYK
RGB Variations
Color information
#1E719D (or 0x1E719D) is known color: Lochmara. HEX triplet: 1E, 71 and 9D. RGB value is (30,113,157). Sum of RGB (Red+Green+Blue) = 30+113+157=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E719D is #E18E62. Grayscale: #5C5C5C. Windows color (decimal): -14782051 or 10318110. OLE color: 10318110.
HSL color Cylindrical-coordinate representation of color #1E719D: hue angle of 200.79º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E719D is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 113 | 157 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.38 |
| HSL | 200.79º | 0.68% | 0.37% | - |
| HSV(B) | 200.79º | 0.81% | 0.62% | - |
| XYZ | 12.53 | 14.52 | 34.04 | - |
| YUV | 93.2 | 164 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 157 | 0.81 | 0.28 | 0 | 0.38 | 200.79 | 0.68 | 0.37 |
| Hex | 1E | 71 | 9D | 51 | 1C | 0 | 26 | C9 | 44 | 25 |
| Octal | 36 | 161 | 235 | 121 | 34 | 0 | 46 | 311 | 104 | 45 |
| Binary | 11110 | 1110001 | 10011101 | 1010001 | 11100 | 0 | 100110 | 11001001 | 1000100 | 100101 |
Color Harmonies of #1E719D
Complementary color
Monochromatic Colors of #1E719D
Black with #1E719D
Text Example
Text Example
White with #1E719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E719D; }
p { color: rgb(30,113,157); }
H1.HeaderClassName
{
color: #1E719D;
}
.AnyTagClassName
{
color: #1E719D;
}
</style>
background-color css
<style>
a { background-color: #1E719D; }
a { background-color: rgb(30,113,157); }
div.DivClassName
{
background-color: #1E719D;
}
.BgClassName
{
background-color: #1E719D;
}
</style>
border-color css
<style>
span { border-color: #1E719D; }
span { border-color: rgb(30,113,157); }
td.TdClassName
{
border-color: #1E719D;
}
.TagClassName
{
border-color: #1E719D;
}
</style>