Shades of Lochmara #1A6799
Tints of Lochmara #1A6799
RGB
CMYK
RGB Variations
Color information
#1A6799 (or 0x1A6799) is known color: Lochmara. HEX triplet: 1A, 67 and 99. RGB value is (26,103,153). Sum of RGB (Red+Green+Blue) = 26+103+153=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A6799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6799 is #E59866. Grayscale: #555555. Windows color (decimal): -15046759 or 10053402. OLE color: 10053402.
HSL color Cylindrical-coordinate representation of color #1A6799: hue angle of 203.62º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A6799 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 103 | 153 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.4 |
| HSL | 203.62º | 0.71% | 0.35% | - |
| HSV(B) | 203.62º | 0.83% | 0.6% | - |
| XYZ | 11.03 | 12.22 | 31.91 | - |
| YUV | 85.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 153 | 0.83 | 0.33 | 0 | 0.4 | 203.62 | 0.71 | 0.35 |
| Hex | 1A | 67 | 99 | 53 | 21 | 0 | 28 | CC | 47 | 23 |
| Octal | 32 | 147 | 231 | 123 | 41 | 0 | 50 | 314 | 107 | 43 |
| Binary | 11010 | 1100111 | 10011001 | 1010011 | 100001 | 0 | 101000 | 11001100 | 1000111 | 100011 |
Color Harmonies of #1A6799
Complementary color
Monochromatic Colors of #1A6799
Black with #1A6799
Text Example
Text Example
White with #1A6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6799; }
p { color: rgb(26,103,153); }
H1.HeaderClassName
{
color: #1A6799;
}
.AnyTagClassName
{
color: #1A6799;
}
</style>
background-color css
<style>
a { background-color: #1A6799; }
a { background-color: rgb(26,103,153); }
div.DivClassName
{
background-color: #1A6799;
}
.BgClassName
{
background-color: #1A6799;
}
</style>
border-color css
<style>
span { border-color: #1A6799; }
span { border-color: rgb(26,103,153); }
td.TdClassName
{
border-color: #1A6799;
}
.TagClassName
{
border-color: #1A6799;
}
</style>