Html Css Color HEX #137365 Deep Sea

📋 copy color: '#137365'

red 19 ◦ green 115 ◦ blue 101

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

Shades of Deep Sea #137365

Tints of Deep Sea #137365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 8.09%
G = 48.94%
B = 42.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#137365 (or 0x137365) is known color: Deep Sea. HEX triplet: 13, 73 and 65. RGB value is (19,115,101). Sum of RGB (Red+Green+Blue) = 19+115+101=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #137365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137365 is #EC8C9A. Grayscale: #545454. Windows color (decimal): -15502491 or 6648595. OLE color: 6648595.

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

Color convert

RGB 19 115 101 -
CMYK 0.83 0 0.12 0.55
HSL 171.25º 0.72% 0.26% -
HSV(B) 171.25º 0.83% 0.45% -
XYZ 8.75 13.34 14.43 -
YUV 84.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 19 115 101 0.83 0 0.12 0.55 171.25 0.72 0.26
Hex 13 73 65 53 0 C 37 AB 48 1A
Octal 23 163 145 123 0 14 67 253 110 32
Binary 10011 1110011 1100101 1010011 0 1100 110111 10101011 1001000 11010

Color Harmonies of #137365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137365

Black with #137365

Text Example


Text Example

White with #137365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137365; }

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

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

background-color css

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

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

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

border-color css

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

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

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