#137865

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

Shades of Deep Sea #137865

Tints of Deep Sea #137865

Color information

#137865 (or 0x137865) is unknown color: approx Deep Sea. HEX triplet: 13, 78 and 65. RGB value is (19,120,101). Sum of RGB (Red+Green+Blue) = 19+120+101=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #137865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137865 is #EC879A. Grayscale: #575757. Windows color (decimal): -15501211 or 6649875. OLE color: 6649875.

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

Color convert

RGB19120101-
CMYK0.8400.160.53
HSL168.71º72.66%27.25%-
HSV(B)168.71º84.17%47.06%-
XYZ9.3314.5114.62-
YUV87.64135.5479.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=7.92%
G=50%
B=42.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191201010.8400.160.53168.7172.6627.25
Hex1378655401035a9491b
Octal231701451240206525111133
Binary1001111110001100101101010001000011010110101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137865; }

 p { color: rgb(19,120,101); }

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

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

 a { background-color: rgb(19,120,101); }

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

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

 span { border-color: rgb(19,120,101); }

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