#13705E

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

Shades of Deep Sea #13705E

Tints of Deep Sea #13705E

Color information

#13705E (or 0x13705E) is unknown color: approx Deep Sea. HEX triplet: 13, 70 and 5E. RGB value is (19,112,94). Sum of RGB (Red+Green+Blue) = 19+112+94=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #13705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13705E is #EC8FA1. Grayscale: #525252. Windows color (decimal): -15503266 or 6189075. OLE color: 6189075.

HSL color Cylindrical-coordinate representation of color #13705E: hue angle of 168.39º 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 #13705E is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1911294-
CMYK0.8300.160.56
HSL168.39º70.99%25.69%-
HSV(B)168.39º83.04%43.92%-
XYZ8.0812.5312.58-
YUV82.14134.6982.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=8.44%
G=49.78%
B=41.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19112940.8300.160.56168.3970.9925.69
Hex13705E5301038a8471a
Octal231601361230207025010732
Binary1001111100001011110101001101000011100010101000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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