Shades of Observatory #01846D
Tints of Observatory #01846D
RGB
CMYK
RGB Variations
Color information
#01846D (or 0x01846D) is known color: Observatory. HEX triplet: 01, 84 and 6D. RGB value is (1,132,109). Sum of RGB (Red+Green+Blue) = 1+132+109=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #01846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01846D is #FE7B92. Grayscale: #5A5A5A. Windows color (decimal): -16677779 or 7177217. OLE color: 7177217.
HSL color Cylindrical-coordinate representation of color #01846D: hue angle of 169.47º degrees, saturation: 0.98, 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 #01846D is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 109 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.48 |
| HSL | 169.47º | 0.98% | 0.26% | - |
| HSV(B) | 169.47º | 0.99% | 0.52% | - |
| XYZ | 11.02 | 17.61 | 17.29 | - |
| YUV | 90.21 | 138.6 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 109 | 0.99 | 0 | 0.17 | 0.48 | 169.47 | 0.98 | 0.26 |
| Hex | 1 | 84 | 6D | 63 | 0 | 11 | 30 | A9 | 62 | 1A |
| Octal | 1 | 204 | 155 | 143 | 0 | 21 | 60 | 251 | 142 | 32 |
| Binary | 1 | 10000100 | 1101101 | 1100011 | 0 | 10001 | 110000 | 10101001 | 1100010 | 11010 |
Color Harmonies of #01846D
Complementary color
Monochromatic Colors of #01846D
Black with #01846D
Text Example
Text Example
White with #01846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01846D; }
p { color: rgb(1,132,109); }
H1.HeaderClassName
{
color: #01846D;
}
.AnyTagClassName
{
color: #01846D;
}
</style>
background-color css
<style>
a { background-color: #01846D; }
a { background-color: rgb(1,132,109); }
div.DivClassName
{
background-color: #01846D;
}
.BgClassName
{
background-color: #01846D;
}
</style>
border-color css
<style>
span { border-color: #01846D; }
span { border-color: rgb(1,132,109); }
td.TdClassName
{
border-color: #01846D;
}
.TagClassName
{
border-color: #01846D;
}
</style>