#137465

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

Shades of Deep Sea #137465

Tints of Deep Sea #137465

Color information

#137465 (or 0x137465) is unknown color: approx Deep Sea. HEX triplet: 13, 74 and 65. RGB value is (19,116,101). Sum of RGB (Red+Green+Blue) = 19+116+101=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #137465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137465 is #EC8B9A. Grayscale: #555555. Windows color (decimal): -15502235 or 6648851. OLE color: 6648851.

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

Color convert

RGB19116101-
CMYK0.8400.130.55
HSL170.72º71.85%26.47%-
HSV(B)170.72º83.62%45.49%-
XYZ8.8613.5714.46-
YUV85.29136.8680.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=8.05%
G=49.15%
B=42.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191161010.8400.130.55170.7271.8526.47
Hex137465540D37ab481a
Octal231641451240156725311032
Binary100111110100110010110101000110111011110101011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137465; }

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

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

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

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

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

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

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

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