Shades of Lochmara #18689C
Tints of Lochmara #18689C
RGB
CMYK
RGB Variations
Color information
#18689C (or 0x18689C) is known color: Lochmara. HEX triplet: 18, 68 and 9C. RGB value is (24,104,156). Sum of RGB (Red+Green+Blue) = 24+104+156=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #18689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18689C is #E79763. Grayscale: #555555. Windows color (decimal): -15177572 or 10250264. OLE color: 10250264.
HSL color Cylindrical-coordinate representation of color #18689C: hue angle of 203.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18689C is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 104 | 156 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.39 |
| HSL | 203.64º | 0.73% | 0.35% | - |
| HSV(B) | 203.64º | 0.85% | 0.61% | - |
| XYZ | 11.33 | 12.5 | 33.27 | - |
| YUV | 86.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 156 | 0.85 | 0.33 | 0 | 0.39 | 203.64 | 0.73 | 0.35 |
| Hex | 18 | 68 | 9C | 55 | 21 | 0 | 27 | CC | 49 | 23 |
| Octal | 30 | 150 | 234 | 125 | 41 | 0 | 47 | 314 | 111 | 43 |
| Binary | 11000 | 1101000 | 10011100 | 1010101 | 100001 | 0 | 100111 | 11001100 | 1001001 | 100011 |
Color Harmonies of #18689C
Complementary color
Monochromatic Colors of #18689C
Black with #18689C
Text Example
Text Example
White with #18689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18689C; }
p { color: rgb(24,104,156); }
H1.HeaderClassName
{
color: #18689C;
}
.AnyTagClassName
{
color: #18689C;
}
</style>
background-color css
<style>
a { background-color: #18689C; }
a { background-color: rgb(24,104,156); }
div.DivClassName
{
background-color: #18689C;
}
.BgClassName
{
background-color: #18689C;
}
</style>
border-color css
<style>
span { border-color: #18689C; }
span { border-color: rgb(24,104,156); }
td.TdClassName
{
border-color: #18689C;
}
.TagClassName
{
border-color: #18689C;
}
</style>