Shades of Lochmara #1E7299
Tints of Lochmara #1E7299
RGB
CMYK
RGB Variations
Color information
#1E7299 (or 0x1E7299) is known color: Lochmara. HEX triplet: 1E, 72 and 99. RGB value is (30,114,153). Sum of RGB (Red+Green+Blue) = 30+114+153=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E7299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7299 is #E18D66. Grayscale: #5D5D5D. Windows color (decimal): -14781799 or 10056222. OLE color: 10056222.
HSL color Cylindrical-coordinate representation of color #1E7299: hue angle of 199.02º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E7299 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 30 | 114 | 153 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.4 |
| HSL | 199.02º | 0.67% | 0.36% | - |
| HSV(B) | 199.02º | 0.8% | 0.6% | - |
| XYZ | 12.3 | 14.61 | 32.31 | - |
| YUV | 93.33 | 161.67 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 153 | 0.80 | 0.25 | 0 | 0.4 | 199.02 | 0.67 | 0.36 |
| Hex | 1E | 72 | 99 | 50 | 19 | 0 | 28 | C7 | 43 | 24 |
| Octal | 36 | 162 | 231 | 120 | 31 | 0 | 50 | 307 | 103 | 44 |
| Binary | 11110 | 1110010 | 10011001 | 1010000 | 11001 | 0 | 101000 | 11000111 | 1000011 | 100100 |
Color Harmonies of #1E7299
Complementary color
Monochromatic Colors of #1E7299
Black with #1E7299
Text Example
Text Example
White with #1E7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7299; }
p { color: rgb(30,114,153); }
H1.HeaderClassName
{
color: #1E7299;
}
.AnyTagClassName
{
color: #1E7299;
}
</style>
background-color css
<style>
a { background-color: #1E7299; }
a { background-color: rgb(30,114,153); }
div.DivClassName
{
background-color: #1E7299;
}
.BgClassName
{
background-color: #1E7299;
}
</style>
border-color css
<style>
span { border-color: #1E7299; }
span { border-color: rgb(30,114,153); }
td.TdClassName
{
border-color: #1E7299;
}
.TagClassName
{
border-color: #1E7299;
}
</style>