#019173

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

Shades of Observatory #019173

Tints of Observatory #019173

Color information

#019173 (or 0x019173) is unknown color: approx Observatory. HEX triplet: 01, 91 and 73. RGB value is (1,145,115). Sum of RGB (Red+Green+Blue) = 1+145+115=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #019173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019173 is #FE6E8C. Grayscale: #626262. Windows color (decimal): -16674445 or 7573761. OLE color: 7573761.

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

Color convert

RGB1145115-
CMYK0.9900.210.43
HSL167.5º98.63%28.63%-
HSV(B)167.5º99.31%56.86%-
XYZ13.2321.519.67-
YUV98.52137.2958.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=0.38%
G=55.56%
B=44.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11451150.9900.210.43167.598.6328.63
Hex19173630152Ba8631d
Octal12211631430255325014335
Binary1100100011110011110001101010110101110101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019173; }

 p { color: rgb(1,145,115); }

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

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

 a { background-color: rgb(1,145,115); }

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

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

 span { border-color: rgb(1,145,115); }

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