#019471

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

Shades of Observatory #019471

Tints of Observatory #019471

Color information

#019471 (or 0x019471) is unknown color: approx Observatory. HEX triplet: 01, 94 and 71. RGB value is (1,148,113). Sum of RGB (Red+Green+Blue) = 1+148+113=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #019471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019471 is #FE6B8E. Grayscale: #646464. Windows color (decimal): -16673679 or 7443457. OLE color: 7443457.

HSL color Cylindrical-coordinate representation of color #019471: hue angle of 165.71º 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 #019471 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB1148113-
CMYK0.9900.240.42
HSL165.71º98.66%29.22%-
HSV(B)165.71º99.32%58.04%-
XYZ13.5822.3819.23-
YUV100.06135.357.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 148 (58.20% from 255) = 56.49%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=0.38%
G=56.49%
B=43.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11481130.9900.240.42165.7198.6629.22
Hex19471630182Aa6631d
Octal12241611430305224614335
Binary1100101001110001110001101100010101010100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019471; }

 p { color: rgb(1,148,113); }

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

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

 a { background-color: rgb(1,148,113); }

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

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

 span { border-color: rgb(1,148,113); }

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