Shades of Lochmara #18669A
Tints of Lochmara #18669A
RGB
CMYK
RGB Variations
Color information
#18669A (or 0x18669A) is known color: Lochmara. HEX triplet: 18, 66 and 9A. RGB value is (24,102,154). Sum of RGB (Red+Green+Blue) = 24+102+154=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #18669A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18669A is #E79965. Grayscale: #545454. Windows color (decimal): -15178086 or 10118680. OLE color: 10118680.
HSL color Cylindrical-coordinate representation of color #18669A: hue angle of 204º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18669A is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 102 | 154 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.40 |
| HSL | 204º | 0.73% | 0.35% | - |
| HSV(B) | 204º | 0.84% | 0.6% | - |
| XYZ | 10.96 | 12.03 | 32.32 | - |
| YUV | 84.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 154 | 0.84 | 0.34 | 0 | 0.40 | 204 | 0.73 | 0.35 |
| Hex | 18 | 66 | 9A | 54 | 22 | 0 | 28 | CC | 49 | 23 |
| Octal | 30 | 146 | 232 | 124 | 42 | 0 | 50 | 314 | 111 | 43 |
| Binary | 11000 | 1100110 | 10011010 | 1010100 | 100010 | 0 | 101000 | 11001100 | 1001001 | 100011 |
Color Harmonies of #18669A
Complementary color
Monochromatic Colors of #18669A
Black with #18669A
Text Example
Text Example
White with #18669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18669A; }
p { color: rgb(24,102,154); }
H1.HeaderClassName
{
color: #18669A;
}
.AnyTagClassName
{
color: #18669A;
}
</style>
background-color css
<style>
a { background-color: #18669A; }
a { background-color: rgb(24,102,154); }
div.DivClassName
{
background-color: #18669A;
}
.BgClassName
{
background-color: #18669A;
}
</style>
border-color css
<style>
span { border-color: #18669A; }
span { border-color: rgb(24,102,154); }
td.TdClassName
{
border-color: #18669A;
}
.TagClassName
{
border-color: #18669A;
}
</style>