Shades of Lochmara #186D9F
Tints of Lochmara #186D9F
RGB
CMYK
RGB Variations
Color information
#186D9F (or 0x186D9F) is known color: Lochmara. HEX triplet: 18, 6D and 9F. RGB value is (24,109,159). Sum of RGB (Red+Green+Blue) = 24+109+159=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #186D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186D9F is #E79260. Grayscale: #595959. Windows color (decimal): -15176289 or 10448152. OLE color: 10448152.
HSL color Cylindrical-coordinate representation of color #186D9F: hue angle of 202.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #186D9F is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 109 | 159 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.38 |
| HSL | 202.22º | 0.74% | 0.36% | - |
| HSV(B) | 202.22º | 0.85% | 0.62% | - |
| XYZ | 12.1 | 13.63 | 34.79 | - |
| YUV | 89.29 | 167.34 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 159 | 0.85 | 0.31 | 0 | 0.38 | 202.22 | 0.74 | 0.36 |
| Hex | 18 | 6D | 9F | 55 | 1F | 0 | 26 | CA | 4A | 24 |
| Octal | 30 | 155 | 237 | 125 | 37 | 0 | 46 | 312 | 112 | 44 |
| Binary | 11000 | 1101101 | 10011111 | 1010101 | 11111 | 0 | 100110 | 11001010 | 1001010 | 100100 |
Color Harmonies of #186D9F
Complementary color
Monochromatic Colors of #186D9F
Black with #186D9F
Text Example
Text Example
White with #186D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D9F; }
p { color: rgb(24,109,159); }
H1.HeaderClassName
{
color: #186D9F;
}
.AnyTagClassName
{
color: #186D9F;
}
</style>
background-color css
<style>
a { background-color: #186D9F; }
a { background-color: rgb(24,109,159); }
div.DivClassName
{
background-color: #186D9F;
}
.BgClassName
{
background-color: #186D9F;
}
</style>
border-color css
<style>
span { border-color: #186D9F; }
span { border-color: rgb(24,109,159); }
td.TdClassName
{
border-color: #186D9F;
}
.TagClassName
{
border-color: #186D9F;
}
</style>