Shades of Lochmara #186BA7
Tints of Lochmara #186BA7
RGB
CMYK
RGB Variations
Color information
#186BA7 (or 0x186BA7) is known color: Lochmara. HEX triplet: 18, 6B and A7. RGB value is (24,107,167). Sum of RGB (Red+Green+Blue) = 24+107+167=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #186BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186BA7 is #E79458. Grayscale: #585858. Windows color (decimal): -15176793 or 10971928. OLE color: 10971928.
HSL color Cylindrical-coordinate representation of color #186BA7: hue angle of 205.17º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #186BA7 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 107 | 167 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.35 |
| HSL | 205.17º | 0.75% | 0.37% | - |
| HSV(B) | 205.17º | 0.86% | 0.65% | - |
| XYZ | 12.61 | 13.5 | 38.5 | - |
| YUV | 89.02 | 172 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 167 | 0.86 | 0.36 | 0 | 0.35 | 205.17 | 0.75 | 0.37 |
| Hex | 18 | 6B | A7 | 56 | 24 | 0 | 23 | CD | 4B | 25 |
| Octal | 30 | 153 | 247 | 126 | 44 | 0 | 43 | 315 | 113 | 45 |
| Binary | 11000 | 1101011 | 10100111 | 1010110 | 100100 | 0 | 100011 | 11001101 | 1001011 | 100101 |
Color Harmonies of #186BA7
Complementary color
Monochromatic Colors of #186BA7
Black with #186BA7
Text Example
Text Example
White with #186BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BA7; }
p { color: rgb(24,107,167); }
H1.HeaderClassName
{
color: #186BA7;
}
.AnyTagClassName
{
color: #186BA7;
}
</style>
background-color css
<style>
a { background-color: #186BA7; }
a { background-color: rgb(24,107,167); }
div.DivClassName
{
background-color: #186BA7;
}
.BgClassName
{
background-color: #186BA7;
}
</style>
border-color css
<style>
span { border-color: #186BA7; }
span { border-color: rgb(24,107,167); }
td.TdClassName
{
border-color: #186BA7;
}
.TagClassName
{
border-color: #186BA7;
}
</style>