Html Css Color HEX #137057 Deep Sea

📋 copy color: '#137057'

red 19 ◦ green 112 ◦ blue 87

#137057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #137057

Tints of Deep Sea #137057

RGB

 RED value IS 19 (7.81% from 255) = 8.72%

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 87 (34.38% from 255) = 39.91%

R = 8.72%
G = 51.38%
B = 39.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#137057 (or 0x137057) is known color: Deep Sea. HEX triplet: 13, 70 and 57. RGB value is (19,112,87). Sum of RGB (Red+Green+Blue) = 19+112+87=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #137057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137057 is #EC8FA8. Grayscale: #515151. Windows color (decimal): -15503273 or 5730323. OLE color: 5730323.

HSL color Cylindrical-coordinate representation of color #137057: hue angle of 163.87º 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 #137057 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 87 -
CMYK 0.83 0 0.22 0.56
HSL 163.87º 0.71% 0.26% -
HSV(B) 163.87º 0.83% 0.44% -
XYZ 7.78 12.41 11 -
YUV 81.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 19 112 87 0.83 0 0.22 0.56 163.87 0.71 0.26
Hex 13 70 57 53 0 16 38 A4 47 1A
Octal 23 160 127 123 0 26 70 244 107 32
Binary 10011 1110000 1010111 1010011 0 10110 111000 10100100 1000111 11010

Color Harmonies of #137057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137057

Black with #137057

Text Example


Text Example

White with #137057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137057; }

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

 H1.HeaderClassName
 {
   color: #137057;
 }
 .AnyTagClassName
 {
   color: #137057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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