Html Css Color HEX #13614F Evening Sea

📋 copy color: '#13614F'

red 19 ◦ green 97 ◦ blue 79

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

Shades of Evening Sea #13614F

Tints of Evening Sea #13614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.74%

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

R = 9.74%
G = 49.74%
B = 40.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#13614F (or 0x13614F) is known color: Evening Sea. HEX triplet: 13, 61 and 4F. RGB value is (19,97,79). Sum of RGB (Red+Green+Blue) = 19+97+79=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #13614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13614F is #EC9EB0. Grayscale: #474747. Windows color (decimal): -15507121 or 5202195. OLE color: 5202195.

HSL color Cylindrical-coordinate representation of color #13614F: hue angle of 166.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13614F is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 79 -
CMYK 0.80 0 0.19 0.62
HSL 166.15º 0.67% 0.23% -
HSV(B) 166.15º 0.8% 0.38% -
XYZ 5.95 9.25 8.87 -
YUV 71.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 19 97 79 0.80 0 0.19 0.62 166.15 0.67 0.23
Hex 13 61 4F 50 0 13 3E A6 43 17
Octal 23 141 117 120 0 23 76 246 103 27
Binary 10011 1100001 1001111 1010000 0 10011 111110 10100110 1000011 10111

Color Harmonies of #13614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13614F

Black with #13614F

Text Example


Text Example

White with #13614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13614F; }

 p { color: rgb(19,97,79); }

 H1.HeaderClassName
 {
   color: #13614F;
 }
 .AnyTagClassName
 {
   color: #13614F;
 }
</style>

background-color css

<style>
 a { background-color: #13614F; }

 a { background-color: rgb(19,97,79); }

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

border-color css

<style>
 span { border-color: #13614F; }

 span { border-color: rgb(19,97,79); }

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