Shades of Lochmara #1A719E
Tints of Lochmara #1A719E
RGB
CMYK
RGB Variations
Color information
#1A719E (or 0x1A719E) is known color: Lochmara. HEX triplet: 1A, 71 and 9E. RGB value is (26,113,158). Sum of RGB (Red+Green+Blue) = 26+113+158=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A719E is #E58E61. Grayscale: #5B5B5B. Windows color (decimal): -15044194 or 10383642. OLE color: 10383642.
HSL color Cylindrical-coordinate representation of color #1A719E: hue angle of 200.45º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A719E is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 113 | 158 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.38 |
| HSL | 200.45º | 0.72% | 0.36% | - |
| HSV(B) | 200.45º | 0.84% | 0.62% | - |
| XYZ | 12.5 | 14.5 | 34.49 | - |
| YUV | 92.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 158 | 0.84 | 0.28 | 0 | 0.38 | 200.45 | 0.72 | 0.36 |
| Hex | 1A | 71 | 9E | 54 | 1C | 0 | 26 | C8 | 48 | 24 |
| Octal | 32 | 161 | 236 | 124 | 34 | 0 | 46 | 310 | 110 | 44 |
| Binary | 11010 | 1110001 | 10011110 | 1010100 | 11100 | 0 | 100110 | 11001000 | 1001000 | 100100 |
Color Harmonies of #1A719E
Complementary color
Monochromatic Colors of #1A719E
Black with #1A719E
Text Example
Text Example
White with #1A719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A719E; }
p { color: rgb(26,113,158); }
H1.HeaderClassName
{
color: #1A719E;
}
.AnyTagClassName
{
color: #1A719E;
}
</style>
background-color css
<style>
a { background-color: #1A719E; }
a { background-color: rgb(26,113,158); }
div.DivClassName
{
background-color: #1A719E;
}
.BgClassName
{
background-color: #1A719E;
}
</style>
border-color css
<style>
span { border-color: #1A719E; }
span { border-color: rgb(26,113,158); }
td.TdClassName
{
border-color: #1A719E;
}
.TagClassName
{
border-color: #1A719E;
}
</style>