Shades of Lochmara #1A6CAA
Tints of Lochmara #1A6CAA
RGB
CMYK
RGB Variations
Color information
#1A6CAA (or 0x1A6CAA) is known color: Lochmara. HEX triplet: 1A, 6C and AA. RGB value is (26,108,170). Sum of RGB (Red+Green+Blue) = 26+108+170=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A6CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6CAA is #E59355. Grayscale: #5A5A5A. Windows color (decimal): -15045462 or 11168794. OLE color: 11168794.
HSL color Cylindrical-coordinate representation of color #1A6CAA: hue angle of 205.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6CAA is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 108 | 170 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.33 |
| HSL | 205.83º | 0.73% | 0.38% | - |
| HSV(B) | 205.83º | 0.85% | 0.67% | - |
| XYZ | 13.04 | 13.85 | 40.02 | - |
| YUV | 90.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 170 | 0.85 | 0.36 | 0 | 0.33 | 205.83 | 0.73 | 0.38 |
| Hex | 1A | 6C | AA | 55 | 24 | 0 | 21 | CE | 49 | 26 |
| Octal | 32 | 154 | 252 | 125 | 44 | 0 | 41 | 316 | 111 | 46 |
| Binary | 11010 | 1101100 | 10101010 | 1010101 | 100100 | 0 | 100001 | 11001110 | 1001001 | 100110 |
Color Harmonies of #1A6CAA
Complementary color
Monochromatic Colors of #1A6CAA
Black with #1A6CAA
Text Example
Text Example
White with #1A6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6CAA; }
p { color: rgb(26,108,170); }
H1.HeaderClassName
{
color: #1A6CAA;
}
.AnyTagClassName
{
color: #1A6CAA;
}
</style>
background-color css
<style>
a { background-color: #1A6CAA; }
a { background-color: rgb(26,108,170); }
div.DivClassName
{
background-color: #1A6CAA;
}
.BgClassName
{
background-color: #1A6CAA;
}
</style>
border-color css
<style>
span { border-color: #1A6CAA; }
span { border-color: rgb(26,108,170); }
td.TdClassName
{
border-color: #1A6CAA;
}
.TagClassName
{
border-color: #1A6CAA;
}
</style>