Html Css Color HEX #137759 Deep Sea

📋 copy color: '#137759'

red 19 ◦ green 119 ◦ blue 89

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

Shades of Deep Sea #137759

Tints of Deep Sea #137759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

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

R = 8.37%
G = 52.42%
B = 39.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#137759 (or 0x137759) is known color: Deep Sea. HEX triplet: 13, 77 and 59. RGB value is (19,119,89). Sum of RGB (Red+Green+Blue) = 19+119+89=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #137759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137759 is #EC88A6. Grayscale: #555555. Windows color (decimal): -15501479 or 5863187. OLE color: 5863187.

HSL color Cylindrical-coordinate representation of color #137759: hue angle of 162º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137759 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 89 -
CMYK 0.84 0 0.25 0.53
HSL 162º 0.72% 0.27% -
HSV(B) 162º 0.84% 0.47% -
XYZ 8.67 14.05 11.71 -
YUV 85.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 19 119 89 0.84 0 0.25 0.53 162 0.72 0.27
Hex 13 77 59 54 0 19 35 A2 48 1B
Octal 23 167 131 124 0 31 65 242 110 33
Binary 10011 1110111 1011001 1010100 0 11001 110101 10100010 1001000 11011

Color Harmonies of #137759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137759

Black with #137759

Text Example


Text Example

White with #137759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137759; }

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

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

background-color css

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

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

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

border-color css

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

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

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