Shades of Observatory #01956D
Tints of Observatory #01956D
RGB
CMYK
RGB Variations
Color information
#01956D (or 0x01956D) is known color: Observatory. HEX triplet: 01, 95 and 6D. RGB value is (1,149,109). Sum of RGB (Red+Green+Blue) = 1+149+109=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #01956D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01956D is #FE6A92. Grayscale: #646464. Windows color (decimal): -16673427 or 7181569. OLE color: 7181569.
HSL color Cylindrical-coordinate representation of color #01956D: hue angle of 163.78º 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 #01956D is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 109 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.42 |
| HSL | 163.78º | 0.99% | 0.29% | - |
| HSV(B) | 163.78º | 0.99% | 0.58% | - |
| XYZ | 13.52 | 22.61 | 18.12 | - |
| YUV | 100.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 109 | 0.99 | 0 | 0.27 | 0.42 | 163.78 | 0.99 | 0.29 |
| Hex | 1 | 95 | 6D | 63 | 0 | 1B | 2A | A4 | 63 | 1D |
| Octal | 1 | 225 | 155 | 143 | 0 | 33 | 52 | 244 | 143 | 35 |
| Binary | 1 | 10010101 | 1101101 | 1100011 | 0 | 11011 | 101010 | 10100100 | 1100011 | 11101 |
Color Harmonies of #01956D
Complementary color
Monochromatic Colors of #01956D
Black with #01956D
Text Example
Text Example
White with #01956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01956D; }
p { color: rgb(1,149,109); }
H1.HeaderClassName
{
color: #01956D;
}
.AnyTagClassName
{
color: #01956D;
}
</style>
background-color css
<style>
a { background-color: #01956D; }
a { background-color: rgb(1,149,109); }
div.DivClassName
{
background-color: #01956D;
}
.BgClassName
{
background-color: #01956D;
}
</style>
border-color css
<style>
span { border-color: #01956D; }
span { border-color: rgb(1,149,109); }
td.TdClassName
{
border-color: #01956D;
}
.TagClassName
{
border-color: #01956D;
}
</style>