Shades of Lochmara #1A699C
Tints of Lochmara #1A699C
RGB
CMYK
RGB Variations
Color information
#1A699C (or 0x1A699C) is known color: Lochmara. HEX triplet: 1A, 69 and 9C. RGB value is (26,105,156). Sum of RGB (Red+Green+Blue) = 26+105+156=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A699C is #E59663. Grayscale: #565656. Windows color (decimal): -15046244 or 10250522. OLE color: 10250522.
HSL color Cylindrical-coordinate representation of color #1A699C: hue angle of 203.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A699C is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 105 | 156 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.39 |
| HSL | 203.54º | 0.71% | 0.36% | - |
| HSV(B) | 203.54º | 0.83% | 0.61% | - |
| XYZ | 11.48 | 12.72 | 33.3 | - |
| YUV | 87.19 | 166.83 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 156 | 0.83 | 0.33 | 0 | 0.39 | 203.54 | 0.71 | 0.36 |
| Hex | 1A | 69 | 9C | 53 | 21 | 0 | 27 | CC | 47 | 24 |
| Octal | 32 | 151 | 234 | 123 | 41 | 0 | 47 | 314 | 107 | 44 |
| Binary | 11010 | 1101001 | 10011100 | 1010011 | 100001 | 0 | 100111 | 11001100 | 1000111 | 100100 |
Color Harmonies of #1A699C
Complementary color
Monochromatic Colors of #1A699C
Black with #1A699C
Text Example
Text Example
White with #1A699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A699C; }
p { color: rgb(26,105,156); }
H1.HeaderClassName
{
color: #1A699C;
}
.AnyTagClassName
{
color: #1A699C;
}
</style>
background-color css
<style>
a { background-color: #1A699C; }
a { background-color: rgb(26,105,156); }
div.DivClassName
{
background-color: #1A699C;
}
.BgClassName
{
background-color: #1A699C;
}
</style>
border-color css
<style>
span { border-color: #1A699C; }
span { border-color: rgb(26,105,156); }
td.TdClassName
{
border-color: #1A699C;
}
.TagClassName
{
border-color: #1A699C;
}
</style>