Shades of Lochmara #18689F
Tints of Lochmara #18689F
RGB
CMYK
RGB Variations
Color information
#18689F (or 0x18689F) is known color: Lochmara. HEX triplet: 18, 68 and 9F. RGB value is (24,104,159). Sum of RGB (Red+Green+Blue) = 24+104+159=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #18689F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18689F is #E79760. Grayscale: #565656. Windows color (decimal): -15177569 or 10446872. OLE color: 10446872.
HSL color Cylindrical-coordinate representation of color #18689F: hue angle of 204.44º 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 #18689F is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 104 | 159 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.38 |
| HSL | 204.44º | 0.74% | 0.36% | - |
| HSV(B) | 204.44º | 0.85% | 0.62% | - |
| XYZ | 11.59 | 12.6 | 34.62 | - |
| YUV | 86.35 | 169 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 159 | 0.85 | 0.35 | 0 | 0.38 | 204.44 | 0.74 | 0.36 |
| Hex | 18 | 68 | 9F | 55 | 23 | 0 | 26 | CC | 4A | 24 |
| Octal | 30 | 150 | 237 | 125 | 43 | 0 | 46 | 314 | 112 | 44 |
| Binary | 11000 | 1101000 | 10011111 | 1010101 | 100011 | 0 | 100110 | 11001100 | 1001010 | 100100 |
Color Harmonies of #18689F
Complementary color
Monochromatic Colors of #18689F
Black with #18689F
Text Example
Text Example
White with #18689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18689F; }
p { color: rgb(24,104,159); }
H1.HeaderClassName
{
color: #18689F;
}
.AnyTagClassName
{
color: #18689F;
}
</style>
background-color css
<style>
a { background-color: #18689F; }
a { background-color: rgb(24,104,159); }
div.DivClassName
{
background-color: #18689F;
}
.BgClassName
{
background-color: #18689F;
}
</style>
border-color css
<style>
span { border-color: #18689F; }
span { border-color: rgb(24,104,159); }
td.TdClassName
{
border-color: #18689F;
}
.TagClassName
{
border-color: #18689F;
}
</style>