Html Css Color HEX #13594A Evening Sea

📋 copy color: '#13594A'

red 19 ◦ green 89 ◦ blue 74

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

Shades of Evening Sea #13594A

Tints of Evening Sea #13594A

RGB

 RED value IS 19 (7.81% from 255) = 10.44%

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

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

R = 10.44%
G = 48.9%
B = 40.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#13594A (or 0x13594A) is known color: Evening Sea. HEX triplet: 13, 59 and 4A. RGB value is (19,89,74). Sum of RGB (Red+Green+Blue) = 19+89+74=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #13594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13594A is #ECA6B5. Grayscale: #424242. Windows color (decimal): -15509174 or 4872467. OLE color: 4872467.

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

Color convert

RGB 19 89 74 -
CMYK 0.79 0 0.17 0.65
HSL 167.14º 0.65% 0.21% -
HSV(B) 167.14º 0.79% 0.35% -
XYZ 5.08 7.78 7.71 -
YUV 66.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 19 89 74 0.79 0 0.17 0.65 167.14 0.65 0.21
Hex 13 59 4A 4F 0 11 41 A7 41 15
Octal 23 131 112 117 0 21 101 247 101 25
Binary 10011 1011001 1001010 1001111 0 10001 1000001 10100111 1000001 10101

Color Harmonies of #13594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13594A

Black with #13594A

Text Example


Text Example

White with #13594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13594A; }

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

 H1.HeaderClassName
 {
   color: #13594A;
 }
 .AnyTagClassName
 {
   color: #13594A;
 }
</style>

background-color css

<style>
 a { background-color: #13594A; }

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

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

border-color css

<style>
 span { border-color: #13594A; }

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

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