#137163

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

Shades of Deep Sea #137163

Tints of Deep Sea #137163

Color information

#137163 (or 0x137163) is unknown color: approx Deep Sea. HEX triplet: 13, 71 and 63. RGB value is (19,113,99). Sum of RGB (Red+Green+Blue) = 19+113+99=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #137163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137163 is #EC8E9C. Grayscale: #535353. Windows color (decimal): -15503005 or 6517011. OLE color: 6517011.

HSL color Cylindrical-coordinate representation of color #137163: hue angle of 171.06º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137163 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1911399-
CMYK0.8300.120.56
HSL171.06º71.21%25.88%-
HSV(B)171.06º83.19%44.31%-
XYZ8.4312.8513.84-
YUV83.3136.8682.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=8.23%
G=48.92%
B=42.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19113990.8300.120.56171.0671.2125.88
Hex137163530C38ab471a
Octal231611431230147025310732
Binary100111110001110001110100110110011100010101011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137163; }

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

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

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

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

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

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

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

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