Shades of Observatory #01866D
Tints of Observatory #01866D
RGB
CMYK
RGB Variations
Color information
#01866D (or 0x01866D) is known color: Observatory. HEX triplet: 01, 86 and 6D. RGB value is (1,134,109). Sum of RGB (Red+Green+Blue) = 1+134+109=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #01866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01866D is #FE7992. Grayscale: #5B5B5B. Windows color (decimal): -16677267 or 7177729. OLE color: 7177729.
HSL color Cylindrical-coordinate representation of color #01866D: hue angle of 168.72º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01866D is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 109 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.47 |
| HSL | 168.72º | 0.99% | 0.26% | - |
| HSV(B) | 168.72º | 0.99% | 0.53% | - |
| XYZ | 11.3 | 18.16 | 17.38 | - |
| YUV | 91.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 109 | 0.99 | 0 | 0.19 | 0.47 | 168.72 | 0.99 | 0.26 |
| Hex | 1 | 86 | 6D | 63 | 0 | 13 | 2F | A9 | 63 | 1A |
| Octal | 1 | 206 | 155 | 143 | 0 | 23 | 57 | 251 | 143 | 32 |
| Binary | 1 | 10000110 | 1101101 | 1100011 | 0 | 10011 | 101111 | 10101001 | 1100011 | 11010 |
Color Harmonies of #01866D
Complementary color
Monochromatic Colors of #01866D
Black with #01866D
Text Example
Text Example
White with #01866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01866D; }
p { color: rgb(1,134,109); }
H1.HeaderClassName
{
color: #01866D;
}
.AnyTagClassName
{
color: #01866D;
}
</style>
background-color css
<style>
a { background-color: #01866D; }
a { background-color: rgb(1,134,109); }
div.DivClassName
{
background-color: #01866D;
}
.BgClassName
{
background-color: #01866D;
}
</style>
border-color css
<style>
span { border-color: #01866D; }
span { border-color: rgb(1,134,109); }
td.TdClassName
{
border-color: #01866D;
}
.TagClassName
{
border-color: #01866D;
}
</style>