Shades of Lochmara #16679A
Tints of Lochmara #16679A
RGB
CMYK
RGB Variations
Color information
#16679A (or 0x16679A) is known color: Lochmara. HEX triplet: 16, 67 and 9A. RGB value is (22,103,154). Sum of RGB (Red+Green+Blue) = 22+103+154=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #16679A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16679A is #E99865. Grayscale: #545454. Windows color (decimal): -15308902 or 10118934. OLE color: 10118934.
HSL color Cylindrical-coordinate representation of color #16679A: hue angle of 203.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16679A is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 103 | 154 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.40 |
| HSL | 203.18º | 0.75% | 0.35% | - |
| HSV(B) | 203.18º | 0.86% | 0.6% | - |
| XYZ | 11.01 | 12.2 | 32.35 | - |
| YUV | 84.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 154 | 0.86 | 0.33 | 0 | 0.40 | 203.18 | 0.75 | 0.35 |
| Hex | 16 | 67 | 9A | 56 | 21 | 0 | 28 | CB | 4B | 23 |
| Octal | 26 | 147 | 232 | 126 | 41 | 0 | 50 | 313 | 113 | 43 |
| Binary | 10110 | 1100111 | 10011010 | 1010110 | 100001 | 0 | 101000 | 11001011 | 1001011 | 100011 |
Color Harmonies of #16679A
Complementary color
Monochromatic Colors of #16679A
Black with #16679A
Text Example
Text Example
White with #16679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16679A; }
p { color: rgb(22,103,154); }
H1.HeaderClassName
{
color: #16679A;
}
.AnyTagClassName
{
color: #16679A;
}
</style>
background-color css
<style>
a { background-color: #16679A; }
a { background-color: rgb(22,103,154); }
div.DivClassName
{
background-color: #16679A;
}
.BgClassName
{
background-color: #16679A;
}
</style>
border-color css
<style>
span { border-color: #16679A; }
span { border-color: rgb(22,103,154); }
td.TdClassName
{
border-color: #16679A;
}
.TagClassName
{
border-color: #16679A;
}
</style>