Shades of Lochmara #166D9D
Tints of Lochmara #166D9D
RGB
CMYK
RGB Variations
Color information
#166D9D (or 0x166D9D) is known color: Lochmara. HEX triplet: 16, 6D and 9D. RGB value is (22,109,157). Sum of RGB (Red+Green+Blue) = 22+109+157=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #166D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166D9D is #E99262. Grayscale: #585858. Windows color (decimal): -15307363 or 10317078. OLE color: 10317078.
HSL color Cylindrical-coordinate representation of color #166D9D: hue angle of 201.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166D9D is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 109 | 157 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.38 |
| HSL | 201.33º | 0.75% | 0.35% | - |
| HSV(B) | 201.33º | 0.86% | 0.62% | - |
| XYZ | 11.89 | 13.54 | 33.89 | - |
| YUV | 88.46 | 166.68 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 157 | 0.86 | 0.31 | 0 | 0.38 | 201.33 | 0.75 | 0.35 |
| Hex | 16 | 6D | 9D | 56 | 1F | 0 | 26 | C9 | 4B | 23 |
| Octal | 26 | 155 | 235 | 126 | 37 | 0 | 46 | 311 | 113 | 43 |
| Binary | 10110 | 1101101 | 10011101 | 1010110 | 11111 | 0 | 100110 | 11001001 | 1001011 | 100011 |
Color Harmonies of #166D9D
Complementary color
Monochromatic Colors of #166D9D
Black with #166D9D
Text Example
Text Example
White with #166D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D9D; }
p { color: rgb(22,109,157); }
H1.HeaderClassName
{
color: #166D9D;
}
.AnyTagClassName
{
color: #166D9D;
}
</style>
background-color css
<style>
a { background-color: #166D9D; }
a { background-color: rgb(22,109,157); }
div.DivClassName
{
background-color: #166D9D;
}
.BgClassName
{
background-color: #166D9D;
}
</style>
border-color css
<style>
span { border-color: #166D9D; }
span { border-color: rgb(22,109,157); }
td.TdClassName
{
border-color: #166D9D;
}
.TagClassName
{
border-color: #166D9D;
}
</style>