Shades of Observatory #02896C
Tints of Observatory #02896C
RGB
CMYK
RGB Variations
Color information
#02896C (or 0x02896C) is known color: Observatory. HEX triplet: 02, 89 and 6C. RGB value is (2,137,108). Sum of RGB (Red+Green+Blue) = 2+137+108=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #02896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02896C is #FD7693. Grayscale: #5D5D5D. Windows color (decimal): -16610964 or 7112962. OLE color: 7112962.
HSL color Cylindrical-coordinate representation of color #02896C: hue angle of 167.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02896C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 137 | 108 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.46 |
| HSL | 167.11º | 0.97% | 0.27% | - |
| HSV(B) | 167.11º | 0.99% | 0.54% | - |
| XYZ | 11.68 | 18.99 | 17.24 | - |
| YUV | 93.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 108 | 0.99 | 0 | 0.21 | 0.46 | 167.11 | 0.97 | 0.27 |
| Hex | 2 | 89 | 6C | 63 | 0 | 15 | 2E | A7 | 61 | 1B |
| Octal | 2 | 211 | 154 | 143 | 0 | 25 | 56 | 247 | 141 | 33 |
| Binary | 10 | 10001001 | 1101100 | 1100011 | 0 | 10101 | 101110 | 10100111 | 1100001 | 11011 |
Color Harmonies of #02896C
Complementary color
Monochromatic Colors of #02896C
Black with #02896C
Text Example
Text Example
White with #02896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02896C; }
p { color: rgb(2,137,108); }
H1.HeaderClassName
{
color: #02896C;
}
.AnyTagClassName
{
color: #02896C;
}
</style>
background-color css
<style>
a { background-color: #02896C; }
a { background-color: rgb(2,137,108); }
div.DivClassName
{
background-color: #02896C;
}
.BgClassName
{
background-color: #02896C;
}
</style>
border-color css
<style>
span { border-color: #02896C; }
span { border-color: rgb(2,137,108); }
td.TdClassName
{
border-color: #02896C;
}
.TagClassName
{
border-color: #02896C;
}
</style>