Shades of Observatory #01846C
Tints of Observatory #01846C
RGB
CMYK
RGB Variations
Color information
#01846C (or 0x01846C) is known color: Observatory. HEX triplet: 01, 84 and 6C. RGB value is (1,132,108). Sum of RGB (Red+Green+Blue) = 1+132+108=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #01846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01846C is #FE7B93. Grayscale: #5A5A5A. Windows color (decimal): -16677780 or 7111681. OLE color: 7111681.
HSL color Cylindrical-coordinate representation of color #01846C: hue angle of 169.01º 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 #01846C is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 108 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.48 |
| HSL | 169.01º | 0.98% | 0.26% | - |
| HSV(B) | 169.01º | 0.99% | 0.52% | - |
| XYZ | 10.97 | 17.59 | 17 | - |
| YUV | 90.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 108 | 0.99 | 0 | 0.18 | 0.48 | 169.01 | 0.98 | 0.26 |
| Hex | 1 | 84 | 6C | 63 | 0 | 12 | 30 | A9 | 62 | 1A |
| Octal | 1 | 204 | 154 | 143 | 0 | 22 | 60 | 251 | 142 | 32 |
| Binary | 1 | 10000100 | 1101100 | 1100011 | 0 | 10010 | 110000 | 10101001 | 1100010 | 11010 |
Color Harmonies of #01846C
Complementary color
Monochromatic Colors of #01846C
Black with #01846C
Text Example
Text Example
White with #01846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01846C; }
p { color: rgb(1,132,108); }
H1.HeaderClassName
{
color: #01846C;
}
.AnyTagClassName
{
color: #01846C;
}
</style>
background-color css
<style>
a { background-color: #01846C; }
a { background-color: rgb(1,132,108); }
div.DivClassName
{
background-color: #01846C;
}
.BgClassName
{
background-color: #01846C;
}
</style>
border-color css
<style>
span { border-color: #01846C; }
span { border-color: rgb(1,132,108); }
td.TdClassName
{
border-color: #01846C;
}
.TagClassName
{
border-color: #01846C;
}
</style>