Shades of Lochmara #1A76AB
Tints of Lochmara #1A76AB
RGB
CMYK
RGB Variations
Color information
#1A76AB (or 0x1A76AB) is known color: Lochmara. HEX triplet: 1A, 76 and AB. RGB value is (26,118,171). Sum of RGB (Red+Green+Blue) = 26+118+171=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A76AB is #E58954. Grayscale: #606060. Windows color (decimal): -15042901 or 11236890. OLE color: 11236890.
HSL color Cylindrical-coordinate representation of color #1A76AB: hue angle of 201.93º 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 #1A76AB is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 118 | 171 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.33 |
| HSL | 201.93º | 0.74% | 0.39% | - |
| HSV(B) | 201.93º | 0.85% | 0.67% | - |
| XYZ | 14.26 | 16.12 | 40.89 | - |
| YUV | 96.53 | 170.02 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 171 | 0.85 | 0.31 | 0 | 0.33 | 201.93 | 0.74 | 0.39 |
| Hex | 1A | 76 | AB | 55 | 1F | 0 | 21 | CA | 4A | 27 |
| Octal | 32 | 166 | 253 | 125 | 37 | 0 | 41 | 312 | 112 | 47 |
| Binary | 11010 | 1110110 | 10101011 | 1010101 | 11111 | 0 | 100001 | 11001010 | 1001010 | 100111 |
Color Harmonies of #1A76AB
Complementary color
Monochromatic Colors of #1A76AB
Black with #1A76AB
Text Example
Text Example
White with #1A76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A76AB; }
p { color: rgb(26,118,171); }
H1.HeaderClassName
{
color: #1A76AB;
}
.AnyTagClassName
{
color: #1A76AB;
}
</style>
background-color css
<style>
a { background-color: #1A76AB; }
a { background-color: rgb(26,118,171); }
div.DivClassName
{
background-color: #1A76AB;
}
.BgClassName
{
background-color: #1A76AB;
}
</style>
border-color css
<style>
span { border-color: #1A76AB; }
span { border-color: rgb(26,118,171); }
td.TdClassName
{
border-color: #1A76AB;
}
.TagClassName
{
border-color: #1A76AB;
}
</style>