#13795E

Color #13795E Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #13795E

Tints of Deep Sea #13795E

Color information

#13795E (or 0x13795E) is unknown color: approx Deep Sea. HEX triplet: 13, 79 and 5E. RGB value is (19,121,94). Sum of RGB (Red+Green+Blue) = 19+121+94=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #13795E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13795E is #EC86A1. Grayscale: #575757. Windows color (decimal): -15500962 or 6191379. OLE color: 6191379.

HSL color Cylindrical-coordinate representation of color #13795E: hue angle of 164.12º 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 #13795E is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1912194-
CMYK0.8400.220.53
HSL164.12º72.86%27.45%-
HSV(B)164.12º84.3%47.45%-
XYZ9.1314.6212.93-
YUV87.42131.7179.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=8.12%
G=51.71%
B=40.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121940.8400.220.53164.1272.8627.45
Hex13795E5401635a4491b
Octal231711361240266524411133
Binary1001111110011011110101010001011011010110100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13795E;
 }
 .AnyTagClassName
 {
   color: #13795E;
 }
</style>
background-color css

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

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

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

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

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

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