#099380

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

Shades of Observatory #099380

Tints of Observatory #099380

Color information

#099380 (or 0x099380) is unknown color: approx Observatory. HEX triplet: 09, 93 and 80. RGB value is (9,147,128). Sum of RGB (Red+Green+Blue) = 9+147+128=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #099380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099380 is #F66C7F. Grayscale: #676767. Windows color (decimal): -16149632 or 8426249. OLE color: 8426249.

HSL color Cylindrical-coordinate representation of color #099380: hue angle of 171.74º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099380 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB9147128-
CMYK0.9400.130.42
HSL171.74º88.46%30.59%-
HSV(B)171.74º93.88%57.65%-
XYZ14.4422.4824-
YUV103.57141.7860.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.17%
GREEN value IS 147 (57.81% from 255) = 51.76%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=3.17%
G=51.76%
B=45.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91471280.9400.130.42171.7488.4630.59
Hex993805E0D2Aac581f
Octal112232001360155225413037
Binary1001100100111000000010111100110110101010101100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099380; }

 p { color: rgb(9,147,128); }

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

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

 a { background-color: rgb(9,147,128); }

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

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

 span { border-color: rgb(9,147,128); }

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