Shades of Lochmara #1A6AA4
Tints of Lochmara #1A6AA4
RGB
CMYK
RGB Variations
Color information
#1A6AA4 (or 0x1A6AA4) is known color: Lochmara. HEX triplet: 1A, 6A and A4. RGB value is (26,106,164). Sum of RGB (Red+Green+Blue) = 26+106+164=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A6AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6AA4 is #E5955B. Grayscale: #585858. Windows color (decimal): -15045980 or 10775066. OLE color: 10775066.
HSL color Cylindrical-coordinate representation of color #1A6AA4: hue angle of 205.22º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A6AA4 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 106 | 164 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.36 |
| HSL | 205.22º | 0.73% | 0.37% | - |
| HSV(B) | 205.22º | 0.84% | 0.64% | - |
| XYZ | 12.28 | 13.21 | 37.02 | - |
| YUV | 88.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 164 | 0.84 | 0.35 | 0 | 0.36 | 205.22 | 0.73 | 0.37 |
| Hex | 1A | 6A | A4 | 54 | 23 | 0 | 24 | CD | 49 | 25 |
| Octal | 32 | 152 | 244 | 124 | 43 | 0 | 44 | 315 | 111 | 45 |
| Binary | 11010 | 1101010 | 10100100 | 1010100 | 100011 | 0 | 100100 | 11001101 | 1001001 | 100101 |
Color Harmonies of #1A6AA4
Complementary color
Monochromatic Colors of #1A6AA4
Black with #1A6AA4
Text Example
Text Example
White with #1A6AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6AA4; }
p { color: rgb(26,106,164); }
H1.HeaderClassName
{
color: #1A6AA4;
}
.AnyTagClassName
{
color: #1A6AA4;
}
</style>
background-color css
<style>
a { background-color: #1A6AA4; }
a { background-color: rgb(26,106,164); }
div.DivClassName
{
background-color: #1A6AA4;
}
.BgClassName
{
background-color: #1A6AA4;
}
</style>
border-color css
<style>
span { border-color: #1A6AA4; }
span { border-color: rgb(26,106,164); }
td.TdClassName
{
border-color: #1A6AA4;
}
.TagClassName
{
border-color: #1A6AA4;
}
</style>