Shades of Observatory #01856B
Tints of Observatory #01856B
RGB
CMYK
RGB Variations
Color information
#01856B (or 0x01856B) is known color: Observatory. HEX triplet: 01, 85 and 6B. RGB value is (1,133,107). Sum of RGB (Red+Green+Blue) = 1+133+107=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #01856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01856B is #FE7A94. Grayscale: #5A5A5A. Windows color (decimal): -16677525 or 7046401. OLE color: 7046401.
HSL color Cylindrical-coordinate representation of color #01856B: hue angle of 168.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01856B is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 107 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.48 |
| HSL | 168.18º | 0.99% | 0.26% | - |
| HSV(B) | 168.18º | 0.99% | 0.52% | - |
| XYZ | 11.05 | 17.84 | 16.77 | - |
| YUV | 90.57 | 137.27 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 107 | 0.99 | 0 | 0.20 | 0.48 | 168.18 | 0.99 | 0.26 |
| Hex | 1 | 85 | 6B | 63 | 0 | 14 | 30 | A8 | 63 | 1A |
| Octal | 1 | 205 | 153 | 143 | 0 | 24 | 60 | 250 | 143 | 32 |
| Binary | 1 | 10000101 | 1101011 | 1100011 | 0 | 10100 | 110000 | 10101000 | 1100011 | 11010 |
Color Harmonies of #01856B
Complementary color
Monochromatic Colors of #01856B
Black with #01856B
Text Example
Text Example
White with #01856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01856B; }
p { color: rgb(1,133,107); }
H1.HeaderClassName
{
color: #01856B;
}
.AnyTagClassName
{
color: #01856B;
}
</style>
background-color css
<style>
a { background-color: #01856B; }
a { background-color: rgb(1,133,107); }
div.DivClassName
{
background-color: #01856B;
}
.BgClassName
{
background-color: #01856B;
}
</style>
border-color css
<style>
span { border-color: #01856B; }
span { border-color: rgb(1,133,107); }
td.TdClassName
{
border-color: #01856B;
}
.TagClassName
{
border-color: #01856B;
}
</style>