#13795F

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

Shades of Deep Sea #13795F

Tints of Deep Sea #13795F

Color information

#13795F (or 0x13795F) is unknown color: approx Deep Sea. HEX triplet: 13, 79 and 5F. RGB value is (19,121,95). Sum of RGB (Red+Green+Blue) = 19+121+95=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #13795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13795F is #EC86A0. Grayscale: #575757. Windows color (decimal): -15500961 or 6256915. OLE color: 6256915.

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

Color convert

RGB1912195-
CMYK0.8400.210.53
HSL164.71º72.86%27.45%-
HSV(B)164.71º84.3%47.45%-
XYZ9.1714.6413.17-
YUV87.54132.2179.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 121 (47.66% from 255) = 51.49%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=8.09%
G=51.49%
B=40.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121950.8400.210.53164.7172.8627.45
Hex13795F5401535a5491b
Octal231711371240256524511133
Binary1001111110011011111101010001010111010110100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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