Shades of Observatory #01956C
Tints of Observatory #01956C
RGB
CMYK
RGB Variations
Color information
#01956C (or 0x01956C) is known color: Observatory. HEX triplet: 01, 95 and 6C. RGB value is (1,149,108). Sum of RGB (Red+Green+Blue) = 1+149+108=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #01956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01956C is #FE6A93. Grayscale: #646464. Windows color (decimal): -16673428 or 7116033. OLE color: 7116033.
HSL color Cylindrical-coordinate representation of color #01956C: hue angle of 163.38º 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 #01956C is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 108 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.42 |
| HSL | 163.38º | 0.99% | 0.29% | - |
| HSV(B) | 163.38º | 0.99% | 0.58% | - |
| XYZ | 13.47 | 22.58 | 17.84 | - |
| YUV | 100.07 | 132.47 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 108 | 0.99 | 0 | 0.28 | 0.42 | 163.38 | 0.99 | 0.29 |
| Hex | 1 | 95 | 6C | 63 | 0 | 1C | 2A | A3 | 63 | 1D |
| Octal | 1 | 225 | 154 | 143 | 0 | 34 | 52 | 243 | 143 | 35 |
| Binary | 1 | 10010101 | 1101100 | 1100011 | 0 | 11100 | 101010 | 10100011 | 1100011 | 11101 |
Color Harmonies of #01956C
Complementary color
Monochromatic Colors of #01956C
Black with #01956C
Text Example
Text Example
White with #01956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01956C; }
p { color: rgb(1,149,108); }
H1.HeaderClassName
{
color: #01956C;
}
.AnyTagClassName
{
color: #01956C;
}
</style>
background-color css
<style>
a { background-color: #01956C; }
a { background-color: rgb(1,149,108); }
div.DivClassName
{
background-color: #01956C;
}
.BgClassName
{
background-color: #01956C;
}
</style>
border-color css
<style>
span { border-color: #01956C; }
span { border-color: rgb(1,149,108); }
td.TdClassName
{
border-color: #01956C;
}
.TagClassName
{
border-color: #01956C;
}
</style>