Shades of Observatory #01937C
Tints of Observatory #01937C
RGB
CMYK
RGB Variations
Color information
#01937C (or 0x01937C) is known color: Observatory. HEX triplet: 01, 93 and 7C. RGB value is (1,147,124). Sum of RGB (Red+Green+Blue) = 1+147+124=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #01937C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01937C is #FE6C83. Grayscale: #646464. Windows color (decimal): -16673924 or 8164097. OLE color: 8164097.
HSL color Cylindrical-coordinate representation of color #01937C: hue angle of 170.55º 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 #01937C is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 124 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.42 |
| HSL | 170.55º | 0.99% | 0.29% | - |
| HSV(B) | 170.55º | 0.99% | 0.58% | - |
| XYZ | 14.08 | 22.33 | 22.64 | - |
| YUV | 100.72 | 141.13 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 124 | 0.99 | 0 | 0.16 | 0.42 | 170.55 | 0.99 | 0.29 |
| Hex | 1 | 93 | 7C | 63 | 0 | 10 | 2A | AB | 63 | 1D |
| Octal | 1 | 223 | 174 | 143 | 0 | 20 | 52 | 253 | 143 | 35 |
| Binary | 1 | 10010011 | 1111100 | 1100011 | 0 | 10000 | 101010 | 10101011 | 1100011 | 11101 |
Color Harmonies of #01937C
Complementary color
Monochromatic Colors of #01937C
Black with #01937C
Text Example
Text Example
White with #01937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01937C; }
p { color: rgb(1,147,124); }
H1.HeaderClassName
{
color: #01937C;
}
.AnyTagClassName
{
color: #01937C;
}
</style>
background-color css
<style>
a { background-color: #01937C; }
a { background-color: rgb(1,147,124); }
div.DivClassName
{
background-color: #01937C;
}
.BgClassName
{
background-color: #01937C;
}
</style>
border-color css
<style>
span { border-color: #01937C; }
span { border-color: rgb(1,147,124); }
td.TdClassName
{
border-color: #01937C;
}
.TagClassName
{
border-color: #01937C;
}
</style>