Shades of Lochmara #186898
Tints of Lochmara #186898
RGB
CMYK
RGB Variations
Color information
#186898 (or 0x186898) is known color: Lochmara. HEX triplet: 18, 68 and 98. RGB value is (24,104,152). Sum of RGB (Red+Green+Blue) = 24+104+152=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #186898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186898 is #E79767. Grayscale: #555555. Windows color (decimal): -15177576 or 9988120. OLE color: 9988120.
HSL color Cylindrical-coordinate representation of color #186898: hue angle of 202.5º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186898 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 104 | 152 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.40 |
| HSL | 202.5º | 0.73% | 0.35% | - |
| HSV(B) | 202.5º | 0.84% | 0.6% | - |
| XYZ | 10.99 | 12.36 | 31.51 | - |
| YUV | 85.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 152 | 0.84 | 0.32 | 0 | 0.40 | 202.5 | 0.73 | 0.35 |
| Hex | 18 | 68 | 98 | 54 | 20 | 0 | 28 | CA | 49 | 23 |
| Octal | 30 | 150 | 230 | 124 | 40 | 0 | 50 | 312 | 111 | 43 |
| Binary | 11000 | 1101000 | 10011000 | 1010100 | 100000 | 0 | 101000 | 11001010 | 1001001 | 100011 |
Color Harmonies of #186898
Complementary color
Monochromatic Colors of #186898
Black with #186898
Text Example
Text Example
White with #186898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186898; }
p { color: rgb(24,104,152); }
H1.HeaderClassName
{
color: #186898;
}
.AnyTagClassName
{
color: #186898;
}
</style>
background-color css
<style>
a { background-color: #186898; }
a { background-color: rgb(24,104,152); }
div.DivClassName
{
background-color: #186898;
}
.BgClassName
{
background-color: #186898;
}
</style>
border-color css
<style>
span { border-color: #186898; }
span { border-color: rgb(24,104,152); }
td.TdClassName
{
border-color: #186898;
}
.TagClassName
{
border-color: #186898;
}
</style>