#019068

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

Shades of Observatory #019068

Tints of Observatory #019068

Color information

#019068 (or 0x019068) is unknown color: approx Observatory. HEX triplet: 01, 90 and 68. RGB value is (1,144,104). Sum of RGB (Red+Green+Blue) = 1+144+104=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #019068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019068 is #FE6F97. Grayscale: #606060. Windows color (decimal): -16674712 or 6852609. OLE color: 6852609.

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

Color convert

RGB1144104-
CMYK0.9900.280.44
HSL163.22º98.62%28.43%-
HSV(B)163.22º99.31%56.47%-
XYZ12.4820.9516.48-
YUV96.68132.1259.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 144 (56.64% from 255) = 57.83%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=0.40%
G=57.83%
B=41.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11441040.9900.280.44163.2298.6228.43
Hex190686301C2Ca3631c
Octal12201501430345424314334
Binary1100100001101000110001101110010110010100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019068; }

 p { color: rgb(1,144,104); }

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

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

 a { background-color: rgb(1,144,104); }

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

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

 span { border-color: rgb(1,144,104); }

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