#137257

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

Shades of Deep Sea #137257

Tints of Deep Sea #137257

Color information

#137257 (or 0x137257) is unknown color: approx Deep Sea. HEX triplet: 13, 72 and 57. RGB value is (19,114,87). Sum of RGB (Red+Green+Blue) = 19+114+87=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #137257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137257 is #EC8DA8. Grayscale: #525252. Windows color (decimal): -15502761 or 5730835. OLE color: 5730835.

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

Color convert

RGB1911487-
CMYK0.8300.240.55
HSL162.95º71.43%26.08%-
HSV(B)162.95º83.33%44.71%-
XYZ8.0112.8611.08-
YUV82.52130.5382.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=8.64%
G=51.82%
B=39.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114870.8300.240.55162.9571.4326.08
Hex1372575301837a3471a
Octal231621271230306724310732
Binary1001111100101010111101001101100011011110100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137257; }

 p { color: rgb(19,114,87); }

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

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

 a { background-color: rgb(19,114,87); }

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

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

 span { border-color: rgb(19,114,87); }

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