Shades of Observatory #01937A
Tints of Observatory #01937A
RGB
CMYK
RGB Variations
Color information
#01937A (or 0x01937A) is known color: Observatory. HEX triplet: 01, 93 and 7A. RGB value is (1,147,122). Sum of RGB (Red+Green+Blue) = 1+147+122=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #01937A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01937A is #FE6C85. Grayscale: #646464. Windows color (decimal): -16673926 or 8033025. OLE color: 8033025.
HSL color Cylindrical-coordinate representation of color #01937A: hue angle of 169.73º 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 #01937A is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 122 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.42 |
| HSL | 169.73º | 0.99% | 0.29% | - |
| HSV(B) | 169.73º | 0.99% | 0.58% | - |
| XYZ | 13.96 | 22.28 | 21.98 | - |
| YUV | 100.5 | 140.13 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 122 | 0.99 | 0 | 0.17 | 0.42 | 169.73 | 0.99 | 0.29 |
| Hex | 1 | 93 | 7A | 63 | 0 | 11 | 2A | AA | 63 | 1D |
| Octal | 1 | 223 | 172 | 143 | 0 | 21 | 52 | 252 | 143 | 35 |
| Binary | 1 | 10010011 | 1111010 | 1100011 | 0 | 10001 | 101010 | 10101010 | 1100011 | 11101 |
Color Harmonies of #01937A
Complementary color
Monochromatic Colors of #01937A
Black with #01937A
Text Example
Text Example
White with #01937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01937A; }
p { color: rgb(1,147,122); }
H1.HeaderClassName
{
color: #01937A;
}
.AnyTagClassName
{
color: #01937A;
}
</style>
background-color css
<style>
a { background-color: #01937A; }
a { background-color: rgb(1,147,122); }
div.DivClassName
{
background-color: #01937A;
}
.BgClassName
{
background-color: #01937A;
}
</style>
border-color css
<style>
span { border-color: #01937A; }
span { border-color: rgb(1,147,122); }
td.TdClassName
{
border-color: #01937A;
}
.TagClassName
{
border-color: #01937A;
}
</style>