#019366

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

Shades of Observatory #019366

Tints of Observatory #019366

Color information

#019366 (or 0x019366) is unknown color: approx Observatory. HEX triplet: 01, 93 and 66. RGB value is (1,147,102). Sum of RGB (Red+Green+Blue) = 1+147+102=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #019366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019366 is #FE6C99. Grayscale: #626262. Windows color (decimal): -16673946 or 6722305. OLE color: 6722305.

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

Color convert

RGB1147102-
CMYK0.9900.310.42
HSL161.51º98.65%29.02%-
HSV(B)161.51º99.32%57.65%-
XYZ12.8421.8316.11-
YUV98.22130.1358.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.4%
GREEN value IS 147 (57.81% from 255) = 58.8%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=0.4%
G=58.8%
B=40.8%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11471020.9900.310.42161.5198.6529.02
Hex193666301F2Aa2631d
Octal12231461430375224214335
Binary1100100111100110110001101111110101010100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019366; }

 p { color: rgb(1,147,102); }

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

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

 a { background-color: rgb(1,147,102); }

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

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

 span { border-color: rgb(1,147,102); }

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