#137963

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

Shades of Deep Sea #137963

Tints of Deep Sea #137963

Color information

#137963 (or 0x137963) is unknown color: approx Deep Sea. HEX triplet: 13, 79 and 63. RGB value is (19,121,99). Sum of RGB (Red+Green+Blue) = 19+121+99=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #137963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137963 is #EC869C. Grayscale: #575757. Windows color (decimal): -15500957 or 6519059. OLE color: 6519059.

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

Color convert

RGB1912199-
CMYK0.8400.180.53
HSL167.06º72.86%27.45%-
HSV(B)167.06º84.3%47.45%-
XYZ9.3614.7114.15-
YUV87.99134.2178.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=7.95%
G=50.63%
B=41.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121990.8400.180.53167.0672.8627.45
Hex1379635401235a7491b
Octal231711431240226524711133
Binary1001111110011100011101010001001011010110100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137963; }

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

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

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

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

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

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

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

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