Shades of Observatory #0A937B
Tints of Observatory #0A937B
RGB
CMYK
RGB Variations
Color information
#0A937B (or 0x0A937B) is known color: Observatory. HEX triplet: 0A, 93 and 7B. RGB value is (10,147,123). Sum of RGB (Red+Green+Blue) = 10+147+123=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #0A937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A937B is #F56C84. Grayscale: #676767. Windows color (decimal): -16084101 or 8098570. OLE color: 8098570.
HSL color Cylindrical-coordinate representation of color #0A937B: hue angle of 169.49º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A937B is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 147 | 123 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.42 |
| HSL | 169.49º | 0.87% | 0.31% | - |
| HSV(B) | 169.49º | 0.93% | 0.58% | - |
| XYZ | 14.13 | 22.36 | 22.31 | - |
| YUV | 103.3 | 139.11 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 123 | 0.93 | 0 | 0.16 | 0.42 | 169.49 | 0.87 | 0.31 |
| Hex | A | 93 | 7B | 5D | 0 | 10 | 2A | A9 | 57 | 1F |
| Octal | 12 | 223 | 173 | 135 | 0 | 20 | 52 | 251 | 127 | 37 |
| Binary | 1010 | 10010011 | 1111011 | 1011101 | 0 | 10000 | 101010 | 10101001 | 1010111 | 11111 |
Color Harmonies of #0A937B
Complementary color
Monochromatic Colors of #0A937B
Black with #0A937B
Text Example
Text Example
White with #0A937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A937B; }
p { color: rgb(10,147,123); }
H1.HeaderClassName
{
color: #0A937B;
}
.AnyTagClassName
{
color: #0A937B;
}
</style>
background-color css
<style>
a { background-color: #0A937B; }
a { background-color: rgb(10,147,123); }
div.DivClassName
{
background-color: #0A937B;
}
.BgClassName
{
background-color: #0A937B;
}
</style>
border-color css
<style>
span { border-color: #0A937B; }
span { border-color: rgb(10,147,123); }
td.TdClassName
{
border-color: #0A937B;
}
.TagClassName
{
border-color: #0A937B;
}
</style>