Html Css Color HEX #019064 Observatory

📋 copy color: '#019064'

red 1 ◦ green 144 ◦ blue 100

#019064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #019064

Tints of Observatory #019064

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

 GREEN value IS 144 (56.64% from 255) = 58.78%

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 0.41%
G = 58.78%
B = 40.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#019064 (or 0x019064) is known color: Observatory. HEX triplet: 01, 90 and 64. RGB value is (1,144,100). Sum of RGB (Red+Green+Blue) = 1+144+100=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #019064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019064 is #FE6F9B. Grayscale: #606060. Windows color (decimal): -16674716 or 6590465. OLE color: 6590465.

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

Color convert

RGB 1 144 100 -
CMYK 0.99 0 0.31 0.44
HSL 161.54º 0.99% 0.28% -
HSV(B) 161.54º 0.99% 0.56% -
XYZ 12.29 20.87 15.44 -
YUV 96.23 130.12 60.08 -
System Red Green Blue C M Y K H S L
Decimal 1 144 100 0.99 0 0.31 0.44 161.54 0.99 0.28
Hex 1 90 64 63 0 1F 2C A2 63 1C
Octal 1 220 144 143 0 37 54 242 143 34
Binary 1 10010000 1100100 1100011 0 11111 101100 10100010 1100011 11100

Color Harmonies of #019064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019064

Black with #019064

Text Example


Text Example

White with #019064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019064; }

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

 H1.HeaderClassName
 {
   color: #019064;
 }
 .AnyTagClassName
 {
   color: #019064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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