Shades of Observatory #01926C
Tints of Observatory #01926C
RGB
CMYK
RGB Variations
Color information
#01926C (or 0x01926C) is known color: Observatory. HEX triplet: 01, 92 and 6C. RGB value is (1,146,108). Sum of RGB (Red+Green+Blue) = 1+146+108=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #01926C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01926C is #FE6D93. Grayscale: #626262. Windows color (decimal): -16674196 or 7115265. OLE color: 7115265.
HSL color Cylindrical-coordinate representation of color #01926C: hue angle of 164.28º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01926C is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 108 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.43 |
| HSL | 164.28º | 0.99% | 0.29% | - |
| HSV(B) | 164.28º | 0.99% | 0.57% | - |
| XYZ | 13 | 21.65 | 17.68 | - |
| YUV | 98.31 | 133.46 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 108 | 0.99 | 0 | 0.26 | 0.43 | 164.28 | 0.99 | 0.29 |
| Hex | 1 | 92 | 6C | 63 | 0 | 1A | 2B | A4 | 63 | 1D |
| Octal | 1 | 222 | 154 | 143 | 0 | 32 | 53 | 244 | 143 | 35 |
| Binary | 1 | 10010010 | 1101100 | 1100011 | 0 | 11010 | 101011 | 10100100 | 1100011 | 11101 |
Color Harmonies of #01926C
Complementary color
Monochromatic Colors of #01926C
Black with #01926C
Text Example
Text Example
White with #01926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01926C; }
p { color: rgb(1,146,108); }
H1.HeaderClassName
{
color: #01926C;
}
.AnyTagClassName
{
color: #01926C;
}
</style>
background-color css
<style>
a { background-color: #01926C; }
a { background-color: rgb(1,146,108); }
div.DivClassName
{
background-color: #01926C;
}
.BgClassName
{
background-color: #01926C;
}
</style>
border-color css
<style>
span { border-color: #01926C; }
span { border-color: rgb(1,146,108); }
td.TdClassName
{
border-color: #01926C;
}
.TagClassName
{
border-color: #01926C;
}
</style>