Shades of Lochmara #1A6BA4
Tints of Lochmara #1A6BA4
RGB
CMYK
RGB Variations
Color information
#1A6BA4 (or 0x1A6BA4) is known color: Lochmara. HEX triplet: 1A, 6B and A4. RGB value is (26,107,164). Sum of RGB (Red+Green+Blue) = 26+107+164=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A6BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6BA4 is #E5945B. Grayscale: #585858. Windows color (decimal): -15045724 or 10775322. OLE color: 10775322.
HSL color Cylindrical-coordinate representation of color #1A6BA4: hue angle of 204.78º 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 #1A6BA4 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 107 | 164 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.36 |
| HSL | 204.78º | 0.73% | 0.37% | - |
| HSV(B) | 204.78º | 0.84% | 0.64% | - |
| XYZ | 12.38 | 13.42 | 37.06 | - |
| YUV | 89.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 164 | 0.84 | 0.35 | 0 | 0.36 | 204.78 | 0.73 | 0.37 |
| Hex | 1A | 6B | A4 | 54 | 23 | 0 | 24 | CD | 49 | 25 |
| Octal | 32 | 153 | 244 | 124 | 43 | 0 | 44 | 315 | 111 | 45 |
| Binary | 11010 | 1101011 | 10100100 | 1010100 | 100011 | 0 | 100100 | 11001101 | 1001001 | 100101 |
Color Harmonies of #1A6BA4
Complementary color
Monochromatic Colors of #1A6BA4
Black with #1A6BA4
Text Example
Text Example
White with #1A6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6BA4; }
p { color: rgb(26,107,164); }
H1.HeaderClassName
{
color: #1A6BA4;
}
.AnyTagClassName
{
color: #1A6BA4;
}
</style>
background-color css
<style>
a { background-color: #1A6BA4; }
a { background-color: rgb(26,107,164); }
div.DivClassName
{
background-color: #1A6BA4;
}
.BgClassName
{
background-color: #1A6BA4;
}
</style>
border-color css
<style>
span { border-color: #1A6BA4; }
span { border-color: rgb(26,107,164); }
td.TdClassName
{
border-color: #1A6BA4;
}
.TagClassName
{
border-color: #1A6BA4;
}
</style>