Shades of Observatory #02846C
Tints of Observatory #02846C
RGB
CMYK
RGB Variations
Color information
#02846C (or 0x02846C) is known color: Observatory. HEX triplet: 02, 84 and 6C. RGB value is (2,132,108). Sum of RGB (Red+Green+Blue) = 2+132+108=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #02846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02846C is #FD7B93. Grayscale: #5A5A5A. Windows color (decimal): -16612244 or 7111682. OLE color: 7111682.
HSL color Cylindrical-coordinate representation of color #02846C: hue angle of 168.92º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02846C is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 132 | 108 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.48 |
| HSL | 168.92º | 0.97% | 0.26% | - |
| HSV(B) | 168.92º | 0.98% | 0.52% | - |
| XYZ | 10.98 | 17.6 | 17.01 | - |
| YUV | 90.39 | 137.93 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 108 | 0.98 | 0 | 0.18 | 0.48 | 168.92 | 0.97 | 0.26 |
| Hex | 2 | 84 | 6C | 62 | 0 | 12 | 30 | A9 | 61 | 1A |
| Octal | 2 | 204 | 154 | 142 | 0 | 22 | 60 | 251 | 141 | 32 |
| Binary | 10 | 10000100 | 1101100 | 1100010 | 0 | 10010 | 110000 | 10101001 | 1100001 | 11010 |
Color Harmonies of #02846C
Complementary color
Monochromatic Colors of #02846C
Black with #02846C
Text Example
Text Example
White with #02846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02846C; }
p { color: rgb(2,132,108); }
H1.HeaderClassName
{
color: #02846C;
}
.AnyTagClassName
{
color: #02846C;
}
</style>
background-color css
<style>
a { background-color: #02846C; }
a { background-color: rgb(2,132,108); }
div.DivClassName
{
background-color: #02846C;
}
.BgClassName
{
background-color: #02846C;
}
</style>
border-color css
<style>
span { border-color: #02846C; }
span { border-color: rgb(2,132,108); }
td.TdClassName
{
border-color: #02846C;
}
.TagClassName
{
border-color: #02846C;
}
</style>