Shades of Lochmara #18699E
Tints of Lochmara #18699E
RGB
CMYK
RGB Variations
Color information
#18699E (or 0x18699E) is known color: Lochmara. HEX triplet: 18, 69 and 9E. RGB value is (24,105,158). Sum of RGB (Red+Green+Blue) = 24+105+158=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #18699E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18699E is #E79661. Grayscale: #565656. Windows color (decimal): -15177314 or 10381592. OLE color: 10381592.
HSL color Cylindrical-coordinate representation of color #18699E: hue angle of 203.73º 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 #18699E is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 105 | 158 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.38 |
| HSL | 203.73º | 0.74% | 0.36% | - |
| HSV(B) | 203.73º | 0.85% | 0.62% | - |
| XYZ | 11.6 | 12.77 | 34.2 | - |
| YUV | 86.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 158 | 0.85 | 0.34 | 0 | 0.38 | 203.73 | 0.74 | 0.36 |
| Hex | 18 | 69 | 9E | 55 | 22 | 0 | 26 | CC | 4A | 24 |
| Octal | 30 | 151 | 236 | 125 | 42 | 0 | 46 | 314 | 112 | 44 |
| Binary | 11000 | 1101001 | 10011110 | 1010101 | 100010 | 0 | 100110 | 11001100 | 1001010 | 100100 |
Color Harmonies of #18699E
Complementary color
Monochromatic Colors of #18699E
Black with #18699E
Text Example
Text Example
White with #18699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18699E; }
p { color: rgb(24,105,158); }
H1.HeaderClassName
{
color: #18699E;
}
.AnyTagClassName
{
color: #18699E;
}
</style>
background-color css
<style>
a { background-color: #18699E; }
a { background-color: rgb(24,105,158); }
div.DivClassName
{
background-color: #18699E;
}
.BgClassName
{
background-color: #18699E;
}
</style>
border-color css
<style>
span { border-color: #18699E; }
span { border-color: rgb(24,105,158); }
td.TdClassName
{
border-color: #18699E;
}
.TagClassName
{
border-color: #18699E;
}
</style>