Html Css Color HEX #13705B Deep Sea

📋 copy color: '#13705B'

red 19 ◦ green 112 ◦ blue 91

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

Shades of Deep Sea #13705B

Tints of Deep Sea #13705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 8.56%
G = 50.45%
B = 40.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#13705B (or 0x13705B) is known color: Deep Sea. HEX triplet: 13, 70 and 5B. RGB value is (19,112,91). Sum of RGB (Red+Green+Blue) = 19+112+91=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #13705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13705B is #EC8FA4. Grayscale: #515151. Windows color (decimal): -15503269 or 5992467. OLE color: 5992467.

HSL color Cylindrical-coordinate representation of color #13705B: hue angle of 166.45º 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 #13705B is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 91 -
CMYK 0.83 0 0.19 0.56
HSL 166.45º 0.71% 0.26% -
HSV(B) 166.45º 0.83% 0.44% -
XYZ 7.95 12.48 11.89 -
YUV 81.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 19 112 91 0.83 0 0.19 0.56 166.45 0.71 0.26
Hex 13 70 5B 53 0 13 38 A6 47 1A
Octal 23 160 133 123 0 23 70 246 107 32
Binary 10011 1110000 1011011 1010011 0 10011 111000 10100110 1000111 11010

Color Harmonies of #13705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13705B

Black with #13705B

Text Example


Text Example

White with #13705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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