Html Css Color HEX #1E554C Evening Sea

📋 copy color: '#1E554C'

red 30 ◦ green 85 ◦ blue 76

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

Shades of Evening Sea #1E554C

Tints of Evening Sea #1E554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 15.71%
G = 44.5%
B = 39.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#1E554C (or 0x1E554C) is known color: Evening Sea. HEX triplet: 1E, 55 and 4C. RGB value is (30,85,76). Sum of RGB (Red+Green+Blue) = 30+85+76=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #1E554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E554C is #E1AAB3. Grayscale: #434343. Windows color (decimal): -14789300 or 5002526. OLE color: 5002526.

HSL color Cylindrical-coordinate representation of color #1E554C: hue angle of 170.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E554C is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 85 76 -
CMYK 0.65 0 0.11 0.67
HSL 170.18º 0.48% 0.23% -
HSV(B) 170.18º 0.65% 0.33% -
XYZ 5.09 7.29 7.98 -
YUV 67.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 30 85 76 0.65 0 0.11 0.67 170.18 0.48 0.23
Hex 1E 55 4C 41 0 B 43 AA 30 17
Octal 36 125 114 101 0 13 103 252 60 27
Binary 11110 1010101 1001100 1000001 0 1011 1000011 10101010 110000 10111

Color Harmonies of #1E554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E554C

Black with #1E554C

Text Example


Text Example

White with #1E554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,85,76); }

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

background-color css

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

 a { background-color: rgb(30,85,76); }

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

border-color css

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

 span { border-color: rgb(30,85,76); }

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