Html Css Color HEX #137157 Deep Sea

📋 copy color: '#137157'

red 19 ◦ green 113 ◦ blue 87

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

Shades of Deep Sea #137157

Tints of Deep Sea #137157

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.6%

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

R = 8.68%
G = 51.6%
B = 39.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#137157 (or 0x137157) is known color: Deep Sea. HEX triplet: 13, 71 and 57. RGB value is (19,113,87). Sum of RGB (Red+Green+Blue) = 19+113+87=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #137157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137157 is #EC8EA8. Grayscale: #515151. Windows color (decimal): -15503017 or 5730579. OLE color: 5730579.

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

Color convert

RGB 19 113 87 -
CMYK 0.83 0 0.23 0.56
HSL 163.4º 0.71% 0.26% -
HSV(B) 163.4º 0.83% 0.44% -
XYZ 7.89 12.64 11.04 -
YUV 81.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 19 113 87 0.83 0 0.23 0.56 163.4 0.71 0.26
Hex 13 71 57 53 0 17 38 A3 47 1A
Octal 23 161 127 123 0 27 70 243 107 32
Binary 10011 1110001 1010111 1010011 0 10111 111000 10100011 1000111 11010

Color Harmonies of #137157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137157

Black with #137157

Text Example


Text Example

White with #137157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137157; }

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

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

background-color css

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

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

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

border-color css

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

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

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