Html Css Color HEX #1F594A Evening Sea

📋 copy color: '#1F594A'

red 31 ◦ green 89 ◦ blue 74

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

Shades of Evening Sea #1F594A

Tints of Evening Sea #1F594A

RGB

 RED value IS 31 (12.5% from 255) = 15.98%

 GREEN value IS 89 (35.16% from 255) = 45.88%

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 15.98%
G = 45.88%
B = 38.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#1F594A (or 0x1F594A) is known color: Evening Sea. HEX triplet: 1F, 59 and 4A. RGB value is (31,89,74). Sum of RGB (Red+Green+Blue) = 31+89+74=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #1F594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F594A is #E0A6B5. Grayscale: #454545. Windows color (decimal): -14722742 or 4872479. OLE color: 4872479.

HSL color Cylindrical-coordinate representation of color #1F594A: hue angle of 164.48º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F594A is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 89 74 -
CMYK 0.65 0 0.17 0.65
HSL 164.48º 0.48% 0.24% -
HSV(B) 164.48º 0.65% 0.35% -
XYZ 5.37 7.93 7.73 -
YUV 69.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 31 89 74 0.65 0 0.17 0.65 164.48 0.48 0.24
Hex 1F 59 4A 41 0 11 41 A4 30 18
Octal 37 131 112 101 0 21 101 244 60 30
Binary 11111 1011001 1001010 1000001 0 10001 1000001 10100100 110000 11000

Color Harmonies of #1F594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F594A

Black with #1F594A

Text Example


Text Example

White with #1F594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,89,74); }

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

background-color css

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

 a { background-color: rgb(31,89,74); }

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

border-color css

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

 span { border-color: rgb(31,89,74); }

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