Html Css Color HEX #137359 Deep Sea

📋 copy color: '#137359'

red 19 ◦ green 115 ◦ blue 89

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

Shades of Deep Sea #137359

Tints of Deep Sea #137359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.57%

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

R = 8.52%
G = 51.57%
B = 39.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#137359 (or 0x137359) is known color: Deep Sea. HEX triplet: 13, 73 and 59. RGB value is (19,115,89). Sum of RGB (Red+Green+Blue) = 19+115+89=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #137359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137359 is #EC8CA6. Grayscale: #535353. Windows color (decimal): -15502503 or 5862163. OLE color: 5862163.

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

Color convert

RGB 19 115 89 -
CMYK 0.83 0 0.23 0.55
HSL 163.75º 0.72% 0.26% -
HSV(B) 163.75º 0.83% 0.45% -
XYZ 8.2 13.12 11.55 -
YUV 83.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 19 115 89 0.83 0 0.23 0.55 163.75 0.72 0.26
Hex 13 73 59 53 0 17 37 A4 48 1A
Octal 23 163 131 123 0 27 67 244 110 32
Binary 10011 1110011 1011001 1010011 0 10111 110111 10100100 1001000 11010

Color Harmonies of #137359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137359

Black with #137359

Text Example


Text Example

White with #137359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137359; }

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

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

background-color css

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

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

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

border-color css

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

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

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