Shades of Observatory #01896B
Tints of Observatory #01896B
RGB
CMYK
RGB Variations
Color information
#01896B (or 0x01896B) is known color: Observatory. HEX triplet: 01, 89 and 6B. RGB value is (1,137,107). Sum of RGB (Red+Green+Blue) = 1+137+107=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #01896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01896B is #FE7694. Grayscale: #5C5C5C. Windows color (decimal): -16676501 or 7047425. OLE color: 7047425.
HSL color Cylindrical-coordinate representation of color #01896B: hue angle of 166.76º 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 #01896B is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 137 | 107 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.46 |
| HSL | 166.76º | 0.99% | 0.27% | - |
| HSV(B) | 166.76º | 0.99% | 0.54% | - |
| XYZ | 11.61 | 18.96 | 16.96 | - |
| YUV | 92.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 107 | 0.99 | 0 | 0.22 | 0.46 | 166.76 | 0.99 | 0.27 |
| Hex | 1 | 89 | 6B | 63 | 0 | 16 | 2E | A7 | 63 | 1B |
| Octal | 1 | 211 | 153 | 143 | 0 | 26 | 56 | 247 | 143 | 33 |
| Binary | 1 | 10001001 | 1101011 | 1100011 | 0 | 10110 | 101110 | 10100111 | 1100011 | 11011 |
Color Harmonies of #01896B
Complementary color
Monochromatic Colors of #01896B
Black with #01896B
Text Example
Text Example
White with #01896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01896B; }
p { color: rgb(1,137,107); }
H1.HeaderClassName
{
color: #01896B;
}
.AnyTagClassName
{
color: #01896B;
}
</style>
background-color css
<style>
a { background-color: #01896B; }
a { background-color: rgb(1,137,107); }
div.DivClassName
{
background-color: #01896B;
}
.BgClassName
{
background-color: #01896B;
}
</style>
border-color css
<style>
span { border-color: #01896B; }
span { border-color: rgb(1,137,107); }
td.TdClassName
{
border-color: #01896B;
}
.TagClassName
{
border-color: #01896B;
}
</style>