Shades of Lochmara #1A759C
Tints of Lochmara #1A759C
RGB
CMYK
RGB Variations
Color information
#1A759C (or 0x1A759C) is known color: Lochmara. HEX triplet: 1A, 75 and 9C. RGB value is (26,117,156). Sum of RGB (Red+Green+Blue) = 26+117+156=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A759C is #E58A63. Grayscale: #5D5D5D. Windows color (decimal): -15043172 or 10253594. OLE color: 10253594.
HSL color Cylindrical-coordinate representation of color #1A759C: hue angle of 198º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A759C is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 117 | 156 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.39 |
| HSL | 198º | 0.71% | 0.36% | - |
| HSV(B) | 198º | 0.83% | 0.61% | - |
| XYZ | 12.79 | 15.34 | 33.74 | - |
| YUV | 94.24 | 162.85 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 156 | 0.83 | 0.25 | 0 | 0.39 | 198 | 0.71 | 0.36 |
| Hex | 1A | 75 | 9C | 53 | 19 | 0 | 27 | C6 | 47 | 24 |
| Octal | 32 | 165 | 234 | 123 | 31 | 0 | 47 | 306 | 107 | 44 |
| Binary | 11010 | 1110101 | 10011100 | 1010011 | 11001 | 0 | 100111 | 11000110 | 1000111 | 100100 |
Color Harmonies of #1A759C
Complementary color
Monochromatic Colors of #1A759C
Black with #1A759C
Text Example
Text Example
White with #1A759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A759C; }
p { color: rgb(26,117,156); }
H1.HeaderClassName
{
color: #1A759C;
}
.AnyTagClassName
{
color: #1A759C;
}
</style>
background-color css
<style>
a { background-color: #1A759C; }
a { background-color: rgb(26,117,156); }
div.DivClassName
{
background-color: #1A759C;
}
.BgClassName
{
background-color: #1A759C;
}
</style>
border-color css
<style>
span { border-color: #1A759C; }
span { border-color: rgb(26,117,156); }
td.TdClassName
{
border-color: #1A759C;
}
.TagClassName
{
border-color: #1A759C;
}
</style>