Shades of Lochmara #1E789B
Tints of Lochmara #1E789B
RGB
CMYK
RGB Variations
Color information
#1E789B (or 0x1E789B) is known color: Lochmara. HEX triplet: 1E, 78 and 9B. RGB value is (30,120,155). Sum of RGB (Red+Green+Blue) = 30+120+155=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E789B is #E18764. Grayscale: #606060. Windows color (decimal): -14780261 or 10188830. OLE color: 10188830.
HSL color Cylindrical-coordinate representation of color #1E789B: hue angle of 196.8º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E789B is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 120 | 155 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.39 |
| HSL | 196.8º | 0.68% | 0.36% | - |
| HSV(B) | 196.8º | 0.81% | 0.61% | - |
| XYZ | 13.17 | 16.08 | 33.42 | - |
| YUV | 97.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 120 | 155 | 0.81 | 0.23 | 0 | 0.39 | 196.8 | 0.68 | 0.36 |
| Hex | 1E | 78 | 9B | 51 | 17 | 0 | 27 | C5 | 44 | 24 |
| Octal | 36 | 170 | 233 | 121 | 27 | 0 | 47 | 305 | 104 | 44 |
| Binary | 11110 | 1111000 | 10011011 | 1010001 | 10111 | 0 | 100111 | 11000101 | 1000100 | 100100 |
Color Harmonies of #1E789B
Complementary color
Monochromatic Colors of #1E789B
Black with #1E789B
Text Example
Text Example
White with #1E789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E789B; }
p { color: rgb(30,120,155); }
H1.HeaderClassName
{
color: #1E789B;
}
.AnyTagClassName
{
color: #1E789B;
}
</style>
background-color css
<style>
a { background-color: #1E789B; }
a { background-color: rgb(30,120,155); }
div.DivClassName
{
background-color: #1E789B;
}
.BgClassName
{
background-color: #1E789B;
}
</style>
border-color css
<style>
span { border-color: #1E789B; }
span { border-color: rgb(30,120,155); }
td.TdClassName
{
border-color: #1E789B;
}
.TagClassName
{
border-color: #1E789B;
}
</style>