Html Css Color HEX #019173 Observatory

📋 copy color: '#019173'

red 1 ◦ green 145 ◦ blue 115

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

Shades of Observatory #019173

Tints of Observatory #019173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 0.38%
G = 55.56%
B = 44.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#019173 (or 0x019173) is known color: Observatory. HEX triplet: 01, 91 and 73. RGB value is (1,145,115). Sum of RGB (Red+Green+Blue) = 1+145+115=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #019173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019173 is #FE6E8C. Grayscale: #626262. Windows color (decimal): -16674445 or 7573761. OLE color: 7573761.

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

Color convert

RGB 1 145 115 -
CMYK 0.99 0 0.21 0.43
HSL 167.5º 0.99% 0.29% -
HSV(B) 167.5º 0.99% 0.57% -
XYZ 13.23 21.5 19.67 -
YUV 98.52 137.29 58.44 -
System Red Green Blue C M Y K H S L
Decimal 1 145 115 0.99 0 0.21 0.43 167.5 0.99 0.29
Hex 1 91 73 63 0 15 2B A8 63 1D
Octal 1 221 163 143 0 25 53 250 143 35
Binary 1 10010001 1110011 1100011 0 10101 101011 10101000 1100011 11101

Color Harmonies of #019173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019173

Black with #019173

Text Example


Text Example

White with #019173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019173; }

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

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

background-color css

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

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

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

border-color css

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

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

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