Html Css Color HEX #019375 Observatory

📋 copy color: '#019375'

red 1 ◦ green 147 ◦ blue 117

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

Shades of Observatory #019375

Tints of Observatory #019375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.47%

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

R = 0.38%
G = 55.47%
B = 44.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#019375 (or 0x019375) is known color: Observatory. HEX triplet: 01, 93 and 75. RGB value is (1,147,117). Sum of RGB (Red+Green+Blue) = 1+147+117=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #019375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019375 is #FE6C8A. Grayscale: #636363. Windows color (decimal): -16673931 or 7705345. OLE color: 7705345.

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

Color convert

RGB 1 147 117 -
CMYK 0.99 0 0.20 0.42
HSL 167.67º 0.99% 0.29% -
HSV(B) 167.67º 0.99% 0.58% -
XYZ 13.66 22.16 20.39 -
YUV 99.93 137.63 57.44 -
System Red Green Blue C M Y K H S L
Decimal 1 147 117 0.99 0 0.20 0.42 167.67 0.99 0.29
Hex 1 93 75 63 0 14 2A A8 63 1D
Octal 1 223 165 143 0 24 52 250 143 35
Binary 1 10010011 1110101 1100011 0 10100 101010 10101000 1100011 11101

Color Harmonies of #019375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019375

Black with #019375

Text Example


Text Example

White with #019375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019375; }

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

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

background-color css

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

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

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

border-color css

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

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

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