Html Css Color HEX #13493F Deep Teal

📋 copy color: '#13493F'

red 19 ◦ green 73 ◦ blue 63

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

Shades of Deep Teal #13493F

Tints of Deep Teal #13493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

 BLUE value IS 63 (25% from 255) = 40.65%

R = 12.26%
G = 47.1%
B = 40.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#13493F (or 0x13493F) is known color: Deep Teal. HEX triplet: 13, 49 and 3F. RGB value is (19,73,63). Sum of RGB (Red+Green+Blue) = 19+73+63=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #13493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493F is #ECB6C0. Grayscale: #373737. Windows color (decimal): -15513281 or 4147475. OLE color: 4147475.

HSL color Cylindrical-coordinate representation of color #13493F: hue angle of 168.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13493F is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 63 -
CMYK 0.74 0 0.14 0.71
HSL 168.89º 0.59% 0.18% -
HSV(B) 168.89º 0.74% 0.29% -
XYZ 3.55 5.26 5.53 -
YUV 55.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 19 73 63 0.74 0 0.14 0.71 168.89 0.59 0.18
Hex 13 49 3F 4A 0 E 47 A9 3B 12
Octal 23 111 77 112 0 16 107 251 73 22
Binary 10011 1001001 111111 1001010 0 1110 1000111 10101001 111011 10010

Color Harmonies of #13493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13493F

Black with #13493F

Text Example


Text Example

White with #13493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13493F; }

 p { color: rgb(19,73,63); }

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

background-color css

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

 a { background-color: rgb(19,73,63); }

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

border-color css

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

 span { border-color: rgb(19,73,63); }

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