Html Css Color HEX #019178 Observatory

📋 copy color: '#019178'

red 1 ◦ green 145 ◦ blue 120

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

Shades of Observatory #019178

Tints of Observatory #019178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.11%

R = 0.38%
G = 54.51%
B = 45.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#019178 (or 0x019178) is known color: Observatory. HEX triplet: 01, 91 and 78. RGB value is (1,145,120). Sum of RGB (Red+Green+Blue) = 1+145+120=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #019178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019178 is #FE6E87. Grayscale: #636363. Windows color (decimal): -16674440 or 7901441. OLE color: 7901441.

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

Color convert

RGB 1 145 120 -
CMYK 0.99 0 0.17 0.43
HSL 169.58º 0.99% 0.29% -
HSV(B) 169.58º 0.99% 0.57% -
XYZ 13.53 21.61 21.23 -
YUV 99.09 139.79 58.03 -
System Red Green Blue C M Y K H S L
Decimal 1 145 120 0.99 0 0.17 0.43 169.58 0.99 0.29
Hex 1 91 78 63 0 11 2B AA 63 1D
Octal 1 221 170 143 0 21 53 252 143 35
Binary 1 10010001 1111000 1100011 0 10001 101011 10101010 1100011 11101

Color Harmonies of #019178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019178

Black with #019178

Text Example


Text Example

White with #019178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019178; }

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

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

background-color css

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

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

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

border-color css

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

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

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