Shades of Observatory #12917D
Tints of Observatory #12917D
RGB
CMYK
RGB Variations
Color information
#12917D (or 0x12917D) is known color: Observatory. HEX triplet: 12, 91 and 7D. RGB value is (18,145,125). Sum of RGB (Red+Green+Blue) = 18+145+125=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #12917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12917D is #ED6E82. Grayscale: #686868. Windows color (decimal): -15560323 or 8229138. OLE color: 8229138.
HSL color Cylindrical-coordinate representation of color #12917D: hue angle of 170.55º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12917D is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 125 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.43 |
| HSL | 170.55º | 0.78% | 0.32% | - |
| HSV(B) | 170.55º | 0.88% | 0.57% | - |
| XYZ | 14.08 | 21.86 | 22.88 | - |
| YUV | 104.75 | 139.42 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 125 | 0.88 | 0 | 0.14 | 0.43 | 170.55 | 0.78 | 0.32 |
| Hex | 12 | 91 | 7D | 58 | 0 | E | 2B | AB | 4E | 20 |
| Octal | 22 | 221 | 175 | 130 | 0 | 16 | 53 | 253 | 116 | 40 |
| Binary | 10010 | 10010001 | 1111101 | 1011000 | 0 | 1110 | 101011 | 10101011 | 1001110 | 100000 |
Color Harmonies of #12917D
Complementary color
Monochromatic Colors of #12917D
Black with #12917D
Text Example
Text Example
White with #12917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12917D; }
p { color: rgb(18,145,125); }
H1.HeaderClassName
{
color: #12917D;
}
.AnyTagClassName
{
color: #12917D;
}
</style>
background-color css
<style>
a { background-color: #12917D; }
a { background-color: rgb(18,145,125); }
div.DivClassName
{
background-color: #12917D;
}
.BgClassName
{
background-color: #12917D;
}
</style>
border-color css
<style>
span { border-color: #12917D; }
span { border-color: rgb(18,145,125); }
td.TdClassName
{
border-color: #12917D;
}
.TagClassName
{
border-color: #12917D;
}
</style>