Shades of Observatory #01846F
Tints of Observatory #01846F
RGB
CMYK
RGB Variations
Color information
#01846F (or 0x01846F) is known color: Observatory. HEX triplet: 01, 84 and 6F. RGB value is (1,132,111). Sum of RGB (Red+Green+Blue) = 1+132+111=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #01846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01846F is #FE7B90. Grayscale: #5A5A5A. Windows color (decimal): -16677777 or 7308289. OLE color: 7308289.
HSL color Cylindrical-coordinate representation of color #01846F: hue angle of 170.38º 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 #01846F is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 111 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.48 |
| HSL | 170.38º | 0.98% | 0.26% | - |
| HSV(B) | 170.38º | 0.99% | 0.52% | - |
| XYZ | 11.13 | 17.66 | 17.86 | - |
| YUV | 90.44 | 139.6 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 111 | 0.99 | 0 | 0.16 | 0.48 | 170.38 | 0.98 | 0.26 |
| Hex | 1 | 84 | 6F | 63 | 0 | 10 | 30 | AA | 62 | 1A |
| Octal | 1 | 204 | 157 | 143 | 0 | 20 | 60 | 252 | 142 | 32 |
| Binary | 1 | 10000100 | 1101111 | 1100011 | 0 | 10000 | 110000 | 10101010 | 1100010 | 11010 |
Color Harmonies of #01846F
Complementary color
Monochromatic Colors of #01846F
Black with #01846F
Text Example
Text Example
White with #01846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01846F; }
p { color: rgb(1,132,111); }
H1.HeaderClassName
{
color: #01846F;
}
.AnyTagClassName
{
color: #01846F;
}
</style>
background-color css
<style>
a { background-color: #01846F; }
a { background-color: rgb(1,132,111); }
div.DivClassName
{
background-color: #01846F;
}
.BgClassName
{
background-color: #01846F;
}
</style>
border-color css
<style>
span { border-color: #01846F; }
span { border-color: rgb(1,132,111); }
td.TdClassName
{
border-color: #01846F;
}
.TagClassName
{
border-color: #01846F;
}
</style>