Shades of Lochmara #16679B
Tints of Lochmara #16679B
RGB
CMYK
RGB Variations
Color information
#16679B (or 0x16679B) is known color: Lochmara. HEX triplet: 16, 67 and 9B. RGB value is (22,103,155). Sum of RGB (Red+Green+Blue) = 22+103+155=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #16679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16679B is #E99864. Grayscale: #545454. Windows color (decimal): -15308901 or 10184470. OLE color: 10184470.
HSL color Cylindrical-coordinate representation of color #16679B: hue angle of 203.46º 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 #16679B is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 103 | 155 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.39 |
| HSL | 203.46º | 0.75% | 0.35% | - |
| HSV(B) | 203.46º | 0.86% | 0.61% | - |
| XYZ | 11.1 | 12.24 | 32.79 | - |
| YUV | 84.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 155 | 0.86 | 0.34 | 0 | 0.39 | 203.46 | 0.75 | 0.35 |
| Hex | 16 | 67 | 9B | 56 | 22 | 0 | 27 | CB | 4B | 23 |
| Octal | 26 | 147 | 233 | 126 | 42 | 0 | 47 | 313 | 113 | 43 |
| Binary | 10110 | 1100111 | 10011011 | 1010110 | 100010 | 0 | 100111 | 11001011 | 1001011 | 100011 |
Color Harmonies of #16679B
Complementary color
Monochromatic Colors of #16679B
Black with #16679B
Text Example
Text Example
White with #16679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16679B; }
p { color: rgb(22,103,155); }
H1.HeaderClassName
{
color: #16679B;
}
.AnyTagClassName
{
color: #16679B;
}
</style>
background-color css
<style>
a { background-color: #16679B; }
a { background-color: rgb(22,103,155); }
div.DivClassName
{
background-color: #16679B;
}
.BgClassName
{
background-color: #16679B;
}
</style>
border-color css
<style>
span { border-color: #16679B; }
span { border-color: rgb(22,103,155); }
td.TdClassName
{
border-color: #16679B;
}
.TagClassName
{
border-color: #16679B;
}
</style>