Shades of Observatory #01856C
Tints of Observatory #01856C
RGB
CMYK
RGB Variations
Color information
#01856C (or 0x01856C) is known color: Observatory. HEX triplet: 01, 85 and 6C. RGB value is (1,133,108). Sum of RGB (Red+Green+Blue) = 1+133+108=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #01856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01856C is #FE7A93. Grayscale: #5A5A5A. Windows color (decimal): -16677524 or 7111937. OLE color: 7111937.
HSL color Cylindrical-coordinate representation of color #01856C: hue angle of 168.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01856C is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 108 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.48 |
| HSL | 168.64º | 0.99% | 0.26% | - |
| HSV(B) | 168.64º | 0.99% | 0.52% | - |
| XYZ | 11.11 | 17.86 | 17.05 | - |
| YUV | 90.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 108 | 0.99 | 0 | 0.19 | 0.48 | 168.64 | 0.99 | 0.26 |
| Hex | 1 | 85 | 6C | 63 | 0 | 13 | 30 | A9 | 63 | 1A |
| Octal | 1 | 205 | 154 | 143 | 0 | 23 | 60 | 251 | 143 | 32 |
| Binary | 1 | 10000101 | 1101100 | 1100011 | 0 | 10011 | 110000 | 10101001 | 1100011 | 11010 |
Color Harmonies of #01856C
Complementary color
Monochromatic Colors of #01856C
Black with #01856C
Text Example
Text Example
White with #01856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01856C; }
p { color: rgb(1,133,108); }
H1.HeaderClassName
{
color: #01856C;
}
.AnyTagClassName
{
color: #01856C;
}
</style>
background-color css
<style>
a { background-color: #01856C; }
a { background-color: rgb(1,133,108); }
div.DivClassName
{
background-color: #01856C;
}
.BgClassName
{
background-color: #01856C;
}
</style>
border-color css
<style>
span { border-color: #01856C; }
span { border-color: rgb(1,133,108); }
td.TdClassName
{
border-color: #01856C;
}
.TagClassName
{
border-color: #01856C;
}
</style>