Shades of Lochmara #16689D
Tints of Lochmara #16689D
RGB
CMYK
RGB Variations
Color information
#16689D (or 0x16689D) is known color: Lochmara. HEX triplet: 16, 68 and 9D. RGB value is (22,104,157). Sum of RGB (Red+Green+Blue) = 22+104+157=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #16689D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16689D is #E99762. Grayscale: #555555. Windows color (decimal): -15308643 or 10315798. OLE color: 10315798.
HSL color Cylindrical-coordinate representation of color #16689D: hue angle of 203.56º 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 #16689D is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 104 | 157 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.38 |
| HSL | 203.56º | 0.75% | 0.35% | - |
| HSV(B) | 203.56º | 0.86% | 0.62% | - |
| XYZ | 11.37 | 12.51 | 33.71 | - |
| YUV | 85.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 157 | 0.86 | 0.34 | 0 | 0.38 | 203.56 | 0.75 | 0.35 |
| Hex | 16 | 68 | 9D | 56 | 22 | 0 | 26 | CC | 4B | 23 |
| Octal | 26 | 150 | 235 | 126 | 42 | 0 | 46 | 314 | 113 | 43 |
| Binary | 10110 | 1101000 | 10011101 | 1010110 | 100010 | 0 | 100110 | 11001100 | 1001011 | 100011 |
Color Harmonies of #16689D
Complementary color
Monochromatic Colors of #16689D
Black with #16689D
Text Example
Text Example
White with #16689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16689D; }
p { color: rgb(22,104,157); }
H1.HeaderClassName
{
color: #16689D;
}
.AnyTagClassName
{
color: #16689D;
}
</style>
background-color css
<style>
a { background-color: #16689D; }
a { background-color: rgb(22,104,157); }
div.DivClassName
{
background-color: #16689D;
}
.BgClassName
{
background-color: #16689D;
}
</style>
border-color css
<style>
span { border-color: #16689D; }
span { border-color: rgb(22,104,157); }
td.TdClassName
{
border-color: #16689D;
}
.TagClassName
{
border-color: #16689D;
}
</style>