Shades of Lochmara #16679C
Tints of Lochmara #16679C
RGB
CMYK
RGB Variations
Color information
#16679C (or 0x16679C) is known color: Lochmara. HEX triplet: 16, 67 and 9C. RGB value is (22,103,156). Sum of RGB (Red+Green+Blue) = 22+103+156=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #16679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16679C is #E99863. Grayscale: #545454. Windows color (decimal): -15308900 or 10250006. OLE color: 10250006.
HSL color Cylindrical-coordinate representation of color #16679C: hue angle of 203.73º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16679C is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 103 | 156 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.39 |
| HSL | 203.73º | 0.75% | 0.35% | - |
| HSV(B) | 203.73º | 0.86% | 0.61% | - |
| XYZ | 11.18 | 12.27 | 33.23 | - |
| YUV | 84.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 156 | 0.86 | 0.34 | 0 | 0.39 | 203.73 | 0.75 | 0.35 |
| Hex | 16 | 67 | 9C | 56 | 22 | 0 | 27 | CC | 4B | 23 |
| Octal | 26 | 147 | 234 | 126 | 42 | 0 | 47 | 314 | 113 | 43 |
| Binary | 10110 | 1100111 | 10011100 | 1010110 | 100010 | 0 | 100111 | 11001100 | 1001011 | 100011 |
Color Harmonies of #16679C
Complementary color
Monochromatic Colors of #16679C
Black with #16679C
Text Example
Text Example
White with #16679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16679C; }
p { color: rgb(22,103,156); }
H1.HeaderClassName
{
color: #16679C;
}
.AnyTagClassName
{
color: #16679C;
}
</style>
background-color css
<style>
a { background-color: #16679C; }
a { background-color: rgb(22,103,156); }
div.DivClassName
{
background-color: #16679C;
}
.BgClassName
{
background-color: #16679C;
}
</style>
border-color css
<style>
span { border-color: #16679C; }
span { border-color: rgb(22,103,156); }
td.TdClassName
{
border-color: #16679C;
}
.TagClassName
{
border-color: #16679C;
}
</style>