Shades of Observatory #01866B
Tints of Observatory #01866B
RGB
CMYK
RGB Variations
Color information
#01866B (or 0x01866B) is known color: Observatory. HEX triplet: 01, 86 and 6B. RGB value is (1,134,107). Sum of RGB (Red+Green+Blue) = 1+134+107=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #01866B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01866B is #FE7994. Grayscale: #5B5B5B. Windows color (decimal): -16677269 or 7046657. OLE color: 7046657.
HSL color Cylindrical-coordinate representation of color #01866B: hue angle of 167.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01866B is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 107 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.47 |
| HSL | 167.82º | 0.99% | 0.26% | - |
| HSV(B) | 167.82º | 0.99% | 0.53% | - |
| XYZ | 11.19 | 18.12 | 16.82 | - |
| YUV | 91.16 | 136.94 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 107 | 0.99 | 0 | 0.20 | 0.47 | 167.82 | 0.99 | 0.26 |
| Hex | 1 | 86 | 6B | 63 | 0 | 14 | 2F | A8 | 63 | 1A |
| Octal | 1 | 206 | 153 | 143 | 0 | 24 | 57 | 250 | 143 | 32 |
| Binary | 1 | 10000110 | 1101011 | 1100011 | 0 | 10100 | 101111 | 10101000 | 1100011 | 11010 |
Color Harmonies of #01866B
Complementary color
Monochromatic Colors of #01866B
Black with #01866B
Text Example
Text Example
White with #01866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01866B; }
p { color: rgb(1,134,107); }
H1.HeaderClassName
{
color: #01866B;
}
.AnyTagClassName
{
color: #01866B;
}
</style>
background-color css
<style>
a { background-color: #01866B; }
a { background-color: rgb(1,134,107); }
div.DivClassName
{
background-color: #01866B;
}
.BgClassName
{
background-color: #01866B;
}
</style>
border-color css
<style>
span { border-color: #01866B; }
span { border-color: rgb(1,134,107); }
td.TdClassName
{
border-color: #01866B;
}
.TagClassName
{
border-color: #01866B;
}
</style>