Html Css Color HEX #019177 Observatory

📋 copy color: '#019177'

red 1 ◦ green 145 ◦ blue 119

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

Shades of Observatory #019177

Tints of Observatory #019177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.72%

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

R = 0.38%
G = 54.72%
B = 44.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#019177 (or 0x019177) is known color: Observatory. HEX triplet: 01, 91 and 77. RGB value is (1,145,119). Sum of RGB (Red+Green+Blue) = 1+145+119=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #019177 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019177 is #FE6E88. Grayscale: #626262. Windows color (decimal): -16674441 or 7835905. OLE color: 7835905.

HSL color Cylindrical-coordinate representation of color #019177: hue angle of 169.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019177 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 119 -
CMYK 0.99 0 0.18 0.43
HSL 169.17º 0.99% 0.29% -
HSV(B) 169.17º 0.99% 0.57% -
XYZ 13.47 21.59 20.91 -
YUV 98.98 139.29 58.11 -
System Red Green Blue C M Y K H S L
Decimal 1 145 119 0.99 0 0.18 0.43 169.17 0.99 0.29
Hex 1 91 77 63 0 12 2B A9 63 1D
Octal 1 221 167 143 0 22 53 251 143 35
Binary 1 10010001 1110111 1100011 0 10010 101011 10101001 1100011 11101

Color Harmonies of #019177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019177

Black with #019177

Text Example


Text Example

White with #019177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019177; }

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

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

background-color css

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

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

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

border-color css

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

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

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