Shades of Lochmara #166CA1
Tints of Lochmara #166CA1
RGB
CMYK
RGB Variations
Color information
#166CA1 (or 0x166CA1) is known color: Lochmara. HEX triplet: 16, 6C and A1. RGB value is (22,108,161). Sum of RGB (Red+Green+Blue) = 22+108+161=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #166CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166CA1 is #E9935E. Grayscale: #585858. Windows color (decimal): -15307615 or 10578966. OLE color: 10578966.
HSL color Cylindrical-coordinate representation of color #166CA1: hue angle of 202.88º 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 #166CA1 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 108 | 161 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.37 |
| HSL | 202.88º | 0.76% | 0.36% | - |
| HSV(B) | 202.88º | 0.86% | 0.63% | - |
| XYZ | 12.13 | 13.47 | 35.68 | - |
| YUV | 88.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 161 | 0.86 | 0.33 | 0 | 0.37 | 202.88 | 0.76 | 0.36 |
| Hex | 16 | 6C | A1 | 56 | 21 | 0 | 25 | CB | 4C | 24 |
| Octal | 26 | 154 | 241 | 126 | 41 | 0 | 45 | 313 | 114 | 44 |
| Binary | 10110 | 1101100 | 10100001 | 1010110 | 100001 | 0 | 100101 | 11001011 | 1001100 | 100100 |
Color Harmonies of #166CA1
Complementary color
Monochromatic Colors of #166CA1
Black with #166CA1
Text Example
Text Example
White with #166CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CA1; }
p { color: rgb(22,108,161); }
H1.HeaderClassName
{
color: #166CA1;
}
.AnyTagClassName
{
color: #166CA1;
}
</style>
background-color css
<style>
a { background-color: #166CA1; }
a { background-color: rgb(22,108,161); }
div.DivClassName
{
background-color: #166CA1;
}
.BgClassName
{
background-color: #166CA1;
}
</style>
border-color css
<style>
span { border-color: #166CA1; }
span { border-color: rgb(22,108,161); }
td.TdClassName
{
border-color: #166CA1;
}
.TagClassName
{
border-color: #166CA1;
}
</style>