Shades of Observatory #01856D
Tints of Observatory #01856D
RGB
CMYK
RGB Variations
Color information
#01856D (or 0x01856D) is known color: Observatory. HEX triplet: 01, 85 and 6D. RGB value is (1,133,109). Sum of RGB (Red+Green+Blue) = 1+133+109=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #01856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01856D is #FE7A92. Grayscale: #5A5A5A. Windows color (decimal): -16677523 or 7177473. OLE color: 7177473.
HSL color Cylindrical-coordinate representation of color #01856D: hue angle of 169.09º 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 #01856D is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 109 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.48 |
| HSL | 169.09º | 0.99% | 0.26% | - |
| HSV(B) | 169.09º | 0.99% | 0.52% | - |
| XYZ | 11.16 | 17.89 | 17.33 | - |
| YUV | 90.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 109 | 0.99 | 0 | 0.18 | 0.48 | 169.09 | 0.99 | 0.26 |
| Hex | 1 | 85 | 6D | 63 | 0 | 12 | 30 | A9 | 63 | 1A |
| Octal | 1 | 205 | 155 | 143 | 0 | 22 | 60 | 251 | 143 | 32 |
| Binary | 1 | 10000101 | 1101101 | 1100011 | 0 | 10010 | 110000 | 10101001 | 1100011 | 11010 |
Color Harmonies of #01856D
Complementary color
Monochromatic Colors of #01856D
Black with #01856D
Text Example
Text Example
White with #01856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01856D; }
p { color: rgb(1,133,109); }
H1.HeaderClassName
{
color: #01856D;
}
.AnyTagClassName
{
color: #01856D;
}
</style>
background-color css
<style>
a { background-color: #01856D; }
a { background-color: rgb(1,133,109); }
div.DivClassName
{
background-color: #01856D;
}
.BgClassName
{
background-color: #01856D;
}
</style>
border-color css
<style>
span { border-color: #01856D; }
span { border-color: rgb(1,133,109); }
td.TdClassName
{
border-color: #01856D;
}
.TagClassName
{
border-color: #01856D;
}
</style>