Html Css Color HEX #137361 Deep Sea

📋 copy color: '#137361'

red 19 ◦ green 115 ◦ blue 97

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

Shades of Deep Sea #137361

Tints of Deep Sea #137361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 8.23%
G = 49.78%
B = 41.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#137361 (or 0x137361) is known color: Deep Sea. HEX triplet: 13, 73 and 61. RGB value is (19,115,97). Sum of RGB (Red+Green+Blue) = 19+115+97=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #137361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137361 is #EC8C9E. Grayscale: #545454. Windows color (decimal): -15502495 or 6386451. OLE color: 6386451.

HSL color Cylindrical-coordinate representation of color #137361: hue angle of 168.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 #137361 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 97 -
CMYK 0.83 0 0.16 0.55
HSL 168.75º 0.72% 0.26% -
HSV(B) 168.75º 0.83% 0.45% -
XYZ 8.56 13.26 13.42 -
YUV 84.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 19 115 97 0.83 0 0.16 0.55 168.75 0.72 0.26
Hex 13 73 61 53 0 10 37 A9 48 1A
Octal 23 163 141 123 0 20 67 251 110 32
Binary 10011 1110011 1100001 1010011 0 10000 110111 10101001 1001000 11010

Color Harmonies of #137361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137361

Black with #137361

Text Example


Text Example

White with #137361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137361; }

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

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

background-color css

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

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

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

border-color css

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

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

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