Shades of Lochmara #1A6E97
Tints of Lochmara #1A6E97
RGB
CMYK
RGB Variations
Color information
#1A6E97 (or 0x1A6E97) is known color: Lochmara. HEX triplet: 1A, 6E and 97. RGB value is (26,110,151). Sum of RGB (Red+Green+Blue) = 26+110+151=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #1A6E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6E97 is #E59168. Grayscale: #595959. Windows color (decimal): -15044969 or 9924122. OLE color: 9924122.
HSL color Cylindrical-coordinate representation of color #1A6E97: hue angle of 199.68º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A6E97 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 110 | 151 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.41 |
| HSL | 199.68º | 0.71% | 0.35% | - |
| HSV(B) | 199.68º | 0.83% | 0.59% | - |
| XYZ | 11.59 | 13.61 | 31.29 | - |
| YUV | 89.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 151 | 0.83 | 0.27 | 0 | 0.41 | 199.68 | 0.71 | 0.35 |
| Hex | 1A | 6E | 97 | 53 | 1B | 0 | 29 | C8 | 47 | 23 |
| Octal | 32 | 156 | 227 | 123 | 33 | 0 | 51 | 310 | 107 | 43 |
| Binary | 11010 | 1101110 | 10010111 | 1010011 | 11011 | 0 | 101001 | 11001000 | 1000111 | 100011 |
Color Harmonies of #1A6E97
Complementary color
Monochromatic Colors of #1A6E97
Black with #1A6E97
Text Example
Text Example
White with #1A6E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6E97; }
p { color: rgb(26,110,151); }
H1.HeaderClassName
{
color: #1A6E97;
}
.AnyTagClassName
{
color: #1A6E97;
}
</style>
background-color css
<style>
a { background-color: #1A6E97; }
a { background-color: rgb(26,110,151); }
div.DivClassName
{
background-color: #1A6E97;
}
.BgClassName
{
background-color: #1A6E97;
}
</style>
border-color css
<style>
span { border-color: #1A6E97; }
span { border-color: rgb(26,110,151); }
td.TdClassName
{
border-color: #1A6E97;
}
.TagClassName
{
border-color: #1A6E97;
}
</style>