Shades of Lochmara #156A9C
Tints of Lochmara #156A9C
RGB
CMYK
RGB Variations
Color information
#156A9C (or 0x156A9C) is known color: Lochmara. HEX triplet: 15, 6A and 9C. RGB value is (21,106,156). Sum of RGB (Red+Green+Blue) = 21+106+156=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #156A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156A9C is #EA9563. Grayscale: #565656. Windows color (decimal): -15373668 or 10250773. OLE color: 10250773.
HSL color Cylindrical-coordinate representation of color #156A9C: hue angle of 202.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #156A9C is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 106 | 156 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.39 |
| HSL | 202.22º | 0.76% | 0.35% | - |
| HSV(B) | 202.22º | 0.87% | 0.61% | - |
| XYZ | 11.46 | 12.87 | 33.33 | - |
| YUV | 86.29 | 167.34 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 156 | 0.87 | 0.32 | 0 | 0.39 | 202.22 | 0.76 | 0.35 |
| Hex | 15 | 6A | 9C | 57 | 20 | 0 | 27 | CA | 4C | 23 |
| Octal | 25 | 152 | 234 | 127 | 40 | 0 | 47 | 312 | 114 | 43 |
| Binary | 10101 | 1101010 | 10011100 | 1010111 | 100000 | 0 | 100111 | 11001010 | 1001100 | 100011 |
Color Harmonies of #156A9C
Complementary color
Monochromatic Colors of #156A9C
Black with #156A9C
Text Example
Text Example
White with #156A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156A9C; }
p { color: rgb(21,106,156); }
H1.HeaderClassName
{
color: #156A9C;
}
.AnyTagClassName
{
color: #156A9C;
}
</style>
background-color css
<style>
a { background-color: #156A9C; }
a { background-color: rgb(21,106,156); }
div.DivClassName
{
background-color: #156A9C;
}
.BgClassName
{
background-color: #156A9C;
}
</style>
border-color css
<style>
span { border-color: #156A9C; }
span { border-color: rgb(21,106,156); }
td.TdClassName
{
border-color: #156A9C;
}
.TagClassName
{
border-color: #156A9C;
}
</style>