Shades of Lochmara #1E739E
Tints of Lochmara #1E739E
RGB
CMYK
RGB Variations
Color information
#1E739E (or 0x1E739E) is known color: Lochmara. HEX triplet: 1E, 73 and 9E. RGB value is (30,115,158). Sum of RGB (Red+Green+Blue) = 30+115+158=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E739E is #E18C61. Grayscale: #5E5E5E. Windows color (decimal): -14781538 or 10384158. OLE color: 10384158.
HSL color Cylindrical-coordinate representation of color #1E739E: hue angle of 200.16º 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 #1E739E is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 115 | 158 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.38 |
| HSL | 200.16º | 0.68% | 0.37% | - |
| HSV(B) | 200.16º | 0.81% | 0.62% | - |
| XYZ | 12.84 | 15.01 | 34.57 | - |
| YUV | 94.49 | 163.84 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 158 | 0.81 | 0.27 | 0 | 0.38 | 200.16 | 0.68 | 0.37 |
| Hex | 1E | 73 | 9E | 51 | 1B | 0 | 26 | C8 | 44 | 25 |
| Octal | 36 | 163 | 236 | 121 | 33 | 0 | 46 | 310 | 104 | 45 |
| Binary | 11110 | 1110011 | 10011110 | 1010001 | 11011 | 0 | 100110 | 11001000 | 1000100 | 100101 |
Color Harmonies of #1E739E
Complementary color
Monochromatic Colors of #1E739E
Black with #1E739E
Text Example
Text Example
White with #1E739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E739E; }
p { color: rgb(30,115,158); }
H1.HeaderClassName
{
color: #1E739E;
}
.AnyTagClassName
{
color: #1E739E;
}
</style>
background-color css
<style>
a { background-color: #1E739E; }
a { background-color: rgb(30,115,158); }
div.DivClassName
{
background-color: #1E739E;
}
.BgClassName
{
background-color: #1E739E;
}
</style>
border-color css
<style>
span { border-color: #1E739E; }
span { border-color: rgb(30,115,158); }
td.TdClassName
{
border-color: #1E739E;
}
.TagClassName
{
border-color: #1E739E;
}
</style>