Shades of Lochmara #186DA1
Tints of Lochmara #186DA1
RGB
CMYK
RGB Variations
Color information
#186DA1 (or 0x186DA1) is known color: Lochmara. HEX triplet: 18, 6D and A1. RGB value is (24,109,161). Sum of RGB (Red+Green+Blue) = 24+109+161=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 161 (63.28% from 255 or 54.76% from 294); Max value from RGB is 161 - color contains mainly: blue. Hex color #186DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186DA1 is #E7925E. Grayscale: #595959. Windows color (decimal): -15176287 or 10579224. OLE color: 10579224.
HSL color Cylindrical-coordinate representation of color #186DA1: hue angle of 202.77º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #186DA1 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 109 | 161 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.37 |
| HSL | 202.77º | 0.74% | 0.36% | - |
| HSV(B) | 202.77º | 0.85% | 0.63% | - |
| XYZ | 12.28 | 13.7 | 35.72 | - |
| YUV | 89.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 161 | 0.85 | 0.32 | 0 | 0.37 | 202.77 | 0.74 | 0.36 |
| Hex | 18 | 6D | A1 | 55 | 20 | 0 | 25 | CB | 4A | 24 |
| Octal | 30 | 155 | 241 | 125 | 40 | 0 | 45 | 313 | 112 | 44 |
| Binary | 11000 | 1101101 | 10100001 | 1010101 | 100000 | 0 | 100101 | 11001011 | 1001010 | 100100 |
Color Harmonies of #186DA1
Complementary color
Monochromatic Colors of #186DA1
Black with #186DA1
Text Example
Text Example
White with #186DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DA1; }
p { color: rgb(24,109,161); }
H1.HeaderClassName
{
color: #186DA1;
}
.AnyTagClassName
{
color: #186DA1;
}
</style>
background-color css
<style>
a { background-color: #186DA1; }
a { background-color: rgb(24,109,161); }
div.DivClassName
{
background-color: #186DA1;
}
.BgClassName
{
background-color: #186DA1;
}
</style>
border-color css
<style>
span { border-color: #186DA1; }
span { border-color: rgb(24,109,161); }
td.TdClassName
{
border-color: #186DA1;
}
.TagClassName
{
border-color: #186DA1;
}
</style>