Shades of Lochmara #1A73AB
Tints of Lochmara #1A73AB
RGB
CMYK
RGB Variations
Color information
#1A73AB (or 0x1A73AB) is known color: Lochmara. HEX triplet: 1A, 73 and AB. RGB value is (26,115,171). Sum of RGB (Red+Green+Blue) = 26+115+171=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A73AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A73AB is #E58C54. Grayscale: #5E5E5E. Windows color (decimal): -15043669 or 11236122. OLE color: 11236122.
HSL color Cylindrical-coordinate representation of color #1A73AB: hue angle of 203.17º 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 #1A73AB is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 115 | 171 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.33 |
| HSL | 203.17º | 0.74% | 0.39% | - |
| HSV(B) | 203.17º | 0.85% | 0.67% | - |
| XYZ | 13.91 | 15.42 | 40.77 | - |
| YUV | 94.77 | 171.01 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 171 | 0.85 | 0.33 | 0 | 0.33 | 203.17 | 0.74 | 0.39 |
| Hex | 1A | 73 | AB | 55 | 21 | 0 | 21 | CB | 4A | 27 |
| Octal | 32 | 163 | 253 | 125 | 41 | 0 | 41 | 313 | 112 | 47 |
| Binary | 11010 | 1110011 | 10101011 | 1010101 | 100001 | 0 | 100001 | 11001011 | 1001010 | 100111 |
Color Harmonies of #1A73AB
Complementary color
Monochromatic Colors of #1A73AB
Black with #1A73AB
Text Example
Text Example
White with #1A73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A73AB; }
p { color: rgb(26,115,171); }
H1.HeaderClassName
{
color: #1A73AB;
}
.AnyTagClassName
{
color: #1A73AB;
}
</style>
background-color css
<style>
a { background-color: #1A73AB; }
a { background-color: rgb(26,115,171); }
div.DivClassName
{
background-color: #1A73AB;
}
.BgClassName
{
background-color: #1A73AB;
}
</style>
border-color css
<style>
span { border-color: #1A73AB; }
span { border-color: rgb(26,115,171); }
td.TdClassName
{
border-color: #1A73AB;
}
.TagClassName
{
border-color: #1A73AB;
}
</style>