Html Css Color HEX #019077 Observatory

📋 copy color: '#019077'

red 1 ◦ green 144 ◦ blue 119

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

Shades of Observatory #019077

Tints of Observatory #019077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 0.38%
G = 54.55%
B = 45.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#019077 (or 0x019077) is known color: Observatory. HEX triplet: 01, 90 and 77. RGB value is (1,144,119). Sum of RGB (Red+Green+Blue) = 1+144+119=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #019077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019077 is #FE6F88. Grayscale: #626262. Windows color (decimal): -16674697 or 7835649. OLE color: 7835649.

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

Color convert

RGB 1 144 119 -
CMYK 0.99 0 0.17 0.44
HSL 169.51º 0.99% 0.28% -
HSV(B) 169.51º 0.99% 0.56% -
XYZ 13.32 21.28 20.86 -
YUV 98.39 139.62 58.53 -
System Red Green Blue C M Y K H S L
Decimal 1 144 119 0.99 0 0.17 0.44 169.51 0.99 0.28
Hex 1 90 77 63 0 11 2C AA 63 1C
Octal 1 220 167 143 0 21 54 252 143 34
Binary 1 10010000 1110111 1100011 0 10001 101100 10101010 1100011 11100

Color Harmonies of #019077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019077

Black with #019077

Text Example


Text Example

White with #019077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019077; }

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

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

background-color css

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

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

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

border-color css

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

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

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