Html Css Color HEX #1E664F Evening Sea

📋 copy color: '#1E664F'

red 30 ◦ green 102 ◦ blue 79

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

Shades of Evening Sea #1E664F

Tints of Evening Sea #1E664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.34%

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

R = 14.22%
G = 48.34%
B = 37.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#1E664F (or 0x1E664F) is known color: Evening Sea. HEX triplet: 1E, 66 and 4F. RGB value is (30,102,79). Sum of RGB (Red+Green+Blue) = 30+102+79=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #1E664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E664F is #E199B0. Grayscale: #4D4D4D. Windows color (decimal): -14784945 or 5203486. OLE color: 5203486.

HSL color Cylindrical-coordinate representation of color #1E664F: hue angle of 160.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E664F is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 30 102 79 -
CMYK 0.71 0 0.23 0.6
HSL 160.83º 0.55% 0.26% -
HSV(B) 160.83º 0.71% 0.4% -
XYZ 6.7 10.34 9.04 -
YUV 77.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 30 102 79 0.71 0 0.23 0.6 160.83 0.55 0.26
Hex 1E 66 4F 47 0 17 3C A1 37 1A
Octal 36 146 117 107 0 27 74 241 67 32
Binary 11110 1100110 1001111 1000111 0 10111 111100 10100001 110111 11010

Color Harmonies of #1E664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E664F

Black with #1E664F

Text Example


Text Example

White with #1E664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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