Shades of Lochmara #18649F
Tints of Lochmara #18649F
RGB
CMYK
RGB Variations
Color information
#18649F (or 0x18649F) is known color: Lochmara. HEX triplet: 18, 64 and 9F. RGB value is (24,100,159). Sum of RGB (Red+Green+Blue) = 24+100+159=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #18649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18649F is #E79B60. Grayscale: #535353. Windows color (decimal): -15178593 or 10445848. OLE color: 10445848.
HSL color Cylindrical-coordinate representation of color #18649F: hue angle of 206.22º 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 #18649F is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 100 | 159 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.38 |
| HSL | 206.22º | 0.74% | 0.36% | - |
| HSV(B) | 206.22º | 0.85% | 0.62% | - |
| XYZ | 11.19 | 11.81 | 34.49 | - |
| YUV | 84 | 170.32 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 159 | 0.85 | 0.37 | 0 | 0.38 | 206.22 | 0.74 | 0.36 |
| Hex | 18 | 64 | 9F | 55 | 25 | 0 | 26 | CE | 4A | 24 |
| Octal | 30 | 144 | 237 | 125 | 45 | 0 | 46 | 316 | 112 | 44 |
| Binary | 11000 | 1100100 | 10011111 | 1010101 | 100101 | 0 | 100110 | 11001110 | 1001010 | 100100 |
Color Harmonies of #18649F
Complementary color
Monochromatic Colors of #18649F
Black with #18649F
Text Example
Text Example
White with #18649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18649F; }
p { color: rgb(24,100,159); }
H1.HeaderClassName
{
color: #18649F;
}
.AnyTagClassName
{
color: #18649F;
}
</style>
background-color css
<style>
a { background-color: #18649F; }
a { background-color: rgb(24,100,159); }
div.DivClassName
{
background-color: #18649F;
}
.BgClassName
{
background-color: #18649F;
}
</style>
border-color css
<style>
span { border-color: #18649F; }
span { border-color: rgb(24,100,159); }
td.TdClassName
{
border-color: #18649F;
}
.TagClassName
{
border-color: #18649F;
}
</style>