Shades of Observatory #018B7A
Tints of Observatory #018B7A
RGB
CMYK
RGB Variations
Color information
#018B7A (or 0x018B7A) is known color: Observatory. HEX triplet: 01, 8B and 7A. RGB value is (1,139,122). Sum of RGB (Red+Green+Blue) = 1+139+122=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #018B7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B7A is #FE7485. Grayscale: #5F5F5F. Windows color (decimal): -16675974 or 8030977. OLE color: 8030977.
HSL color Cylindrical-coordinate representation of color #018B7A: hue angle of 172.61º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B7A is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 122 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.45 |
| HSL | 172.61º | 0.99% | 0.27% | - |
| HSV(B) | 172.61º | 0.99% | 0.55% | - |
| XYZ | 12.76 | 19.88 | 21.58 | - |
| YUV | 95.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 122 | 0.99 | 0 | 0.12 | 0.45 | 172.61 | 0.99 | 0.27 |
| Hex | 1 | 8B | 7A | 63 | 0 | C | 2D | AD | 63 | 1B |
| Octal | 1 | 213 | 172 | 143 | 0 | 14 | 55 | 255 | 143 | 33 |
| Binary | 1 | 10001011 | 1111010 | 1100011 | 0 | 1100 | 101101 | 10101101 | 1100011 | 11011 |
Color Harmonies of #018B7A
Complementary color
Monochromatic Colors of #018B7A
Black with #018B7A
Text Example
Text Example
White with #018B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B7A; }
p { color: rgb(1,139,122); }
H1.HeaderClassName
{
color: #018B7A;
}
.AnyTagClassName
{
color: #018B7A;
}
</style>
background-color css
<style>
a { background-color: #018B7A; }
a { background-color: rgb(1,139,122); }
div.DivClassName
{
background-color: #018B7A;
}
.BgClassName
{
background-color: #018B7A;
}
</style>
border-color css
<style>
span { border-color: #018B7A; }
span { border-color: rgb(1,139,122); }
td.TdClassName
{
border-color: #018B7A;
}
.TagClassName
{
border-color: #018B7A;
}
</style>