Shades of Observatory #0F9375
Tints of Observatory #0F9375
RGB
CMYK
RGB Variations
Color information
#0F9375 (or 0x0F9375) is known color: Observatory. HEX triplet: 0F, 93 and 75. RGB value is (15,147,117). Sum of RGB (Red+Green+Blue) = 15+147+117=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9375 is #F06C8A. Grayscale: #686868. Windows color (decimal): -15756427 or 7705359. OLE color: 7705359.
HSL color Cylindrical-coordinate representation of color #0F9375: hue angle of 166.36º degrees, saturation: 0.81, 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 #0F9375 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 117 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.42 |
| HSL | 166.36º | 0.81% | 0.32% | - |
| HSV(B) | 166.36º | 0.9% | 0.58% | - |
| XYZ | 13.84 | 22.25 | 20.4 | - |
| YUV | 104.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 117 | 0.90 | 0 | 0.20 | 0.42 | 166.36 | 0.81 | 0.32 |
| Hex | F | 93 | 75 | 5A | 0 | 14 | 2A | A6 | 51 | 20 |
| Octal | 17 | 223 | 165 | 132 | 0 | 24 | 52 | 246 | 121 | 40 |
| Binary | 1111 | 10010011 | 1110101 | 1011010 | 0 | 10100 | 101010 | 10100110 | 1010001 | 100000 |
Color Harmonies of #0F9375
Complementary color
Monochromatic Colors of #0F9375
Black with #0F9375
Text Example
Text Example
White with #0F9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9375; }
p { color: rgb(15,147,117); }
H1.HeaderClassName
{
color: #0F9375;
}
.AnyTagClassName
{
color: #0F9375;
}
</style>
background-color css
<style>
a { background-color: #0F9375; }
a { background-color: rgb(15,147,117); }
div.DivClassName
{
background-color: #0F9375;
}
.BgClassName
{
background-color: #0F9375;
}
</style>
border-color css
<style>
span { border-color: #0F9375; }
span { border-color: rgb(15,147,117); }
td.TdClassName
{
border-color: #0F9375;
}
.TagClassName
{
border-color: #0F9375;
}
</style>