Shades of Observatory #10927C
Tints of Observatory #10927C
RGB
CMYK
RGB Variations
Color information
#10927C (or 0x10927C) is known color: Observatory. HEX triplet: 10, 92 and 7C. RGB value is (16,146,124). Sum of RGB (Red+Green+Blue) = 16+146+124=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #10927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10927C is #EF6D83. Grayscale: #686868. Windows color (decimal): -15691140 or 8163856. OLE color: 8163856.
HSL color Cylindrical-coordinate representation of color #10927C: hue angle of 169.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10927C is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 124 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.43 |
| HSL | 169.85º | 0.8% | 0.32% | - |
| HSV(B) | 169.85º | 0.89% | 0.57% | - |
| XYZ | 14.13 | 22.12 | 22.59 | - |
| YUV | 104.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 124 | 0.89 | 0 | 0.15 | 0.43 | 169.85 | 0.8 | 0.32 |
| Hex | 10 | 92 | 7C | 59 | 0 | F | 2B | AA | 50 | 20 |
| Octal | 20 | 222 | 174 | 131 | 0 | 17 | 53 | 252 | 120 | 40 |
| Binary | 10000 | 10010010 | 1111100 | 1011001 | 0 | 1111 | 101011 | 10101010 | 1010000 | 100000 |
Color Harmonies of #10927C
Complementary color
Monochromatic Colors of #10927C
Black with #10927C
Text Example
Text Example
White with #10927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10927C; }
p { color: rgb(16,146,124); }
H1.HeaderClassName
{
color: #10927C;
}
.AnyTagClassName
{
color: #10927C;
}
</style>
background-color css
<style>
a { background-color: #10927C; }
a { background-color: rgb(16,146,124); }
div.DivClassName
{
background-color: #10927C;
}
.BgClassName
{
background-color: #10927C;
}
</style>
border-color css
<style>
span { border-color: #10927C; }
span { border-color: rgb(16,146,124); }
td.TdClassName
{
border-color: #10927C;
}
.TagClassName
{
border-color: #10927C;
}
</style>