Shades of Observatory #0E9375
Tints of Observatory #0E9375
RGB
CMYK
RGB Variations
Color information
#0E9375 (or 0x0E9375) is known color: Observatory. HEX triplet: 0E, 93 and 75. RGB value is (14,147,117). Sum of RGB (Red+Green+Blue) = 14+147+117=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9375 is #F16C8A. Grayscale: #676767. Windows color (decimal): -15821963 or 7705358. OLE color: 7705358.
HSL color Cylindrical-coordinate representation of color #0E9375: hue angle of 166.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9375 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 117 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.42 |
| HSL | 166.47º | 0.83% | 0.32% | - |
| HSV(B) | 166.47º | 0.9% | 0.58% | - |
| XYZ | 13.83 | 22.25 | 20.39 | - |
| YUV | 103.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 117 | 0.90 | 0 | 0.20 | 0.42 | 166.47 | 0.83 | 0.32 |
| Hex | E | 93 | 75 | 5A | 0 | 14 | 2A | A6 | 53 | 20 |
| Octal | 16 | 223 | 165 | 132 | 0 | 24 | 52 | 246 | 123 | 40 |
| Binary | 1110 | 10010011 | 1110101 | 1011010 | 0 | 10100 | 101010 | 10100110 | 1010011 | 100000 |
Color Harmonies of #0E9375
Complementary color
Monochromatic Colors of #0E9375
Black with #0E9375
Text Example
Text Example
White with #0E9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9375; }
p { color: rgb(14,147,117); }
H1.HeaderClassName
{
color: #0E9375;
}
.AnyTagClassName
{
color: #0E9375;
}
</style>
background-color css
<style>
a { background-color: #0E9375; }
a { background-color: rgb(14,147,117); }
div.DivClassName
{
background-color: #0E9375;
}
.BgClassName
{
background-color: #0E9375;
}
</style>
border-color css
<style>
span { border-color: #0E9375; }
span { border-color: rgb(14,147,117); }
td.TdClassName
{
border-color: #0E9375;
}
.TagClassName
{
border-color: #0E9375;
}
</style>