Shades of Lochmara #16679E
Tints of Lochmara #16679E
RGB
CMYK
RGB Variations
Color information
#16679E (or 0x16679E) is known color: Lochmara. HEX triplet: 16, 67 and 9E. RGB value is (22,103,158). Sum of RGB (Red+Green+Blue) = 22+103+158=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #16679E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16679E is #E99861. Grayscale: #545454. Windows color (decimal): -15308898 or 10381078. OLE color: 10381078.
HSL color Cylindrical-coordinate representation of color #16679E: hue angle of 204.26º degrees, saturation: 0.76, 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 #16679E is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 103 | 158 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.38 |
| HSL | 204.26º | 0.76% | 0.35% | - |
| HSV(B) | 204.26º | 0.86% | 0.62% | - |
| XYZ | 11.35 | 12.34 | 34.13 | - |
| YUV | 85.05 | 169.16 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 158 | 0.86 | 0.35 | 0 | 0.38 | 204.26 | 0.76 | 0.35 |
| Hex | 16 | 67 | 9E | 56 | 23 | 0 | 26 | CC | 4C | 23 |
| Octal | 26 | 147 | 236 | 126 | 43 | 0 | 46 | 314 | 114 | 43 |
| Binary | 10110 | 1100111 | 10011110 | 1010110 | 100011 | 0 | 100110 | 11001100 | 1001100 | 100011 |
Color Harmonies of #16679E
Complementary color
Monochromatic Colors of #16679E
Black with #16679E
Text Example
Text Example
White with #16679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16679E; }
p { color: rgb(22,103,158); }
H1.HeaderClassName
{
color: #16679E;
}
.AnyTagClassName
{
color: #16679E;
}
</style>
background-color css
<style>
a { background-color: #16679E; }
a { background-color: rgb(22,103,158); }
div.DivClassName
{
background-color: #16679E;
}
.BgClassName
{
background-color: #16679E;
}
</style>
border-color css
<style>
span { border-color: #16679E; }
span { border-color: rgb(22,103,158); }
td.TdClassName
{
border-color: #16679E;
}
.TagClassName
{
border-color: #16679E;
}
</style>