Shades of Lochmara #1E699B
Tints of Lochmara #1E699B
RGB
CMYK
RGB Variations
Color information
#1E699B (or 0x1E699B) is known color: Lochmara. HEX triplet: 1E, 69 and 9B. RGB value is (30,105,155). Sum of RGB (Red+Green+Blue) = 30+105+155=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E699B is #E19664. Grayscale: #575757. Windows color (decimal): -14784101 or 10184990. OLE color: 10184990.
HSL color Cylindrical-coordinate representation of color #1E699B: hue angle of 204º 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 #1E699B is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 105 | 155 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.39 |
| HSL | 204º | 0.68% | 0.36% | - |
| HSV(B) | 204º | 0.81% | 0.61% | - |
| XYZ | 11.5 | 12.75 | 32.86 | - |
| YUV | 88.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 155 | 0.81 | 0.32 | 0 | 0.39 | 204 | 0.68 | 0.36 |
| Hex | 1E | 69 | 9B | 51 | 20 | 0 | 27 | CC | 44 | 24 |
| Octal | 36 | 151 | 233 | 121 | 40 | 0 | 47 | 314 | 104 | 44 |
| Binary | 11110 | 1101001 | 10011011 | 1010001 | 100000 | 0 | 100111 | 11001100 | 1000100 | 100100 |
Color Harmonies of #1E699B
Complementary color
Monochromatic Colors of #1E699B
Black with #1E699B
Text Example
Text Example
White with #1E699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E699B; }
p { color: rgb(30,105,155); }
H1.HeaderClassName
{
color: #1E699B;
}
.AnyTagClassName
{
color: #1E699B;
}
</style>
background-color css
<style>
a { background-color: #1E699B; }
a { background-color: rgb(30,105,155); }
div.DivClassName
{
background-color: #1E699B;
}
.BgClassName
{
background-color: #1E699B;
}
</style>
border-color css
<style>
span { border-color: #1E699B; }
span { border-color: rgb(30,105,155); }
td.TdClassName
{
border-color: #1E699B;
}
.TagClassName
{
border-color: #1E699B;
}
</style>