Shades of Lochmara #1A7399
Tints of Lochmara #1A7399
RGB
CMYK
RGB Variations
Color information
#1A7399 (or 0x1A7399) is known color: Lochmara. HEX triplet: 1A, 73 and 99. RGB value is (26,115,153). Sum of RGB (Red+Green+Blue) = 26+115+153=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7399 is #E58C66. Grayscale: #5C5C5C. Windows color (decimal): -15043687 or 10056474. OLE color: 10056474.
HSL color Cylindrical-coordinate representation of color #1A7399: hue angle of 197.95º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7399 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 115 | 153 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.4 |
| HSL | 197.95º | 0.71% | 0.35% | - |
| HSV(B) | 197.95º | 0.83% | 0.6% | - |
| XYZ | 12.31 | 14.78 | 32.34 | - |
| YUV | 92.72 | 162.01 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 153 | 0.83 | 0.25 | 0 | 0.4 | 197.95 | 0.71 | 0.35 |
| Hex | 1A | 73 | 99 | 53 | 19 | 0 | 28 | C6 | 47 | 23 |
| Octal | 32 | 163 | 231 | 123 | 31 | 0 | 50 | 306 | 107 | 43 |
| Binary | 11010 | 1110011 | 10011001 | 1010011 | 11001 | 0 | 101000 | 11000110 | 1000111 | 100011 |
Color Harmonies of #1A7399
Complementary color
Monochromatic Colors of #1A7399
Black with #1A7399
Text Example
Text Example
White with #1A7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7399; }
p { color: rgb(26,115,153); }
H1.HeaderClassName
{
color: #1A7399;
}
.AnyTagClassName
{
color: #1A7399;
}
</style>
background-color css
<style>
a { background-color: #1A7399; }
a { background-color: rgb(26,115,153); }
div.DivClassName
{
background-color: #1A7399;
}
.BgClassName
{
background-color: #1A7399;
}
</style>
border-color css
<style>
span { border-color: #1A7399; }
span { border-color: rgb(26,115,153); }
td.TdClassName
{
border-color: #1A7399;
}
.TagClassName
{
border-color: #1A7399;
}
</style>