Shades of Observatory #018B6E
Tints of Observatory #018B6E
RGB
CMYK
RGB Variations
Color information
#018B6E (or 0x018B6E) is known color: Observatory. HEX triplet: 01, 8B and 6E. RGB value is (1,139,110). Sum of RGB (Red+Green+Blue) = 1+139+110=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #018B6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B6E is #FE7491. Grayscale: #5E5E5E. Windows color (decimal): -16675986 or 7244545. OLE color: 7244545.
HSL color Cylindrical-coordinate representation of color #018B6E: hue angle of 167.39º 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 #018B6E is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 110 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.45 |
| HSL | 167.39º | 0.99% | 0.27% | - |
| HSV(B) | 167.39º | 0.99% | 0.55% | - |
| XYZ | 12.06 | 19.6 | 17.9 | - |
| YUV | 94.43 | 136.78 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 110 | 0.99 | 0 | 0.21 | 0.45 | 167.39 | 0.99 | 0.27 |
| Hex | 1 | 8B | 6E | 63 | 0 | 15 | 2D | A7 | 63 | 1B |
| Octal | 1 | 213 | 156 | 143 | 0 | 25 | 55 | 247 | 143 | 33 |
| Binary | 1 | 10001011 | 1101110 | 1100011 | 0 | 10101 | 101101 | 10100111 | 1100011 | 11011 |
Color Harmonies of #018B6E
Complementary color
Monochromatic Colors of #018B6E
Black with #018B6E
Text Example
Text Example
White with #018B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B6E; }
p { color: rgb(1,139,110); }
H1.HeaderClassName
{
color: #018B6E;
}
.AnyTagClassName
{
color: #018B6E;
}
</style>
background-color css
<style>
a { background-color: #018B6E; }
a { background-color: rgb(1,139,110); }
div.DivClassName
{
background-color: #018B6E;
}
.BgClassName
{
background-color: #018B6E;
}
</style>
border-color css
<style>
span { border-color: #018B6E; }
span { border-color: rgb(1,139,110); }
td.TdClassName
{
border-color: #018B6E;
}
.TagClassName
{
border-color: #018B6E;
}
</style>