Shades of Observatory #10907C
Tints of Observatory #10907C
RGB
CMYK
RGB Variations
Color information
#10907C (or 0x10907C) is known color: Observatory. HEX triplet: 10, 90 and 7C. RGB value is (16,144,124). Sum of RGB (Red+Green+Blue) = 16+144+124=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #10907C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10907C is #EF6F83. Grayscale: #676767. Windows color (decimal): -15691652 or 8163344. OLE color: 8163344.
HSL color Cylindrical-coordinate representation of color #10907C: hue angle of 170.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10907C is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 144 | 124 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.44 |
| HSL | 170.63º | 0.8% | 0.31% | - |
| HSV(B) | 170.63º | 0.89% | 0.56% | - |
| XYZ | 13.83 | 21.51 | 22.49 | - |
| YUV | 103.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 124 | 0.89 | 0 | 0.14 | 0.44 | 170.63 | 0.8 | 0.31 |
| Hex | 10 | 90 | 7C | 59 | 0 | E | 2C | AB | 50 | 1F |
| Octal | 20 | 220 | 174 | 131 | 0 | 16 | 54 | 253 | 120 | 37 |
| Binary | 10000 | 10010000 | 1111100 | 1011001 | 0 | 1110 | 101100 | 10101011 | 1010000 | 11111 |
Color Harmonies of #10907C
Complementary color
Monochromatic Colors of #10907C
Black with #10907C
Text Example
Text Example
White with #10907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10907C; }
p { color: rgb(16,144,124); }
H1.HeaderClassName
{
color: #10907C;
}
.AnyTagClassName
{
color: #10907C;
}
</style>
background-color css
<style>
a { background-color: #10907C; }
a { background-color: rgb(16,144,124); }
div.DivClassName
{
background-color: #10907C;
}
.BgClassName
{
background-color: #10907C;
}
</style>
border-color css
<style>
span { border-color: #10907C; }
span { border-color: rgb(16,144,124); }
td.TdClassName
{
border-color: #10907C;
}
.TagClassName
{
border-color: #10907C;
}
</style>