#13735C

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

Shades of Deep Sea #13735C

Tints of Deep Sea #13735C

Color information

#13735C (or 0x13735C) is unknown color: approx Deep Sea. HEX triplet: 13, 73 and 5C. RGB value is (19,115,92). Sum of RGB (Red+Green+Blue) = 19+115+92=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #13735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13735C is #EC8CA3. Grayscale: #535353. Windows color (decimal): -15502500 or 6058771. OLE color: 6058771.

HSL color Cylindrical-coordinate representation of color #13735C: hue angle of 165.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13735C is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1911592-
CMYK0.8300.200.55
HSL165.62º71.64%26.27%-
HSV(B)165.62º83.48%45.1%-
XYZ8.3313.1712.23-
YUV83.67132.781.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=8.41%
G=50.88%
B=40.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115920.8300.200.55165.6271.6426.27
Hex13735C5301437a6481a
Octal231631341230246724611032
Binary1001111100111011100101001101010011011110100110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13735C; }

 p { color: rgb(19,115,92); }

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

<style>
 a { background-color: #13735C; }

 a { background-color: rgb(19,115,92); }

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

<style>
 span { border-color: #13735C; }

 span { border-color: rgb(19,115,92); }

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