Shades of Observatory #01937E
Tints of Observatory #01937E
RGB
CMYK
RGB Variations
Color information
#01937E (or 0x01937E) is known color: Observatory. HEX triplet: 01, 93 and 7E. RGB value is (1,147,126). Sum of RGB (Red+Green+Blue) = 1+147+126=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #01937E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01937E is #FE6C81. Grayscale: #646464. Windows color (decimal): -16673922 or 8295169. OLE color: 8295169.
HSL color Cylindrical-coordinate representation of color #01937E: hue angle of 171.37º degrees, saturation: 0.99, 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 #01937E is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 126 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.42 |
| HSL | 171.37º | 0.99% | 0.29% | - |
| HSV(B) | 171.37º | 0.99% | 0.58% | - |
| XYZ | 14.21 | 22.38 | 23.31 | - |
| YUV | 100.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 126 | 0.99 | 0 | 0.14 | 0.42 | 171.37 | 0.99 | 0.29 |
| Hex | 1 | 93 | 7E | 63 | 0 | E | 2A | AB | 63 | 1D |
| Octal | 1 | 223 | 176 | 143 | 0 | 16 | 52 | 253 | 143 | 35 |
| Binary | 1 | 10010011 | 1111110 | 1100011 | 0 | 1110 | 101010 | 10101011 | 1100011 | 11101 |
Color Harmonies of #01937E
Complementary color
Monochromatic Colors of #01937E
Black with #01937E
Text Example
Text Example
White with #01937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01937E; }
p { color: rgb(1,147,126); }
H1.HeaderClassName
{
color: #01937E;
}
.AnyTagClassName
{
color: #01937E;
}
</style>
background-color css
<style>
a { background-color: #01937E; }
a { background-color: rgb(1,147,126); }
div.DivClassName
{
background-color: #01937E;
}
.BgClassName
{
background-color: #01937E;
}
</style>
border-color css
<style>
span { border-color: #01937E; }
span { border-color: rgb(1,147,126); }
td.TdClassName
{
border-color: #01937E;
}
.TagClassName
{
border-color: #01937E;
}
</style>