Html Css Color HEX #137159 Deep Sea

📋 copy color: '#137159'

red 19 ◦ green 113 ◦ blue 89

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

Shades of Deep Sea #137159

Tints of Deep Sea #137159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 8.6%
G = 51.13%
B = 40.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#137159 (or 0x137159) is known color: Deep Sea. HEX triplet: 13, 71 and 59. RGB value is (19,113,89). Sum of RGB (Red+Green+Blue) = 19+113+89=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #137159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137159 is #EC8EA6. Grayscale: #525252. Windows color (decimal): -15503015 or 5861651. OLE color: 5861651.

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

Color convert

RGB 19 113 89 -
CMYK 0.83 0 0.21 0.56
HSL 164.68º 0.71% 0.26% -
HSV(B) 164.68º 0.83% 0.44% -
XYZ 7.98 12.67 11.48 -
YUV 82.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 19 113 89 0.83 0 0.21 0.56 164.68 0.71 0.26
Hex 13 71 59 53 0 15 38 A5 47 1A
Octal 23 161 131 123 0 25 70 245 107 32
Binary 10011 1110001 1011001 1010011 0 10101 111000 10100101 1000111 11010

Color Harmonies of #137159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137159

Black with #137159

Text Example


Text Example

White with #137159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137159; }

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

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

background-color css

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

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

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

border-color css

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

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

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