Shades of Lochmara #1E779F
Tints of Lochmara #1E779F
RGB
CMYK
RGB Variations
Color information
#1E779F (or 0x1E779F) is known color: Lochmara. HEX triplet: 1E, 77 and 9F. RGB value is (30,119,159). Sum of RGB (Red+Green+Blue) = 30+119+159=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E779F is #E18860. Grayscale: #606060. Windows color (decimal): -14780513 or 10450718. OLE color: 10450718.
HSL color Cylindrical-coordinate representation of color #1E779F: hue angle of 198.6º 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 #1E779F is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 119 | 159 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.38 |
| HSL | 198.6º | 0.68% | 0.37% | - |
| HSV(B) | 198.6º | 0.81% | 0.62% | - |
| XYZ | 13.39 | 15.97 | 35.18 | - |
| YUV | 96.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 159 | 0.81 | 0.25 | 0 | 0.38 | 198.6 | 0.68 | 0.37 |
| Hex | 1E | 77 | 9F | 51 | 19 | 0 | 26 | C7 | 44 | 25 |
| Octal | 36 | 167 | 237 | 121 | 31 | 0 | 46 | 307 | 104 | 45 |
| Binary | 11110 | 1110111 | 10011111 | 1010001 | 11001 | 0 | 100110 | 11000111 | 1000100 | 100101 |
Color Harmonies of #1E779F
Complementary color
Monochromatic Colors of #1E779F
Black with #1E779F
Text Example
Text Example
White with #1E779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E779F; }
p { color: rgb(30,119,159); }
H1.HeaderClassName
{
color: #1E779F;
}
.AnyTagClassName
{
color: #1E779F;
}
</style>
background-color css
<style>
a { background-color: #1E779F; }
a { background-color: rgb(30,119,159); }
div.DivClassName
{
background-color: #1E779F;
}
.BgClassName
{
background-color: #1E779F;
}
</style>
border-color css
<style>
span { border-color: #1E779F; }
span { border-color: rgb(30,119,159); }
td.TdClassName
{
border-color: #1E779F;
}
.TagClassName
{
border-color: #1E779F;
}
</style>