Shades of Observatory #018865
Tints of Observatory #018865
RGB
CMYK
RGB Variations
Color information
#018865 (or 0x018865) is known color: Observatory. HEX triplet: 01, 88 and 65. RGB value is (1,136,101). Sum of RGB (Red+Green+Blue) = 1+136+101=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #018865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018865 is #FE779A. Grayscale: #5B5B5B. Windows color (decimal): -16676763 or 6653953. OLE color: 6653953.
HSL color Cylindrical-coordinate representation of color #018865: hue angle of 164.44º 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 #018865 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 101 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.47 |
| HSL | 164.44º | 0.99% | 0.27% | - |
| HSV(B) | 164.44º | 0.99% | 0.53% | - |
| XYZ | 11.17 | 18.55 | 15.3 | - |
| YUV | 91.65 | 133.27 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 101 | 0.99 | 0 | 0.26 | 0.47 | 164.44 | 0.99 | 0.27 |
| Hex | 1 | 88 | 65 | 63 | 0 | 1A | 2F | A4 | 63 | 1B |
| Octal | 1 | 210 | 145 | 143 | 0 | 32 | 57 | 244 | 143 | 33 |
| Binary | 1 | 10001000 | 1100101 | 1100011 | 0 | 11010 | 101111 | 10100100 | 1100011 | 11011 |
Color Harmonies of #018865
Complementary color
Monochromatic Colors of #018865
Black with #018865
Text Example
Text Example
White with #018865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018865; }
p { color: rgb(1,136,101); }
H1.HeaderClassName
{
color: #018865;
}
.AnyTagClassName
{
color: #018865;
}
</style>
background-color css
<style>
a { background-color: #018865; }
a { background-color: rgb(1,136,101); }
div.DivClassName
{
background-color: #018865;
}
.BgClassName
{
background-color: #018865;
}
</style>
border-color css
<style>
span { border-color: #018865; }
span { border-color: rgb(1,136,101); }
td.TdClassName
{
border-color: #018865;
}
.TagClassName
{
border-color: #018865;
}
</style>