Shades of Lochmara #156999
Tints of Lochmara #156999
RGB
CMYK
RGB Variations
Color information
#156999 (or 0x156999) is known color: Lochmara. HEX triplet: 15, 69 and 99. RGB value is (21,105,153). Sum of RGB (Red+Green+Blue) = 21+105+153=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #156999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156999 is #EA9666. Grayscale: #555555. Windows color (decimal): -15373927 or 10053909. OLE color: 10053909.
HSL color Cylindrical-coordinate representation of color #156999: hue angle of 201.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156999 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 105 | 153 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.4 |
| HSL | 201.82º | 0.76% | 0.34% | - |
| HSV(B) | 201.82º | 0.86% | 0.6% | - |
| XYZ | 11.11 | 12.56 | 31.98 | - |
| YUV | 85.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 153 | 0.86 | 0.31 | 0 | 0.4 | 201.82 | 0.76 | 0.34 |
| Hex | 15 | 69 | 99 | 56 | 1F | 0 | 28 | CA | 4C | 22 |
| Octal | 25 | 151 | 231 | 126 | 37 | 0 | 50 | 312 | 114 | 42 |
| Binary | 10101 | 1101001 | 10011001 | 1010110 | 11111 | 0 | 101000 | 11001010 | 1001100 | 100010 |
Color Harmonies of #156999
Complementary color
Monochromatic Colors of #156999
Black with #156999
Text Example
Text Example
White with #156999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156999; }
p { color: rgb(21,105,153); }
H1.HeaderClassName
{
color: #156999;
}
.AnyTagClassName
{
color: #156999;
}
</style>
background-color css
<style>
a { background-color: #156999; }
a { background-color: rgb(21,105,153); }
div.DivClassName
{
background-color: #156999;
}
.BgClassName
{
background-color: #156999;
}
</style>
border-color css
<style>
span { border-color: #156999; }
span { border-color: rgb(21,105,153); }
td.TdClassName
{
border-color: #156999;
}
.TagClassName
{
border-color: #156999;
}
</style>