Shades of Observatory #019377
Tints of Observatory #019377
RGB
CMYK
RGB Variations
Color information
#019377 (or 0x019377) is known color: Observatory. HEX triplet: 01, 93 and 77. RGB value is (1,147,119). Sum of RGB (Red+Green+Blue) = 1+147+119=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #019377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019377 is #FE6C88. Grayscale: #646464. Windows color (decimal): -16673929 or 7836417. OLE color: 7836417.
HSL color Cylindrical-coordinate representation of color #019377: hue angle of 168.49º 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 #019377 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 119 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.42 |
| HSL | 168.49º | 0.99% | 0.29% | - |
| HSV(B) | 168.49º | 0.99% | 0.58% | - |
| XYZ | 13.78 | 22.21 | 21.01 | - |
| YUV | 100.15 | 138.63 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 119 | 0.99 | 0 | 0.19 | 0.42 | 168.49 | 0.99 | 0.29 |
| Hex | 1 | 93 | 77 | 63 | 0 | 13 | 2A | A8 | 63 | 1D |
| Octal | 1 | 223 | 167 | 143 | 0 | 23 | 52 | 250 | 143 | 35 |
| Binary | 1 | 10010011 | 1110111 | 1100011 | 0 | 10011 | 101010 | 10101000 | 1100011 | 11101 |
Color Harmonies of #019377
Complementary color
Monochromatic Colors of #019377
Black with #019377
Text Example
Text Example
White with #019377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019377; }
p { color: rgb(1,147,119); }
H1.HeaderClassName
{
color: #019377;
}
.AnyTagClassName
{
color: #019377;
}
</style>
background-color css
<style>
a { background-color: #019377; }
a { background-color: rgb(1,147,119); }
div.DivClassName
{
background-color: #019377;
}
.BgClassName
{
background-color: #019377;
}
</style>
border-color css
<style>
span { border-color: #019377; }
span { border-color: rgb(1,147,119); }
td.TdClassName
{
border-color: #019377;
}
.TagClassName
{
border-color: #019377;
}
</style>