Shades of Lochmara #1E6DAB
Tints of Lochmara #1E6DAB
RGB
CMYK
RGB Variations
Color information
#1E6DAB (or 0x1E6DAB) is known color: Lochmara. HEX triplet: 1E, 6D and AB. RGB value is (30,109,171). Sum of RGB (Red+Green+Blue) = 30+109+171=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E6DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6DAB is #E19254. Grayscale: #5C5C5C. Windows color (decimal): -14783061 or 11234590. OLE color: 11234590.
HSL color Cylindrical-coordinate representation of color #1E6DAB: hue angle of 206.38º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E6DAB is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 109 | 171 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.33 |
| HSL | 206.38º | 0.7% | 0.39% | - |
| HSV(B) | 206.38º | 0.82% | 0.67% | - |
| XYZ | 13.35 | 14.15 | 40.56 | - |
| YUV | 92.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 171 | 0.82 | 0.36 | 0 | 0.33 | 206.38 | 0.7 | 0.39 |
| Hex | 1E | 6D | AB | 52 | 24 | 0 | 21 | CE | 46 | 27 |
| Octal | 36 | 155 | 253 | 122 | 44 | 0 | 41 | 316 | 106 | 47 |
| Binary | 11110 | 1101101 | 10101011 | 1010010 | 100100 | 0 | 100001 | 11001110 | 1000110 | 100111 |
Color Harmonies of #1E6DAB
Complementary color
Monochromatic Colors of #1E6DAB
Black with #1E6DAB
Text Example
Text Example
White with #1E6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6DAB; }
p { color: rgb(30,109,171); }
H1.HeaderClassName
{
color: #1E6DAB;
}
.AnyTagClassName
{
color: #1E6DAB;
}
</style>
background-color css
<style>
a { background-color: #1E6DAB; }
a { background-color: rgb(30,109,171); }
div.DivClassName
{
background-color: #1E6DAB;
}
.BgClassName
{
background-color: #1E6DAB;
}
</style>
border-color css
<style>
span { border-color: #1E6DAB; }
span { border-color: rgb(30,109,171); }
td.TdClassName
{
border-color: #1E6DAB;
}
.TagClassName
{
border-color: #1E6DAB;
}
</style>