Shades of Observatory #01966C
Tints of Observatory #01966C
RGB
CMYK
RGB Variations
Color information
#01966C (or 0x01966C) is known color: Observatory. HEX triplet: 01, 96 and 6C. RGB value is (1,150,108). Sum of RGB (Red+Green+Blue) = 1+150+108=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #01966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01966C is #FE6993. Grayscale: #646464. Windows color (decimal): -16673172 or 7116289. OLE color: 7116289.
HSL color Cylindrical-coordinate representation of color #01966C: hue angle of 163.09º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01966C is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 108 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.41 |
| HSL | 163.09º | 0.99% | 0.3% | - |
| HSV(B) | 163.09º | 0.99% | 0.59% | - |
| XYZ | 13.63 | 22.9 | 17.89 | - |
| YUV | 100.66 | 132.14 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 108 | 0.99 | 0 | 0.28 | 0.41 | 163.09 | 0.99 | 0.3 |
| Hex | 1 | 96 | 6C | 63 | 0 | 1C | 29 | A3 | 63 | 1E |
| Octal | 1 | 226 | 154 | 143 | 0 | 34 | 51 | 243 | 143 | 36 |
| Binary | 1 | 10010110 | 1101100 | 1100011 | 0 | 11100 | 101001 | 10100011 | 1100011 | 11110 |
Color Harmonies of #01966C
Complementary color
Monochromatic Colors of #01966C
Black with #01966C
Text Example
Text Example
White with #01966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01966C; }
p { color: rgb(1,150,108); }
H1.HeaderClassName
{
color: #01966C;
}
.AnyTagClassName
{
color: #01966C;
}
</style>
background-color css
<style>
a { background-color: #01966C; }
a { background-color: rgb(1,150,108); }
div.DivClassName
{
background-color: #01966C;
}
.BgClassName
{
background-color: #01966C;
}
</style>
border-color css
<style>
span { border-color: #01966C; }
span { border-color: rgb(1,150,108); }
td.TdClassName
{
border-color: #01966C;
}
.TagClassName
{
border-color: #01966C;
}
</style>