Shades of Observatory #01957B
Tints of Observatory #01957B
RGB
CMYK
RGB Variations
Color information
#01957B (or 0x01957B) is known color: Observatory. HEX triplet: 01, 95 and 7B. RGB value is (1,149,123). Sum of RGB (Red+Green+Blue) = 1+149+123=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #01957B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01957B is #FE6A84. Grayscale: #656565. Windows color (decimal): -16673413 or 8099073. OLE color: 8099073.
HSL color Cylindrical-coordinate representation of color #01957B: hue angle of 169.46º 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 #01957B is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 123 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.42 |
| HSL | 169.46º | 0.99% | 0.29% | - |
| HSV(B) | 169.46º | 0.99% | 0.58% | - |
| XYZ | 14.34 | 22.93 | 22.41 | - |
| YUV | 101.78 | 139.97 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 123 | 0.99 | 0 | 0.17 | 0.42 | 169.46 | 0.99 | 0.29 |
| Hex | 1 | 95 | 7B | 63 | 0 | 11 | 2A | A9 | 63 | 1D |
| Octal | 1 | 225 | 173 | 143 | 0 | 21 | 52 | 251 | 143 | 35 |
| Binary | 1 | 10010101 | 1111011 | 1100011 | 0 | 10001 | 101010 | 10101001 | 1100011 | 11101 |
Color Harmonies of #01957B
Complementary color
Monochromatic Colors of #01957B
Black with #01957B
Text Example
Text Example
White with #01957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01957B; }
p { color: rgb(1,149,123); }
H1.HeaderClassName
{
color: #01957B;
}
.AnyTagClassName
{
color: #01957B;
}
</style>
background-color css
<style>
a { background-color: #01957B; }
a { background-color: rgb(1,149,123); }
div.DivClassName
{
background-color: #01957B;
}
.BgClassName
{
background-color: #01957B;
}
</style>
border-color css
<style>
span { border-color: #01957B; }
span { border-color: rgb(1,149,123); }
td.TdClassName
{
border-color: #01957B;
}
.TagClassName
{
border-color: #01957B;
}
</style>