Shades of Lochmara #1E6895
Tints of Lochmara #1E6895
RGB
CMYK
RGB Variations
Color information
#1E6895 (or 0x1E6895) is known color: Lochmara. HEX triplet: 1E, 68 and 95. RGB value is (30,104,149). Sum of RGB (Red+Green+Blue) = 30+104+149=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E6895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6895 is #E1976A. Grayscale: #565656. Windows color (decimal): -14784363 or 9791518. OLE color: 9791518.
HSL color Cylindrical-coordinate representation of color #1E6895: hue angle of 202.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E6895 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 104 | 149 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.42 |
| HSL | 202.69º | 0.66% | 0.35% | - |
| HSV(B) | 202.69º | 0.8% | 0.58% | - |
| XYZ | 10.91 | 12.35 | 30.24 | - |
| YUV | 87 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 149 | 0.80 | 0.30 | 0 | 0.42 | 202.69 | 0.66 | 0.35 |
| Hex | 1E | 68 | 95 | 50 | 1E | 0 | 2A | CB | 42 | 23 |
| Octal | 36 | 150 | 225 | 120 | 36 | 0 | 52 | 313 | 102 | 43 |
| Binary | 11110 | 1101000 | 10010101 | 1010000 | 11110 | 0 | 101010 | 11001011 | 1000010 | 100011 |
Color Harmonies of #1E6895
Complementary color
Monochromatic Colors of #1E6895
Black with #1E6895
Text Example
Text Example
White with #1E6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6895; }
p { color: rgb(30,104,149); }
H1.HeaderClassName
{
color: #1E6895;
}
.AnyTagClassName
{
color: #1E6895;
}
</style>
background-color css
<style>
a { background-color: #1E6895; }
a { background-color: rgb(30,104,149); }
div.DivClassName
{
background-color: #1E6895;
}
.BgClassName
{
background-color: #1E6895;
}
</style>
border-color css
<style>
span { border-color: #1E6895; }
span { border-color: rgb(30,104,149); }
td.TdClassName
{
border-color: #1E6895;
}
.TagClassName
{
border-color: #1E6895;
}
</style>