Shades of Lochmara #1667A1
Tints of Lochmara #1667A1
RGB
CMYK
RGB Variations
Color information
#1667A1 (or 0x1667A1) is known color: Lochmara. HEX triplet: 16, 67 and A1. RGB value is (22,103,161). Sum of RGB (Red+Green+Blue) = 22+103+161=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #1667A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1667A1 is #E9985E. Grayscale: #555555. Windows color (decimal): -15308895 or 10577686. OLE color: 10577686.
HSL color Cylindrical-coordinate representation of color #1667A1: hue angle of 205.04º 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 #1667A1 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 103 | 161 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.37 |
| HSL | 205.04º | 0.76% | 0.36% | - |
| HSV(B) | 205.04º | 0.86% | 0.63% | - |
| XYZ | 11.61 | 12.44 | 35.51 | - |
| YUV | 85.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 161 | 0.86 | 0.36 | 0 | 0.37 | 205.04 | 0.76 | 0.36 |
| Hex | 16 | 67 | A1 | 56 | 24 | 0 | 25 | CD | 4C | 24 |
| Octal | 26 | 147 | 241 | 126 | 44 | 0 | 45 | 315 | 114 | 44 |
| Binary | 10110 | 1100111 | 10100001 | 1010110 | 100100 | 0 | 100101 | 11001101 | 1001100 | 100100 |
Color Harmonies of #1667A1
Complementary color
Monochromatic Colors of #1667A1
Black with #1667A1
Text Example
Text Example
White with #1667A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667A1; }
p { color: rgb(22,103,161); }
H1.HeaderClassName
{
color: #1667A1;
}
.AnyTagClassName
{
color: #1667A1;
}
</style>
background-color css
<style>
a { background-color: #1667A1; }
a { background-color: rgb(22,103,161); }
div.DivClassName
{
background-color: #1667A1;
}
.BgClassName
{
background-color: #1667A1;
}
</style>
border-color css
<style>
span { border-color: #1667A1; }
span { border-color: rgb(22,103,161); }
td.TdClassName
{
border-color: #1667A1;
}
.TagClassName
{
border-color: #1667A1;
}
</style>