Shades of Observatory #019078
Tints of Observatory #019078
RGB
CMYK
RGB Variations
Color information
#019078 (or 0x019078) is known color: Observatory. HEX triplet: 01, 90 and 78. RGB value is (1,144,120). Sum of RGB (Red+Green+Blue) = 1+144+120=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #019078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019078 is #FE6F87. Grayscale: #626262. Windows color (decimal): -16674696 or 7901185. OLE color: 7901185.
HSL color Cylindrical-coordinate representation of color #019078: hue angle of 169.93º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019078 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 120 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.44 |
| HSL | 169.93º | 0.99% | 0.28% | - |
| HSV(B) | 169.93º | 0.99% | 0.56% | - |
| XYZ | 13.38 | 21.31 | 21.18 | - |
| YUV | 98.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 120 | 0.99 | 0 | 0.17 | 0.44 | 169.93 | 0.99 | 0.28 |
| Hex | 1 | 90 | 78 | 63 | 0 | 11 | 2C | AA | 63 | 1C |
| Octal | 1 | 220 | 170 | 143 | 0 | 21 | 54 | 252 | 143 | 34 |
| Binary | 1 | 10010000 | 1111000 | 1100011 | 0 | 10001 | 101100 | 10101010 | 1100011 | 11100 |
Color Harmonies of #019078
Complementary color
Monochromatic Colors of #019078
Black with #019078
Text Example
Text Example
White with #019078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019078; }
p { color: rgb(1,144,120); }
H1.HeaderClassName
{
color: #019078;
}
.AnyTagClassName
{
color: #019078;
}
</style>
background-color css
<style>
a { background-color: #019078; }
a { background-color: rgb(1,144,120); }
div.DivClassName
{
background-color: #019078;
}
.BgClassName
{
background-color: #019078;
}
</style>
border-color css
<style>
span { border-color: #019078; }
span { border-color: rgb(1,144,120); }
td.TdClassName
{
border-color: #019078;
}
.TagClassName
{
border-color: #019078;
}
</style>