Shades of Observatory #01886C
Tints of Observatory #01886C
RGB
CMYK
RGB Variations
Color information
#01886C (or 0x01886C) is known color: Observatory. HEX triplet: 01, 88 and 6C. RGB value is (1,136,108). Sum of RGB (Red+Green+Blue) = 1+136+108=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #01886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01886C is #FE7793. Grayscale: #5C5C5C. Windows color (decimal): -16676756 or 7112705. OLE color: 7112705.
HSL color Cylindrical-coordinate representation of color #01886C: hue angle of 167.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01886C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 108 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.47 |
| HSL | 167.56º | 0.99% | 0.27% | - |
| HSV(B) | 167.56º | 0.99% | 0.53% | - |
| XYZ | 11.52 | 18.7 | 17.19 | - |
| YUV | 92.44 | 136.77 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 108 | 0.99 | 0 | 0.21 | 0.47 | 167.56 | 0.99 | 0.27 |
| Hex | 1 | 88 | 6C | 63 | 0 | 15 | 2F | A8 | 63 | 1B |
| Octal | 1 | 210 | 154 | 143 | 0 | 25 | 57 | 250 | 143 | 33 |
| Binary | 1 | 10001000 | 1101100 | 1100011 | 0 | 10101 | 101111 | 10101000 | 1100011 | 11011 |
Color Harmonies of #01886C
Complementary color
Monochromatic Colors of #01886C
Black with #01886C
Text Example
Text Example
White with #01886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01886C; }
p { color: rgb(1,136,108); }
H1.HeaderClassName
{
color: #01886C;
}
.AnyTagClassName
{
color: #01886C;
}
</style>
background-color css
<style>
a { background-color: #01886C; }
a { background-color: rgb(1,136,108); }
div.DivClassName
{
background-color: #01886C;
}
.BgClassName
{
background-color: #01886C;
}
</style>
border-color css
<style>
span { border-color: #01886C; }
span { border-color: rgb(1,136,108); }
td.TdClassName
{
border-color: #01886C;
}
.TagClassName
{
border-color: #01886C;
}
</style>