Shades of Lochmara #1A74AB
Tints of Lochmara #1A74AB
RGB
CMYK
RGB Variations
Color information
#1A74AB (or 0x1A74AB) is known color: Lochmara. HEX triplet: 1A, 74 and AB. RGB value is (26,116,171). Sum of RGB (Red+Green+Blue) = 26+116+171=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A74AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A74AB is #E58B54. Grayscale: #5F5F5F. Windows color (decimal): -15043413 or 11236378. OLE color: 11236378.
HSL color Cylindrical-coordinate representation of color #1A74AB: hue angle of 202.76º 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 #1A74AB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 116 | 171 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.33 |
| HSL | 202.76º | 0.74% | 0.39% | - |
| HSV(B) | 202.76º | 0.85% | 0.67% | - |
| XYZ | 14.02 | 15.65 | 40.81 | - |
| YUV | 95.36 | 170.68 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 171 | 0.85 | 0.32 | 0 | 0.33 | 202.76 | 0.74 | 0.39 |
| Hex | 1A | 74 | AB | 55 | 20 | 0 | 21 | CB | 4A | 27 |
| Octal | 32 | 164 | 253 | 125 | 40 | 0 | 41 | 313 | 112 | 47 |
| Binary | 11010 | 1110100 | 10101011 | 1010101 | 100000 | 0 | 100001 | 11001011 | 1001010 | 100111 |
Color Harmonies of #1A74AB
Complementary color
Monochromatic Colors of #1A74AB
Black with #1A74AB
Text Example
Text Example
White with #1A74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A74AB; }
p { color: rgb(26,116,171); }
H1.HeaderClassName
{
color: #1A74AB;
}
.AnyTagClassName
{
color: #1A74AB;
}
</style>
background-color css
<style>
a { background-color: #1A74AB; }
a { background-color: rgb(26,116,171); }
div.DivClassName
{
background-color: #1A74AB;
}
.BgClassName
{
background-color: #1A74AB;
}
</style>
border-color css
<style>
span { border-color: #1A74AB; }
span { border-color: rgb(26,116,171); }
td.TdClassName
{
border-color: #1A74AB;
}
.TagClassName
{
border-color: #1A74AB;
}
</style>