Html Css Color HEX #019063 Observatory

📋 copy color: '#019063'

red 1 ◦ green 144 ◦ blue 99

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

Shades of Observatory #019063

Tints of Observatory #019063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 0.41%
G = 59.02%
B = 40.57%

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

#019063 (or 0x019063) is known color: Observatory. HEX triplet: 01, 90 and 63. RGB value is (1,144,99). Sum of RGB (Red+Green+Blue) = 1+144+99=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #019063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019063 is #FE6F9C. Grayscale: #606060. Windows color (decimal): -16674717 or 6524929. OLE color: 6524929.

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

Color convert

RGB 1 144 99 -
CMYK 0.99 0 0.31 0.44
HSL 161.12º 0.99% 0.28% -
HSV(B) 161.12º 0.99% 0.56% -
XYZ 12.24 20.85 15.18 -
YUV 96.11 129.62 60.16 -
System Red Green Blue C M Y K H S L
Decimal 1 144 99 0.99 0 0.31 0.44 161.12 0.99 0.28
Hex 1 90 63 63 0 1F 2C A1 63 1C
Octal 1 220 143 143 0 37 54 241 143 34
Binary 1 10010000 1100011 1100011 0 11111 101100 10100001 1100011 11100

Color Harmonies of #019063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019063

Black with #019063

Text Example


Text Example

White with #019063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019063; }

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

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

background-color css

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

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

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

border-color css

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

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

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