#019375

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

Shades of Observatory #019375

Tints of Observatory #019375

Color information

#019375 (or 0x019375) is unknown color: approx Observatory. HEX triplet: 01, 93 and 75. RGB value is (1,147,117). Sum of RGB (Red+Green+Blue) = 1+147+117=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #019375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019375 is #FE6C8A. Grayscale: #636363. Windows color (decimal): -16673931 or 7705345. OLE color: 7705345.

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

Color convert

RGB1147117-
CMYK0.9900.200.42
HSL167.67º98.65%29.02%-
HSV(B)167.67º99.32%57.65%-
XYZ13.6622.1620.39-
YUV99.93137.6357.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=0.38%
G=55.47%
B=44.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11471170.9900.200.42167.6798.6529.02
Hex19375630142Aa8631d
Octal12231651430245225014335
Binary1100100111110101110001101010010101010101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019375; }

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

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

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

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

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

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

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

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