Shades of Observatory #01846B
Tints of Observatory #01846B
RGB
CMYK
RGB Variations
Color information
#01846B (or 0x01846B) is known color: Observatory. HEX triplet: 01, 84 and 6B. RGB value is (1,132,107). Sum of RGB (Red+Green+Blue) = 1+132+107=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #01846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01846B is #FE7B94. Grayscale: #595959. Windows color (decimal): -16677781 or 7046145. OLE color: 7046145.
HSL color Cylindrical-coordinate representation of color #01846B: hue angle of 168.55º 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 #01846B is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 107 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.48 |
| HSL | 168.55º | 0.98% | 0.26% | - |
| HSV(B) | 168.55º | 0.99% | 0.52% | - |
| XYZ | 10.92 | 17.57 | 16.73 | - |
| YUV | 89.98 | 137.6 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 107 | 0.99 | 0 | 0.19 | 0.48 | 168.55 | 0.98 | 0.26 |
| Hex | 1 | 84 | 6B | 63 | 0 | 13 | 30 | A9 | 62 | 1A |
| Octal | 1 | 204 | 153 | 143 | 0 | 23 | 60 | 251 | 142 | 32 |
| Binary | 1 | 10000100 | 1101011 | 1100011 | 0 | 10011 | 110000 | 10101001 | 1100010 | 11010 |
Color Harmonies of #01846B
Complementary color
Monochromatic Colors of #01846B
Black with #01846B
Text Example
Text Example
White with #01846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01846B; }
p { color: rgb(1,132,107); }
H1.HeaderClassName
{
color: #01846B;
}
.AnyTagClassName
{
color: #01846B;
}
</style>
background-color css
<style>
a { background-color: #01846B; }
a { background-color: rgb(1,132,107); }
div.DivClassName
{
background-color: #01846B;
}
.BgClassName
{
background-color: #01846B;
}
</style>
border-color css
<style>
span { border-color: #01846B; }
span { border-color: rgb(1,132,107); }
td.TdClassName
{
border-color: #01846B;
}
.TagClassName
{
border-color: #01846B;
}
</style>