Shades of Lochmara #1663A0
Tints of Lochmara #1663A0
RGB
CMYK
RGB Variations
Color information
#1663A0 (or 0x1663A0) is known color: Lochmara. HEX triplet: 16, 63 and A0. RGB value is (22,99,160). Sum of RGB (Red+Green+Blue) = 22+99+160=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #1663A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1663A0 is #E99C5F. Grayscale: #525252. Windows color (decimal): -15309920 or 10511126. OLE color: 10511126.
HSL color Cylindrical-coordinate representation of color #1663A0: hue angle of 206.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1663A0 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 99 | 160 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.37 |
| HSL | 206.52º | 0.76% | 0.36% | - |
| HSV(B) | 206.52º | 0.86% | 0.63% | - |
| XYZ | 11.14 | 11.63 | 34.92 | - |
| YUV | 82.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 160 | 0.86 | 0.38 | 0 | 0.37 | 206.52 | 0.76 | 0.36 |
| Hex | 16 | 63 | A0 | 56 | 26 | 0 | 25 | CF | 4C | 24 |
| Octal | 26 | 143 | 240 | 126 | 46 | 0 | 45 | 317 | 114 | 44 |
| Binary | 10110 | 1100011 | 10100000 | 1010110 | 100110 | 0 | 100101 | 11001111 | 1001100 | 100100 |
Color Harmonies of #1663A0
Complementary color
Monochromatic Colors of #1663A0
Black with #1663A0
Text Example
Text Example
White with #1663A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663A0; }
p { color: rgb(22,99,160); }
H1.HeaderClassName
{
color: #1663A0;
}
.AnyTagClassName
{
color: #1663A0;
}
</style>
background-color css
<style>
a { background-color: #1663A0; }
a { background-color: rgb(22,99,160); }
div.DivClassName
{
background-color: #1663A0;
}
.BgClassName
{
background-color: #1663A0;
}
</style>
border-color css
<style>
span { border-color: #1663A0; }
span { border-color: rgb(22,99,160); }
td.TdClassName
{
border-color: #1663A0;
}
.TagClassName
{
border-color: #1663A0;
}
</style>