Shades of Lochmara #1E769C
Tints of Lochmara #1E769C
RGB
CMYK
RGB Variations
Color information
#1E769C (or 0x1E769C) is known color: Lochmara. HEX triplet: 1E, 76 and 9C. RGB value is (30,118,156). Sum of RGB (Red+Green+Blue) = 30+118+156=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E769C is #E18963. Grayscale: #5F5F5F. Windows color (decimal): -14780772 or 10253854. OLE color: 10253854.
HSL color Cylindrical-coordinate representation of color #1E769C: hue angle of 198.1º 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 #1E769C is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 118 | 156 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.39 |
| HSL | 198.1º | 0.68% | 0.36% | - |
| HSV(B) | 198.1º | 0.81% | 0.61% | - |
| XYZ | 13.01 | 15.63 | 33.78 | - |
| YUV | 96.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 156 | 0.81 | 0.24 | 0 | 0.39 | 198.1 | 0.68 | 0.36 |
| Hex | 1E | 76 | 9C | 51 | 18 | 0 | 27 | C6 | 44 | 24 |
| Octal | 36 | 166 | 234 | 121 | 30 | 0 | 47 | 306 | 104 | 44 |
| Binary | 11110 | 1110110 | 10011100 | 1010001 | 11000 | 0 | 100111 | 11000110 | 1000100 | 100100 |
Color Harmonies of #1E769C
Complementary color
Monochromatic Colors of #1E769C
Black with #1E769C
Text Example
Text Example
White with #1E769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E769C; }
p { color: rgb(30,118,156); }
H1.HeaderClassName
{
color: #1E769C;
}
.AnyTagClassName
{
color: #1E769C;
}
</style>
background-color css
<style>
a { background-color: #1E769C; }
a { background-color: rgb(30,118,156); }
div.DivClassName
{
background-color: #1E769C;
}
.BgClassName
{
background-color: #1E769C;
}
</style>
border-color css
<style>
span { border-color: #1E769C; }
span { border-color: rgb(30,118,156); }
td.TdClassName
{
border-color: #1E769C;
}
.TagClassName
{
border-color: #1E769C;
}
</style>