Shades of Lochmara #18709F
Tints of Lochmara #18709F
RGB
CMYK
RGB Variations
Color information
#18709F (or 0x18709F) is known color: Lochmara. HEX triplet: 18, 70 and 9F. RGB value is (24,112,159). Sum of RGB (Red+Green+Blue) = 24+112+159=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #18709F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18709F is #E78F60. Grayscale: #5A5A5A. Windows color (decimal): -15175521 or 10448920. OLE color: 10448920.
HSL color Cylindrical-coordinate representation of color #18709F: hue angle of 200.89º 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 #18709F is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 112 | 159 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.38 |
| HSL | 200.89º | 0.74% | 0.36% | - |
| HSV(B) | 200.89º | 0.85% | 0.62% | - |
| XYZ | 12.43 | 14.29 | 34.9 | - |
| YUV | 91.05 | 166.35 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 159 | 0.85 | 0.30 | 0 | 0.38 | 200.89 | 0.74 | 0.36 |
| Hex | 18 | 70 | 9F | 55 | 1E | 0 | 26 | C9 | 4A | 24 |
| Octal | 30 | 160 | 237 | 125 | 36 | 0 | 46 | 311 | 112 | 44 |
| Binary | 11000 | 1110000 | 10011111 | 1010101 | 11110 | 0 | 100110 | 11001001 | 1001010 | 100100 |
Color Harmonies of #18709F
Complementary color
Monochromatic Colors of #18709F
Black with #18709F
Text Example
Text Example
White with #18709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18709F; }
p { color: rgb(24,112,159); }
H1.HeaderClassName
{
color: #18709F;
}
.AnyTagClassName
{
color: #18709F;
}
</style>
background-color css
<style>
a { background-color: #18709F; }
a { background-color: rgb(24,112,159); }
div.DivClassName
{
background-color: #18709F;
}
.BgClassName
{
background-color: #18709F;
}
</style>
border-color css
<style>
span { border-color: #18709F; }
span { border-color: rgb(24,112,159); }
td.TdClassName
{
border-color: #18709F;
}
.TagClassName
{
border-color: #18709F;
}
</style>