Shades of Lochmara #1E679D
Tints of Lochmara #1E679D
RGB
CMYK
RGB Variations
Color information
#1E679D (or 0x1E679D) is known color: Lochmara. HEX triplet: 1E, 67 and 9D. RGB value is (30,103,157). Sum of RGB (Red+Green+Blue) = 30+103+157=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E679D is #E19862. Grayscale: #575757. Windows color (decimal): -14784611 or 10315550. OLE color: 10315550.
HSL color Cylindrical-coordinate representation of color #1E679D: hue angle of 205.51º 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 #1E679D is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 103 | 157 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.38 |
| HSL | 205.51º | 0.68% | 0.37% | - |
| HSV(B) | 205.51º | 0.81% | 0.62% | - |
| XYZ | 11.47 | 12.41 | 33.69 | - |
| YUV | 87.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 157 | 0.81 | 0.34 | 0 | 0.38 | 205.51 | 0.68 | 0.37 |
| Hex | 1E | 67 | 9D | 51 | 22 | 0 | 26 | CE | 44 | 25 |
| Octal | 36 | 147 | 235 | 121 | 42 | 0 | 46 | 316 | 104 | 45 |
| Binary | 11110 | 1100111 | 10011101 | 1010001 | 100010 | 0 | 100110 | 11001110 | 1000100 | 100101 |
Color Harmonies of #1E679D
Complementary color
Monochromatic Colors of #1E679D
Black with #1E679D
Text Example
Text Example
White with #1E679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E679D; }
p { color: rgb(30,103,157); }
H1.HeaderClassName
{
color: #1E679D;
}
.AnyTagClassName
{
color: #1E679D;
}
</style>
background-color css
<style>
a { background-color: #1E679D; }
a { background-color: rgb(30,103,157); }
div.DivClassName
{
background-color: #1E679D;
}
.BgClassName
{
background-color: #1E679D;
}
</style>
border-color css
<style>
span { border-color: #1E679D; }
span { border-color: rgb(30,103,157); }
td.TdClassName
{
border-color: #1E679D;
}
.TagClassName
{
border-color: #1E679D;
}
</style>