#019074

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

Shades of Observatory #019074

Tints of Observatory #019074

Color information

#019074 (or 0x019074) is unknown color: approx Observatory. HEX triplet: 01, 90 and 74. RGB value is (1,144,116). Sum of RGB (Red+Green+Blue) = 1+144+116=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #019074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019074 is #FE6F8B. Grayscale: #626262. Windows color (decimal): -16674700 or 7639041. OLE color: 7639041.

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

Color convert

RGB1144116-
CMYK0.9900.190.44
HSL168.25º98.62%28.43%-
HSV(B)168.25º99.31%56.47%-
XYZ13.1421.2119.93-
YUV98.05138.1258.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=0.38%
G=55.17%
B=44.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11441160.9900.190.44168.2598.6228.43
Hex19074630132Ca8631c
Octal12201641430235425014334
Binary1100100001110100110001101001110110010101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019074; }

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

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

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

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

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

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

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

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