Html Css Color HEX #019175 Observatory

📋 copy color: '#019175'

red 1 ◦ green 145 ◦ blue 117

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

Shades of Observatory #019175

Tints of Observatory #019175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 0.38%
G = 55.13%
B = 44.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#019175 (or 0x019175) is known color: Observatory. HEX triplet: 01, 91 and 75. RGB value is (1,145,117). Sum of RGB (Red+Green+Blue) = 1+145+117=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #019175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019175 is #FE6E8A. Grayscale: #626262. Windows color (decimal): -16674443 or 7704833. OLE color: 7704833.

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

Color convert

RGB 1 145 117 -
CMYK 0.99 0 0.19 0.43
HSL 168.33º 0.99% 0.29% -
HSV(B) 168.33º 0.99% 0.57% -
XYZ 13.35 21.54 20.28 -
YUV 98.75 138.29 58.28 -
System Red Green Blue C M Y K H S L
Decimal 1 145 117 0.99 0 0.19 0.43 168.33 0.99 0.29
Hex 1 91 75 63 0 13 2B A8 63 1D
Octal 1 221 165 143 0 23 53 250 143 35
Binary 1 10010001 1110101 1100011 0 10011 101011 10101000 1100011 11101

Color Harmonies of #019175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019175

Black with #019175

Text Example


Text Example

White with #019175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019175; }

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

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

background-color css

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

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

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

border-color css

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

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

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