Shades of Lochmara #1A7098
Tints of Lochmara #1A7098
RGB
CMYK
RGB Variations
Color information
#1A7098 (or 0x1A7098) is known color: Lochmara. HEX triplet: 1A, 70 and 98. RGB value is (26,112,152). Sum of RGB (Red+Green+Blue) = 26+112+152=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A7098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7098 is #E58F67. Grayscale: #5A5A5A. Windows color (decimal): -15044456 or 9990170. OLE color: 9990170.
HSL color Cylindrical-coordinate representation of color #1A7098: hue angle of 199.05º 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 #1A7098 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 112 | 152 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.40 |
| HSL | 199.05º | 0.71% | 0.35% | - |
| HSV(B) | 199.05º | 0.83% | 0.6% | - |
| XYZ | 11.89 | 14.07 | 31.8 | - |
| YUV | 90.85 | 162.51 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 152 | 0.83 | 0.26 | 0 | 0.40 | 199.05 | 0.71 | 0.35 |
| Hex | 1A | 70 | 98 | 53 | 1A | 0 | 28 | C7 | 47 | 23 |
| Octal | 32 | 160 | 230 | 123 | 32 | 0 | 50 | 307 | 107 | 43 |
| Binary | 11010 | 1110000 | 10011000 | 1010011 | 11010 | 0 | 101000 | 11000111 | 1000111 | 100011 |
Color Harmonies of #1A7098
Complementary color
Monochromatic Colors of #1A7098
Black with #1A7098
Text Example
Text Example
White with #1A7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7098; }
p { color: rgb(26,112,152); }
H1.HeaderClassName
{
color: #1A7098;
}
.AnyTagClassName
{
color: #1A7098;
}
</style>
background-color css
<style>
a { background-color: #1A7098; }
a { background-color: rgb(26,112,152); }
div.DivClassName
{
background-color: #1A7098;
}
.BgClassName
{
background-color: #1A7098;
}
</style>
border-color css
<style>
span { border-color: #1A7098; }
span { border-color: rgb(26,112,152); }
td.TdClassName
{
border-color: #1A7098;
}
.TagClassName
{
border-color: #1A7098;
}
</style>