Shades of Lochmara #1A70AB
Tints of Lochmara #1A70AB
RGB
CMYK
RGB Variations
Color information
#1A70AB (or 0x1A70AB) is known color: Lochmara. HEX triplet: 1A, 70 and AB. RGB value is (26,112,171). Sum of RGB (Red+Green+Blue) = 26+112+171=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A70AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A70AB is #E58F54. Grayscale: #5C5C5C. Windows color (decimal): -15044437 or 11235354. OLE color: 11235354.
HSL color Cylindrical-coordinate representation of color #1A70AB: hue angle of 204.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A70AB is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 112 | 171 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.33 |
| HSL | 204.41º | 0.74% | 0.39% | - |
| HSV(B) | 204.41º | 0.85% | 0.67% | - |
| XYZ | 13.57 | 14.75 | 40.66 | - |
| YUV | 93.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 171 | 0.85 | 0.35 | 0 | 0.33 | 204.41 | 0.74 | 0.39 |
| Hex | 1A | 70 | AB | 55 | 23 | 0 | 21 | CC | 4A | 27 |
| Octal | 32 | 160 | 253 | 125 | 43 | 0 | 41 | 314 | 112 | 47 |
| Binary | 11010 | 1110000 | 10101011 | 1010101 | 100011 | 0 | 100001 | 11001100 | 1001010 | 100111 |
Color Harmonies of #1A70AB
Complementary color
Monochromatic Colors of #1A70AB
Black with #1A70AB
Text Example
Text Example
White with #1A70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A70AB; }
p { color: rgb(26,112,171); }
H1.HeaderClassName
{
color: #1A70AB;
}
.AnyTagClassName
{
color: #1A70AB;
}
</style>
background-color css
<style>
a { background-color: #1A70AB; }
a { background-color: rgb(26,112,171); }
div.DivClassName
{
background-color: #1A70AB;
}
.BgClassName
{
background-color: #1A70AB;
}
</style>
border-color css
<style>
span { border-color: #1A70AB; }
span { border-color: rgb(26,112,171); }
td.TdClassName
{
border-color: #1A70AB;
}
.TagClassName
{
border-color: #1A70AB;
}
</style>