Shades of Lochmara #1B6EA9
Tints of Lochmara #1B6EA9
RGB
CMYK
RGB Variations
Color information
#1B6EA9 (or 0x1B6EA9) is known color: Lochmara. HEX triplet: 1B, 6E and A9. RGB value is (27,110,169). Sum of RGB (Red+Green+Blue) = 27+110+169=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #1B6EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6EA9 is #E49156. Grayscale: #5B5B5B. Windows color (decimal): -14979415 or 11103771. OLE color: 11103771.
HSL color Cylindrical-coordinate representation of color #1B6EA9: hue angle of 204.93º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B6EA9 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 110 | 169 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.34 |
| HSL | 204.93º | 0.72% | 0.38% | - |
| HSV(B) | 204.93º | 0.84% | 0.66% | - |
| XYZ | 13.19 | 14.25 | 39.59 | - |
| YUV | 91.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 110 | 169 | 0.84 | 0.35 | 0 | 0.34 | 204.93 | 0.72 | 0.38 |
| Hex | 1B | 6E | A9 | 54 | 23 | 0 | 22 | CD | 48 | 26 |
| Octal | 33 | 156 | 251 | 124 | 43 | 0 | 42 | 315 | 110 | 46 |
| Binary | 11011 | 1101110 | 10101001 | 1010100 | 100011 | 0 | 100010 | 11001101 | 1001000 | 100110 |
Color Harmonies of #1B6EA9
Complementary color
Monochromatic Colors of #1B6EA9
Black with #1B6EA9
Text Example
Text Example
White with #1B6EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6EA9; }
p { color: rgb(27,110,169); }
H1.HeaderClassName
{
color: #1B6EA9;
}
.AnyTagClassName
{
color: #1B6EA9;
}
</style>
background-color css
<style>
a { background-color: #1B6EA9; }
a { background-color: rgb(27,110,169); }
div.DivClassName
{
background-color: #1B6EA9;
}
.BgClassName
{
background-color: #1B6EA9;
}
</style>
border-color css
<style>
span { border-color: #1B6EA9; }
span { border-color: rgb(27,110,169); }
td.TdClassName
{
border-color: #1B6EA9;
}
.TagClassName
{
border-color: #1B6EA9;
}
</style>