Html Css Color HEX #019172 Observatory

📋 copy color: '#019172'

red 1 ◦ green 145 ◦ blue 114

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

Shades of Observatory #019172

Tints of Observatory #019172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 0.38%
G = 55.77%
B = 43.85%

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

#019172 (or 0x019172) is known color: Observatory. HEX triplet: 01, 91 and 72. RGB value is (1,145,114). Sum of RGB (Red+Green+Blue) = 1+145+114=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #019172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019172 is #FE6E8D. Grayscale: #626262. Windows color (decimal): -16674446 or 7508225. OLE color: 7508225.

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

Color convert

RGB 1 145 114 -
CMYK 0.99 0 0.21 0.43
HSL 167.08º 0.99% 0.29% -
HSV(B) 167.08º 0.99% 0.57% -
XYZ 13.18 21.47 19.37 -
YUV 98.41 136.79 58.52 -
System Red Green Blue C M Y K H S L
Decimal 1 145 114 0.99 0 0.21 0.43 167.08 0.99 0.29
Hex 1 91 72 63 0 15 2B A7 63 1D
Octal 1 221 162 143 0 25 53 247 143 35
Binary 1 10010001 1110010 1100011 0 10101 101011 10100111 1100011 11101

Color Harmonies of #019172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019172

Black with #019172

Text Example


Text Example

White with #019172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019172; }

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

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

background-color css

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

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

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

border-color css

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

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

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