Html Css Color HEX #1E694F Evening Sea

📋 copy color: '#1E694F'

red 30 ◦ green 105 ◦ blue 79

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

Shades of Evening Sea #1E694F

Tints of Evening Sea #1E694F

RGB

 RED value IS 30 (12.11% from 255) = 14.02%

 GREEN value IS 105 (41.41% from 255) = 49.07%

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 14.02%
G = 49.07%
B = 36.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#1E694F (or 0x1E694F) is known color: Evening Sea. HEX triplet: 1E, 69 and 4F. RGB value is (30,105,79). Sum of RGB (Red+Green+Blue) = 30+105+79=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #1E694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E694F is #E196B0. Grayscale: #4F4F4F. Windows color (decimal): -14784177 or 5204254. OLE color: 5204254.

HSL color Cylindrical-coordinate representation of color #1E694F: hue angle of 159.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E694F is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 30 105 79 -
CMYK 0.71 0 0.25 0.59
HSL 159.2º 0.56% 0.26% -
HSV(B) 159.2º 0.71% 0.41% -
XYZ 7 10.94 9.14 -
YUV 79.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 30 105 79 0.71 0 0.25 0.59 159.2 0.56 0.26
Hex 1E 69 4F 47 0 19 3B 9F 38 1A
Octal 36 151 117 107 0 31 73 237 70 32
Binary 11110 1101001 1001111 1000111 0 11001 111011 10011111 111000 11010

Color Harmonies of #1E694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E694F

Black with #1E694F

Text Example


Text Example

White with #1E694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E694F; }

 p { color: rgb(30,105,79); }

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

background-color css

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

 a { background-color: rgb(30,105,79); }

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

border-color css

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

 span { border-color: rgb(30,105,79); }

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