Shades of Observatory #018864
Tints of Observatory #018864
RGB
CMYK
RGB Variations
Color information
#018864 (or 0x018864) is known color: Observatory. HEX triplet: 01, 88 and 64. RGB value is (1,136,100). Sum of RGB (Red+Green+Blue) = 1+136+100=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #018864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018864 is #FE779B. Grayscale: #5B5B5B. Windows color (decimal): -16676764 or 6588417. OLE color: 6588417.
HSL color Cylindrical-coordinate representation of color #018864: hue angle of 164º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018864 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 100 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.47 |
| HSL | 164º | 0.99% | 0.27% | - |
| HSV(B) | 164º | 0.99% | 0.53% | - |
| XYZ | 11.12 | 18.53 | 15.05 | - |
| YUV | 91.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 100 | 0.99 | 0 | 0.26 | 0.47 | 164 | 0.99 | 0.27 |
| Hex | 1 | 88 | 64 | 63 | 0 | 1A | 2F | A4 | 63 | 1B |
| Octal | 1 | 210 | 144 | 143 | 0 | 32 | 57 | 244 | 143 | 33 |
| Binary | 1 | 10001000 | 1100100 | 1100011 | 0 | 11010 | 101111 | 10100100 | 1100011 | 11011 |
Color Harmonies of #018864
Complementary color
Monochromatic Colors of #018864
Black with #018864
Text Example
Text Example
White with #018864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018864; }
p { color: rgb(1,136,100); }
H1.HeaderClassName
{
color: #018864;
}
.AnyTagClassName
{
color: #018864;
}
</style>
background-color css
<style>
a { background-color: #018864; }
a { background-color: rgb(1,136,100); }
div.DivClassName
{
background-color: #018864;
}
.BgClassName
{
background-color: #018864;
}
</style>
border-color css
<style>
span { border-color: #018864; }
span { border-color: rgb(1,136,100); }
td.TdClassName
{
border-color: #018864;
}
.TagClassName
{
border-color: #018864;
}
</style>