#13705F

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

Shades of Deep Sea #13705F

Tints of Deep Sea #13705F

Color information

#13705F (or 0x13705F) is unknown color: approx Deep Sea. HEX triplet: 13, 70 and 5F. RGB value is (19,112,95). Sum of RGB (Red+Green+Blue) = 19+112+95=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #13705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13705F is #EC8FA0. Grayscale: #525252. Windows color (decimal): -15503265 or 6254611. OLE color: 6254611.

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

Color convert

RGB1911295-
CMYK0.8300.150.56
HSL169.03º70.99%25.69%-
HSV(B)169.03º83.04%43.92%-
XYZ8.1312.5512.82-
YUV82.26135.1982.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 112 (44.14% from 255) = 49.56%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=8.41%
G=49.56%
B=42.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19112950.8300.150.56169.0370.9925.69
Hex13705F530F38a9471a
Octal231601371230177025110732
Binary100111110000101111110100110111111100010101001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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