Html Css Color HEX #1F584A Evening Sea

📋 copy color: '#1F584A'

red 31 ◦ green 88 ◦ blue 74

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

Shades of Evening Sea #1F584A

Tints of Evening Sea #1F584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.6%

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

R = 16.06%
G = 45.6%
B = 38.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#1F584A (or 0x1F584A) is known color: Evening Sea. HEX triplet: 1F, 58 and 4A. RGB value is (31,88,74). Sum of RGB (Red+Green+Blue) = 31+88+74=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #1F584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F584A is #E0A7B5. Grayscale: #454545. Windows color (decimal): -14722998 or 4872223. OLE color: 4872223.

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

Color convert

RGB 31 88 74 -
CMYK 0.65 0 0.16 0.65
HSL 165.26º 0.48% 0.23% -
HSV(B) 165.26º 0.65% 0.35% -
XYZ 5.29 7.77 7.7 -
YUV 69.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 31 88 74 0.65 0 0.16 0.65 165.26 0.48 0.23
Hex 1F 58 4A 41 0 10 41 A5 30 17
Octal 37 130 112 101 0 20 101 245 60 27
Binary 11111 1011000 1001010 1000001 0 10000 1000001 10100101 110000 10111

Color Harmonies of #1F584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F584A

Black with #1F584A

Text Example


Text Example

White with #1F584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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