Shades of Observatory #0D8573
Tints of Observatory #0D8573
RGB
CMYK
RGB Variations
Color information
#0D8573 (or 0x0D8573) is known color: Observatory. HEX triplet: 0D, 85 and 73. RGB value is (13,133,115). Sum of RGB (Red+Green+Blue) = 13+133+115=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8573 is #F27A8C. Grayscale: #5F5F5F. Windows color (decimal): -15891085 or 7570701. OLE color: 7570701.
HSL color Cylindrical-coordinate representation of color #0D8573: hue angle of 171º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8573 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 115 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.48 |
| HSL | 171º | 0.82% | 0.29% | - |
| HSV(B) | 171º | 0.9% | 0.52% | - |
| XYZ | 11.65 | 18.1 | 19.1 | - |
| YUV | 95.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 115 | 0.90 | 0 | 0.14 | 0.48 | 171 | 0.82 | 0.29 |
| Hex | D | 85 | 73 | 5A | 0 | E | 30 | AB | 52 | 1D |
| Octal | 15 | 205 | 163 | 132 | 0 | 16 | 60 | 253 | 122 | 35 |
| Binary | 1101 | 10000101 | 1110011 | 1011010 | 0 | 1110 | 110000 | 10101011 | 1010010 | 11101 |
Color Harmonies of #0D8573
Complementary color
Monochromatic Colors of #0D8573
Black with #0D8573
Text Example
Text Example
White with #0D8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8573; }
p { color: rgb(13,133,115); }
H1.HeaderClassName
{
color: #0D8573;
}
.AnyTagClassName
{
color: #0D8573;
}
</style>
background-color css
<style>
a { background-color: #0D8573; }
a { background-color: rgb(13,133,115); }
div.DivClassName
{
background-color: #0D8573;
}
.BgClassName
{
background-color: #0D8573;
}
</style>
border-color css
<style>
span { border-color: #0D8573; }
span { border-color: rgb(13,133,115); }
td.TdClassName
{
border-color: #0D8573;
}
.TagClassName
{
border-color: #0D8573;
}
</style>