Html Css Color HEX #13715D Deep Sea

📋 copy color: '#13715D'

red 19 ◦ green 113 ◦ blue 93

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

Shades of Deep Sea #13715D

Tints of Deep Sea #13715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.22%

 BLUE value IS 93 (36.72% from 255) = 41.33%

R = 8.44%
G = 50.22%
B = 41.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#13715D (or 0x13715D) is known color: Deep Sea. HEX triplet: 13, 71 and 5D. RGB value is (19,113,93). Sum of RGB (Red+Green+Blue) = 19+113+93=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #13715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13715D is #EC8EA2. Grayscale: #525252. Windows color (decimal): -15503011 or 6123795. OLE color: 6123795.

HSL color Cylindrical-coordinate representation of color #13715D: hue angle of 167.23º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13715D is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 93 -
CMYK 0.83 0 0.18 0.56
HSL 167.23º 0.71% 0.26% -
HSV(B) 167.23º 0.83% 0.44% -
XYZ 8.15 12.74 12.39 -
YUV 82.61 133.86 82.63 -
System Red Green Blue C M Y K H S L
Decimal 19 113 93 0.83 0 0.18 0.56 167.23 0.71 0.26
Hex 13 71 5D 53 0 12 38 A7 47 1A
Octal 23 161 135 123 0 22 70 247 107 32
Binary 10011 1110001 1011101 1010011 0 10010 111000 10100111 1000111 11010

Color Harmonies of #13715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13715D

Black with #13715D

Text Example


Text Example

White with #13715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13715D; }

 p { color: rgb(19,113,93); }

 H1.HeaderClassName
 {
   color: #13715D;
 }
 .AnyTagClassName
 {
   color: #13715D;
 }
</style>

background-color css

<style>
 a { background-color: #13715D; }

 a { background-color: rgb(19,113,93); }

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

border-color css

<style>
 span { border-color: #13715D; }

 span { border-color: rgb(19,113,93); }

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