Shades of Observatory #039169
Tints of Observatory #039169
RGB
CMYK
RGB Variations
Color information
#039169 (or 0x039169) is known color: Observatory. HEX triplet: 03, 91 and 69. RGB value is (3,145,105). Sum of RGB (Red+Green+Blue) = 3+145+105=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #039169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039169 is #FC6E96. Grayscale: #626262. Windows color (decimal): -16543383 or 6918403. OLE color: 6918403.
HSL color Cylindrical-coordinate representation of color #039169: hue angle of 163.1º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039169 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 145 | 105 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.43 |
| HSL | 163.1º | 0.96% | 0.29% | - |
| HSV(B) | 163.1º | 0.98% | 0.57% | - |
| XYZ | 12.71 | 21.29 | 16.8 | - |
| YUV | 97.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 105 | 0.98 | 0 | 0.28 | 0.43 | 163.1 | 0.96 | 0.29 |
| Hex | 3 | 91 | 69 | 62 | 0 | 1C | 2B | A3 | 60 | 1D |
| Octal | 3 | 221 | 151 | 142 | 0 | 34 | 53 | 243 | 140 | 35 |
| Binary | 11 | 10010001 | 1101001 | 1100010 | 0 | 11100 | 101011 | 10100011 | 1100000 | 11101 |
Color Harmonies of #039169
Complementary color
Monochromatic Colors of #039169
Black with #039169
Text Example
Text Example
White with #039169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039169; }
p { color: rgb(3,145,105); }
H1.HeaderClassName
{
color: #039169;
}
.AnyTagClassName
{
color: #039169;
}
</style>
background-color css
<style>
a { background-color: #039169; }
a { background-color: rgb(3,145,105); }
div.DivClassName
{
background-color: #039169;
}
.BgClassName
{
background-color: #039169;
}
</style>
border-color css
<style>
span { border-color: #039169; }
span { border-color: rgb(3,145,105); }
td.TdClassName
{
border-color: #039169;
}
.TagClassName
{
border-color: #039169;
}
</style>