Html Css Color HEX #13735D Deep Sea

📋 copy color: '#13735D'

red 19 ◦ green 115 ◦ blue 93

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

Shades of Deep Sea #13735D

Tints of Deep Sea #13735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 8.37%
G = 50.66%
B = 40.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#13735D (or 0x13735D) is known color: Deep Sea. HEX triplet: 13, 73 and 5D. RGB value is (19,115,93). Sum of RGB (Red+Green+Blue) = 19+115+93=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #13735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13735D is #EC8CA2. Grayscale: #535353. Windows color (decimal): -15502499 or 6124307. OLE color: 6124307.

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

Color convert

RGB 19 115 93 -
CMYK 0.83 0 0.19 0.55
HSL 166.25º 0.72% 0.26% -
HSV(B) 166.25º 0.83% 0.45% -
XYZ 8.38 13.19 12.46 -
YUV 83.79 133.2 81.79 -
System Red Green Blue C M Y K H S L
Decimal 19 115 93 0.83 0 0.19 0.55 166.25 0.72 0.26
Hex 13 73 5D 53 0 13 37 A6 48 1A
Octal 23 163 135 123 0 23 67 246 110 32
Binary 10011 1110011 1011101 1010011 0 10011 110111 10100110 1001000 11010

Color Harmonies of #13735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13735D

Black with #13735D

Text Example


Text Example

White with #13735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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