Shades of Lochmara #1566A2
Tints of Lochmara #1566A2
RGB
CMYK
RGB Variations
Color information
#1566A2 (or 0x1566A2) is known color: Lochmara. HEX triplet: 15, 66 and A2. RGB value is (21,102,162). Sum of RGB (Red+Green+Blue) = 21+102+162=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #1566A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1566A2 is #EA995D. Grayscale: #545454. Windows color (decimal): -15374686 or 10642965. OLE color: 10642965.
HSL color Cylindrical-coordinate representation of color #1566A2: hue angle of 205.53º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1566A2 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 102 | 162 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.36 |
| HSL | 205.53º | 0.77% | 0.36% | - |
| HSV(B) | 205.53º | 0.87% | 0.64% | - |
| XYZ | 11.58 | 12.27 | 35.94 | - |
| YUV | 84.62 | 171.66 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 162 | 0.87 | 0.37 | 0 | 0.36 | 205.53 | 0.77 | 0.36 |
| Hex | 15 | 66 | A2 | 57 | 25 | 0 | 24 | CE | 4D | 24 |
| Octal | 25 | 146 | 242 | 127 | 45 | 0 | 44 | 316 | 115 | 44 |
| Binary | 10101 | 1100110 | 10100010 | 1010111 | 100101 | 0 | 100100 | 11001110 | 1001101 | 100100 |
Color Harmonies of #1566A2
Complementary color
Monochromatic Colors of #1566A2
Black with #1566A2
Text Example
Text Example
White with #1566A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566A2; }
p { color: rgb(21,102,162); }
H1.HeaderClassName
{
color: #1566A2;
}
.AnyTagClassName
{
color: #1566A2;
}
</style>
background-color css
<style>
a { background-color: #1566A2; }
a { background-color: rgb(21,102,162); }
div.DivClassName
{
background-color: #1566A2;
}
.BgClassName
{
background-color: #1566A2;
}
</style>
border-color css
<style>
span { border-color: #1566A2; }
span { border-color: rgb(21,102,162); }
td.TdClassName
{
border-color: #1566A2;
}
.TagClassName
{
border-color: #1566A2;
}
</style>