Shades of Observatory #01946B
Tints of Observatory #01946B
RGB
CMYK
RGB Variations
Color information
#01946B (or 0x01946B) is known color: Observatory. HEX triplet: 01, 94 and 6B. RGB value is (1,148,107). Sum of RGB (Red+Green+Blue) = 1+148+107=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #01946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01946B is #FE6B94. Grayscale: #636363. Windows color (decimal): -16673685 or 7050241. OLE color: 7050241.
HSL color Cylindrical-coordinate representation of color #01946B: hue angle of 163.27º 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 #01946B is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 148 | 107 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.42 |
| HSL | 163.27º | 0.99% | 0.29% | - |
| HSV(B) | 163.27º | 0.99% | 0.58% | - |
| XYZ | 13.26 | 22.25 | 17.51 | - |
| YUV | 99.37 | 132.3 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 148 | 107 | 0.99 | 0 | 0.28 | 0.42 | 163.27 | 0.99 | 0.29 |
| Hex | 1 | 94 | 6B | 63 | 0 | 1C | 2A | A3 | 63 | 1D |
| Octal | 1 | 224 | 153 | 143 | 0 | 34 | 52 | 243 | 143 | 35 |
| Binary | 1 | 10010100 | 1101011 | 1100011 | 0 | 11100 | 101010 | 10100011 | 1100011 | 11101 |
Color Harmonies of #01946B
Complementary color
Monochromatic Colors of #01946B
Black with #01946B
Text Example
Text Example
White with #01946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01946B; }
p { color: rgb(1,148,107); }
H1.HeaderClassName
{
color: #01946B;
}
.AnyTagClassName
{
color: #01946B;
}
</style>
background-color css
<style>
a { background-color: #01946B; }
a { background-color: rgb(1,148,107); }
div.DivClassName
{
background-color: #01946B;
}
.BgClassName
{
background-color: #01946B;
}
</style>
border-color css
<style>
span { border-color: #01946B; }
span { border-color: rgb(1,148,107); }
td.TdClassName
{
border-color: #01946B;
}
.TagClassName
{
border-color: #01946B;
}
</style>