Shades of Lochmara #1A76AF
Tints of Lochmara #1A76AF
RGB
CMYK
RGB Variations
Color information
#1A76AF (or 0x1A76AF) is known color: Lochmara. HEX triplet: 1A, 76 and AF. RGB value is (26,118,175). Sum of RGB (Red+Green+Blue) = 26+118+175=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A76AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A76AF is #E58950. Grayscale: #606060. Windows color (decimal): -15042897 or 11499034. OLE color: 11499034.
HSL color Cylindrical-coordinate representation of color #1A76AF: hue angle of 202.95º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A76AF is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 118 | 175 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.31 |
| HSL | 202.95º | 0.74% | 0.39% | - |
| HSV(B) | 202.95º | 0.85% | 0.69% | - |
| XYZ | 14.64 | 16.27 | 42.93 | - |
| YUV | 96.99 | 172.02 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 175 | 0.85 | 0.33 | 0 | 0.31 | 202.95 | 0.74 | 0.39 |
| Hex | 1A | 76 | AF | 55 | 21 | 0 | 1F | CB | 4A | 27 |
| Octal | 32 | 166 | 257 | 125 | 41 | 0 | 37 | 313 | 112 | 47 |
| Binary | 11010 | 1110110 | 10101111 | 1010101 | 100001 | 0 | 11111 | 11001011 | 1001010 | 100111 |
Color Harmonies of #1A76AF
Complementary color
Monochromatic Colors of #1A76AF
Black with #1A76AF
Text Example
Text Example
White with #1A76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A76AF; }
p { color: rgb(26,118,175); }
H1.HeaderClassName
{
color: #1A76AF;
}
.AnyTagClassName
{
color: #1A76AF;
}
</style>
background-color css
<style>
a { background-color: #1A76AF; }
a { background-color: rgb(26,118,175); }
div.DivClassName
{
background-color: #1A76AF;
}
.BgClassName
{
background-color: #1A76AF;
}
</style>
border-color css
<style>
span { border-color: #1A76AF; }
span { border-color: rgb(26,118,175); }
td.TdClassName
{
border-color: #1A76AF;
}
.TagClassName
{
border-color: #1A76AF;
}
</style>