Html Css Color HEX #13795D Deep Sea

📋 copy color: '#13795D'

red 19 ◦ green 121 ◦ blue 93

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

Shades of Deep Sea #13795D

Tints of Deep Sea #13795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.93%

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

R = 8.15%
G = 51.93%
B = 39.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#13795D (or 0x13795D) is known color: Deep Sea. HEX triplet: 13, 79 and 5D. RGB value is (19,121,93). Sum of RGB (Red+Green+Blue) = 19+121+93=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #13795D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13795D is #EC86A2. Grayscale: #575757. Windows color (decimal): -15500963 or 6125843. OLE color: 6125843.

HSL color Cylindrical-coordinate representation of color #13795D: hue angle of 163.53º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13795D is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 93 -
CMYK 0.84 0 0.23 0.53
HSL 163.53º 0.73% 0.27% -
HSV(B) 163.53º 0.84% 0.47% -
XYZ 9.08 14.6 12.7 -
YUV 87.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 19 121 93 0.84 0 0.23 0.53 163.53 0.73 0.27
Hex 13 79 5D 54 0 17 35 A4 49 1B
Octal 23 171 135 124 0 27 65 244 111 33
Binary 10011 1111001 1011101 1010100 0 10111 110101 10100100 1001001 11011

Color Harmonies of #13795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13795D

Black with #13795D

Text Example


Text Example

White with #13795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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