Html Css Color HEX #13493E Deep Teal

📋 copy color: '#13493E'

red 19 ◦ green 73 ◦ blue 62

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

Shades of Deep Teal #13493E

Tints of Deep Teal #13493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 12.34%
G = 47.4%
B = 40.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#13493E (or 0x13493E) is known color: Deep Teal. HEX triplet: 13, 49 and 3E. RGB value is (19,73,62). Sum of RGB (Red+Green+Blue) = 19+73+62=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #13493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493E is #ECB6C1. Grayscale: #373737. Windows color (decimal): -15513282 or 4081939. OLE color: 4081939.

HSL color Cylindrical-coordinate representation of color #13493E: hue angle of 167.78º 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 #13493E is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 62 -
CMYK 0.74 0 0.15 0.71
HSL 167.78º 0.59% 0.18% -
HSV(B) 167.78º 0.74% 0.29% -
XYZ 3.52 5.25 5.39 -
YUV 55.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 19 73 62 0.74 0 0.15 0.71 167.78 0.59 0.18
Hex 13 49 3E 4A 0 F 47 A8 3B 12
Octal 23 111 76 112 0 17 107 250 73 22
Binary 10011 1001001 111110 1001010 0 1111 1000111 10101000 111011 10010

Color Harmonies of #13493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13493E

Black with #13493E

Text Example


Text Example

White with #13493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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