Shades of Observatory #0B9471
Tints of Observatory #0B9471
RGB
CMYK
RGB Variations
Color information
#0B9471 (or 0x0B9471) is known color: Observatory. HEX triplet: 0B, 94 and 71. RGB value is (11,148,113). Sum of RGB (Red+Green+Blue) = 11+148+113=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #0B9471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9471 is #F46B8E. Grayscale: #676767. Windows color (decimal): -16018319 or 7443467. OLE color: 7443467.
HSL color Cylindrical-coordinate representation of color #0B9471: hue angle of 164.67º degrees, saturation: 0.86, 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 #0B9471 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 148 | 113 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.42 |
| HSL | 164.67º | 0.86% | 0.31% | - |
| HSV(B) | 164.67º | 0.93% | 0.58% | - |
| XYZ | 13.71 | 22.44 | 19.23 | - |
| YUV | 103.05 | 133.61 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 148 | 113 | 0.93 | 0 | 0.24 | 0.42 | 164.67 | 0.86 | 0.31 |
| Hex | B | 94 | 71 | 5D | 0 | 18 | 2A | A5 | 56 | 1F |
| Octal | 13 | 224 | 161 | 135 | 0 | 30 | 52 | 245 | 126 | 37 |
| Binary | 1011 | 10010100 | 1110001 | 1011101 | 0 | 11000 | 101010 | 10100101 | 1010110 | 11111 |
Color Harmonies of #0B9471
Complementary color
Monochromatic Colors of #0B9471
Black with #0B9471
Text Example
Text Example
White with #0B9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9471; }
p { color: rgb(11,148,113); }
H1.HeaderClassName
{
color: #0B9471;
}
.AnyTagClassName
{
color: #0B9471;
}
</style>
background-color css
<style>
a { background-color: #0B9471; }
a { background-color: rgb(11,148,113); }
div.DivClassName
{
background-color: #0B9471;
}
.BgClassName
{
background-color: #0B9471;
}
</style>
border-color css
<style>
span { border-color: #0B9471; }
span { border-color: rgb(11,148,113); }
td.TdClassName
{
border-color: #0B9471;
}
.TagClassName
{
border-color: #0B9471;
}
</style>