Html Css Color HEX #13705E Deep Sea

📋 copy color: '#13705E'

red 19 ◦ green 112 ◦ blue 94

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

Shades of Deep Sea #13705E

Tints of Deep Sea #13705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 8.44%
G = 49.78%
B = 41.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#13705E (or 0x13705E) is known color: Deep Sea. HEX triplet: 13, 70 and 5E. RGB value is (19,112,94). Sum of RGB (Red+Green+Blue) = 19+112+94=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #13705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13705E is #EC8FA1. Grayscale: #525252. Windows color (decimal): -15503266 or 6189075. OLE color: 6189075.

HSL color Cylindrical-coordinate representation of color #13705E: hue angle of 168.39º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13705E is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 94 -
CMYK 0.83 0 0.16 0.56
HSL 168.39º 0.71% 0.26% -
HSV(B) 168.39º 0.83% 0.44% -
XYZ 8.08 12.53 12.58 -
YUV 82.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 19 112 94 0.83 0 0.16 0.56 168.39 0.71 0.26
Hex 13 70 5E 53 0 10 38 A8 47 1A
Octal 23 160 136 123 0 20 70 250 107 32
Binary 10011 1110000 1011110 1010011 0 10000 111000 10101000 1000111 11010

Color Harmonies of #13705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13705E

Black with #13705E

Text Example


Text Example

White with #13705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13705E; }

 p { color: rgb(19,112,94); }

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

background-color css

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

 a { background-color: rgb(19,112,94); }

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

border-color css

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

 span { border-color: rgb(19,112,94); }

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