Shades of Lochmara #1866A2
Tints of Lochmara #1866A2
RGB
CMYK
RGB Variations
Color information
#1866A2 (or 0x1866A2) is known color: Lochmara. HEX triplet: 18, 66 and A2. RGB value is (24,102,162). Sum of RGB (Red+Green+Blue) = 24+102+162=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #1866A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1866A2 is #E7995D. Grayscale: #555555. Windows color (decimal): -15178078 or 10642968. OLE color: 10642968.
HSL color Cylindrical-coordinate representation of color #1866A2: hue angle of 206.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1866A2 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 102 | 162 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.36 |
| HSL | 206.09º | 0.74% | 0.36% | - |
| HSV(B) | 206.09º | 0.85% | 0.64% | - |
| XYZ | 11.65 | 12.31 | 35.94 | - |
| YUV | 85.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 162 | 0.85 | 0.37 | 0 | 0.36 | 206.09 | 0.74 | 0.36 |
| Hex | 18 | 66 | A2 | 55 | 25 | 0 | 24 | CE | 4A | 24 |
| Octal | 30 | 146 | 242 | 125 | 45 | 0 | 44 | 316 | 112 | 44 |
| Binary | 11000 | 1100110 | 10100010 | 1010101 | 100101 | 0 | 100100 | 11001110 | 1001010 | 100100 |
Color Harmonies of #1866A2
Complementary color
Monochromatic Colors of #1866A2
Black with #1866A2
Text Example
Text Example
White with #1866A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1866A2; }
p { color: rgb(24,102,162); }
H1.HeaderClassName
{
color: #1866A2;
}
.AnyTagClassName
{
color: #1866A2;
}
</style>
background-color css
<style>
a { background-color: #1866A2; }
a { background-color: rgb(24,102,162); }
div.DivClassName
{
background-color: #1866A2;
}
.BgClassName
{
background-color: #1866A2;
}
</style>
border-color css
<style>
span { border-color: #1866A2; }
span { border-color: rgb(24,102,162); }
td.TdClassName
{
border-color: #1866A2;
}
.TagClassName
{
border-color: #1866A2;
}
</style>