Shades of Observatory #01896D
Tints of Observatory #01896D
RGB
CMYK
RGB Variations
Color information
#01896D (or 0x01896D) is known color: Observatory. HEX triplet: 01, 89 and 6D. RGB value is (1,137,109). Sum of RGB (Red+Green+Blue) = 1+137+109=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #01896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01896D is #FE7692. Grayscale: #5D5D5D. Windows color (decimal): -16676499 or 7178497. OLE color: 7178497.
HSL color Cylindrical-coordinate representation of color #01896D: hue angle of 167.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01896D is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 137 | 109 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.46 |
| HSL | 167.65º | 0.99% | 0.27% | - |
| HSV(B) | 167.65º | 0.99% | 0.54% | - |
| XYZ | 11.72 | 19 | 17.52 | - |
| YUV | 93.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 109 | 0.99 | 0 | 0.20 | 0.46 | 167.65 | 0.99 | 0.27 |
| Hex | 1 | 89 | 6D | 63 | 0 | 14 | 2E | A8 | 63 | 1B |
| Octal | 1 | 211 | 155 | 143 | 0 | 24 | 56 | 250 | 143 | 33 |
| Binary | 1 | 10001001 | 1101101 | 1100011 | 0 | 10100 | 101110 | 10101000 | 1100011 | 11011 |
Color Harmonies of #01896D
Complementary color
Monochromatic Colors of #01896D
Black with #01896D
Text Example
Text Example
White with #01896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01896D; }
p { color: rgb(1,137,109); }
H1.HeaderClassName
{
color: #01896D;
}
.AnyTagClassName
{
color: #01896D;
}
</style>
background-color css
<style>
a { background-color: #01896D; }
a { background-color: rgb(1,137,109); }
div.DivClassName
{
background-color: #01896D;
}
.BgClassName
{
background-color: #01896D;
}
</style>
border-color css
<style>
span { border-color: #01896D; }
span { border-color: rgb(1,137,109); }
td.TdClassName
{
border-color: #01896D;
}
.TagClassName
{
border-color: #01896D;
}
</style>