Shades of Observatory #01936C
Tints of Observatory #01936C
RGB
CMYK
RGB Variations
Color information
#01936C (or 0x01936C) is known color: Observatory. HEX triplet: 01, 93 and 6C. RGB value is (1,147,108). Sum of RGB (Red+Green+Blue) = 1+147+108=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #01936C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01936C is #FE6C93. Grayscale: #626262. Windows color (decimal): -16673940 or 7115521. OLE color: 7115521.
HSL color Cylindrical-coordinate representation of color #01936C: hue angle of 163.97º 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 #01936C is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 108 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.42 |
| HSL | 163.97º | 0.99% | 0.29% | - |
| HSV(B) | 163.97º | 0.99% | 0.58% | - |
| XYZ | 13.15 | 21.96 | 17.73 | - |
| YUV | 98.9 | 133.13 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 108 | 0.99 | 0 | 0.27 | 0.42 | 163.97 | 0.99 | 0.29 |
| Hex | 1 | 93 | 6C | 63 | 0 | 1B | 2A | A4 | 63 | 1D |
| Octal | 1 | 223 | 154 | 143 | 0 | 33 | 52 | 244 | 143 | 35 |
| Binary | 1 | 10010011 | 1101100 | 1100011 | 0 | 11011 | 101010 | 10100100 | 1100011 | 11101 |
Color Harmonies of #01936C
Complementary color
Monochromatic Colors of #01936C
Black with #01936C
Text Example
Text Example
White with #01936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01936C; }
p { color: rgb(1,147,108); }
H1.HeaderClassName
{
color: #01936C;
}
.AnyTagClassName
{
color: #01936C;
}
</style>
background-color css
<style>
a { background-color: #01936C; }
a { background-color: rgb(1,147,108); }
div.DivClassName
{
background-color: #01936C;
}
.BgClassName
{
background-color: #01936C;
}
</style>
border-color css
<style>
span { border-color: #01936C; }
span { border-color: rgb(1,147,108); }
td.TdClassName
{
border-color: #01936C;
}
.TagClassName
{
border-color: #01936C;
}
</style>