Shades of Lochmara #1E649C
Tints of Lochmara #1E649C
RGB
CMYK
RGB Variations
Color information
#1E649C (or 0x1E649C) is known color: Lochmara. HEX triplet: 1E, 64 and 9C. RGB value is (30,100,156). Sum of RGB (Red+Green+Blue) = 30+100+156=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E649C is #E19B63. Grayscale: #555555. Windows color (decimal): -14785380 or 10249246. OLE color: 10249246.
HSL color Cylindrical-coordinate representation of color #1E649C: hue angle of 206.67º 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 #1E649C is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 100 | 156 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.39 |
| HSL | 206.67º | 0.68% | 0.36% | - |
| HSV(B) | 206.67º | 0.81% | 0.61% | - |
| XYZ | 11.09 | 11.79 | 33.14 | - |
| YUV | 85.45 | 167.81 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 156 | 0.81 | 0.36 | 0 | 0.39 | 206.67 | 0.68 | 0.36 |
| Hex | 1E | 64 | 9C | 51 | 24 | 0 | 27 | CF | 44 | 24 |
| Octal | 36 | 144 | 234 | 121 | 44 | 0 | 47 | 317 | 104 | 44 |
| Binary | 11110 | 1100100 | 10011100 | 1010001 | 100100 | 0 | 100111 | 11001111 | 1000100 | 100100 |
Color Harmonies of #1E649C
Complementary color
Monochromatic Colors of #1E649C
Black with #1E649C
Text Example
Text Example
White with #1E649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E649C; }
p { color: rgb(30,100,156); }
H1.HeaderClassName
{
color: #1E649C;
}
.AnyTagClassName
{
color: #1E649C;
}
</style>
background-color css
<style>
a { background-color: #1E649C; }
a { background-color: rgb(30,100,156); }
div.DivClassName
{
background-color: #1E649C;
}
.BgClassName
{
background-color: #1E649C;
}
</style>
border-color css
<style>
span { border-color: #1E649C; }
span { border-color: rgb(30,100,156); }
td.TdClassName
{
border-color: #1E649C;
}
.TagClassName
{
border-color: #1E649C;
}
</style>