Shades of Observatory #01846E
Tints of Observatory #01846E
RGB
CMYK
RGB Variations
Color information
#01846E (or 0x01846E) is known color: Observatory. HEX triplet: 01, 84 and 6E. RGB value is (1,132,110). Sum of RGB (Red+Green+Blue) = 1+132+110=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #01846E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01846E is #FE7B91. Grayscale: #5A5A5A. Windows color (decimal): -16677778 or 7242753. OLE color: 7242753.
HSL color Cylindrical-coordinate representation of color #01846E: hue angle of 169.92º 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 #01846E is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 110 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.48 |
| HSL | 169.92º | 0.98% | 0.26% | - |
| HSV(B) | 169.92º | 0.99% | 0.52% | - |
| XYZ | 11.08 | 17.63 | 17.57 | - |
| YUV | 90.32 | 139.1 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 110 | 0.99 | 0 | 0.17 | 0.48 | 169.92 | 0.98 | 0.26 |
| Hex | 1 | 84 | 6E | 63 | 0 | 11 | 30 | AA | 62 | 1A |
| Octal | 1 | 204 | 156 | 143 | 0 | 21 | 60 | 252 | 142 | 32 |
| Binary | 1 | 10000100 | 1101110 | 1100011 | 0 | 10001 | 110000 | 10101010 | 1100010 | 11010 |
Color Harmonies of #01846E
Complementary color
Monochromatic Colors of #01846E
Black with #01846E
Text Example
Text Example
White with #01846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01846E; }
p { color: rgb(1,132,110); }
H1.HeaderClassName
{
color: #01846E;
}
.AnyTagClassName
{
color: #01846E;
}
</style>
background-color css
<style>
a { background-color: #01846E; }
a { background-color: rgb(1,132,110); }
div.DivClassName
{
background-color: #01846E;
}
.BgClassName
{
background-color: #01846E;
}
</style>
border-color css
<style>
span { border-color: #01846E; }
span { border-color: rgb(1,132,110); }
td.TdClassName
{
border-color: #01846E;
}
.TagClassName
{
border-color: #01846E;
}
</style>