#039069

Color #039069 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #039069

Tints of Observatory #039069

Color information

#039069 (or 0x039069) is unknown color: approx Observatory. HEX triplet: 03, 90 and 69. RGB value is (3,144,105). Sum of RGB (Red+Green+Blue) = 3+144+105=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #039069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039069 is #FC6F96. Grayscale: #616161. Windows color (decimal): -16543639 or 6918147. OLE color: 6918147.

HSL color Cylindrical-coordinate representation of color #039069: hue angle of 163.4º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039069 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB3144105-
CMYK0.9800.270.44
HSL163.4º95.92%28.82%-
HSV(B)163.4º97.92%56.47%-
XYZ12.5620.9916.75-
YUV97.4132.2960.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=1.19%
G=57.14%
B=41.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31441050.9800.270.44163.495.9228.82
Hex390696201B2Ca3601d
Octal32201511420335424314035
Binary11100100001101001110001001101110110010100011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039069; }

 p { color: rgb(3,144,105); }

 H1.HeaderClassName
 {
   color: #039069;
 }
 .AnyTagClassName
 {
   color: #039069;
 }
</style>
background-color css

<style>
 a { background-color: #039069; }

 a { background-color: rgb(3,144,105); }

 div.DivClassName
 {
   background-color: #039069;
 }
 .BgClassName
 {
   background-color: #039069;
 }
</style>
border-color css

<style>
 span { border-color: #039069; }

 span { border-color: rgb(3,144,105); }

 td.TdClassName
 {
   border-color: #039069;
 }
 .TagClassName
 {
   border-color: #039069;
 }
</style>