#137764

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

Shades of Deep Sea #137764

Tints of Deep Sea #137764

Color information

#137764 (or 0x137764) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 64. RGB value is (19,119,100). Sum of RGB (Red+Green+Blue) = 19+119+100=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #137764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137764 is #EC889B. Grayscale: #565656. Windows color (decimal): -15501468 or 6584083. OLE color: 6584083.

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

Color convert

RGB19119100-
CMYK0.8400.160.53
HSL168.6º72.46%27.06%-
HSV(B)168.6º84.03%46.67%-
XYZ9.1714.2514.32-
YUV86.93135.3779.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=7.98%
G=50%
B=42.02%

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
Decimal191191000.8400.160.53168.672.4627.06
Hex1377645401035a9481b
Octal231671441240206525111033
Binary1001111101111100100101010001000011010110101001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137764; }

 p { color: rgb(19,119,100); }

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

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

 a { background-color: rgb(19,119,100); }

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

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

 span { border-color: rgb(19,119,100); }

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