Shades of Observatory #0B927E
Tints of Observatory #0B927E
RGB
CMYK
RGB Variations
Color information
#0B927E (or 0x0B927E) is known color: Observatory. HEX triplet: 0B, 92 and 7E. RGB value is (11,146,126). Sum of RGB (Red+Green+Blue) = 11+146+126=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #0B927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B927E is #F46D81. Grayscale: #676767. Windows color (decimal): -16018818 or 8294923. OLE color: 8294923.
HSL color Cylindrical-coordinate representation of color #0B927E: hue angle of 171.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B927E is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 146 | 126 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.43 |
| HSL | 171.11º | 0.86% | 0.31% | - |
| HSV(B) | 171.11º | 0.92% | 0.57% | - |
| XYZ | 14.18 | 22.14 | 23.26 | - |
| YUV | 103.36 | 140.77 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 146 | 126 | 0.92 | 0 | 0.14 | 0.43 | 171.11 | 0.86 | 0.31 |
| Hex | B | 92 | 7E | 5C | 0 | E | 2B | AB | 56 | 1F |
| Octal | 13 | 222 | 176 | 134 | 0 | 16 | 53 | 253 | 126 | 37 |
| Binary | 1011 | 10010010 | 1111110 | 1011100 | 0 | 1110 | 101011 | 10101011 | 1010110 | 11111 |
Color Harmonies of #0B927E
Complementary color
Monochromatic Colors of #0B927E
Black with #0B927E
Text Example
Text Example
White with #0B927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B927E; }
p { color: rgb(11,146,126); }
H1.HeaderClassName
{
color: #0B927E;
}
.AnyTagClassName
{
color: #0B927E;
}
</style>
background-color css
<style>
a { background-color: #0B927E; }
a { background-color: rgb(11,146,126); }
div.DivClassName
{
background-color: #0B927E;
}
.BgClassName
{
background-color: #0B927E;
}
</style>
border-color css
<style>
span { border-color: #0B927E; }
span { border-color: rgb(11,146,126); }
td.TdClassName
{
border-color: #0B927E;
}
.TagClassName
{
border-color: #0B927E;
}
</style>