#13715B

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

Shades of Deep Sea #13715B

Tints of Deep Sea #13715B

Color information

#13715B (or 0x13715B) is unknown color: approx Deep Sea. HEX triplet: 13, 71 and 5B. RGB value is (19,113,91). Sum of RGB (Red+Green+Blue) = 19+113+91=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #13715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13715B is #EC8EA4. Grayscale: #525252. Windows color (decimal): -15503013 or 5992723. OLE color: 5992723.

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

Color convert

RGB1911391-
CMYK0.8300.190.56
HSL165.96º71.21%25.88%-
HSV(B)165.96º83.19%44.31%-
XYZ8.0612.711.92-
YUV82.39132.8682.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 113 (44.53% from 255) = 50.67%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=8.52%
G=50.67%
B=40.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19113910.8300.190.56165.9671.2125.88
Hex13715B5301338a6471a
Octal231611331230237024610732
Binary1001111100011011011101001101001111100010100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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