Shades of Observatory #02937E
Tints of Observatory #02937E
RGB
CMYK
RGB Variations
Color information
#02937E (or 0x02937E) is known color: Observatory. HEX triplet: 02, 93 and 7E. RGB value is (2,147,126). Sum of RGB (Red+Green+Blue) = 2+147+126=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #02937E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02937E is #FD6C81. Grayscale: #656565. Windows color (decimal): -16608386 or 8295170. OLE color: 8295170.
HSL color Cylindrical-coordinate representation of color #02937E: hue angle of 171.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02937E is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 147 | 126 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.42 |
| HSL | 171.31º | 0.97% | 0.29% | - |
| HSV(B) | 171.31º | 0.99% | 0.58% | - |
| XYZ | 14.22 | 22.39 | 23.31 | - |
| YUV | 101.25 | 141.96 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 126 | 0.99 | 0 | 0.14 | 0.42 | 171.31 | 0.97 | 0.29 |
| Hex | 2 | 93 | 7E | 63 | 0 | E | 2A | AB | 61 | 1D |
| Octal | 2 | 223 | 176 | 143 | 0 | 16 | 52 | 253 | 141 | 35 |
| Binary | 10 | 10010011 | 1111110 | 1100011 | 0 | 1110 | 101010 | 10101011 | 1100001 | 11101 |
Color Harmonies of #02937E
Complementary color
Monochromatic Colors of #02937E
Black with #02937E
Text Example
Text Example
White with #02937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02937E; }
p { color: rgb(2,147,126); }
H1.HeaderClassName
{
color: #02937E;
}
.AnyTagClassName
{
color: #02937E;
}
</style>
background-color css
<style>
a { background-color: #02937E; }
a { background-color: rgb(2,147,126); }
div.DivClassName
{
background-color: #02937E;
}
.BgClassName
{
background-color: #02937E;
}
</style>
border-color css
<style>
span { border-color: #02937E; }
span { border-color: rgb(2,147,126); }
td.TdClassName
{
border-color: #02937E;
}
.TagClassName
{
border-color: #02937E;
}
</style>