Html Css Color HEX #1D493E Deep Teal

📋 copy color: '#1D493E'

red 29 ◦ green 73 ◦ blue 62

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

Shades of Deep Teal #1D493E

Tints of Deep Teal #1D493E

RGB

 RED value IS 29 (11.72% from 255) = 17.68%

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

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

R = 17.68%
G = 44.51%
B = 37.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#1D493E (or 0x1D493E) is known color: Deep Teal. HEX triplet: 1D, 49 and 3E. RGB value is (29,73,62). Sum of RGB (Red+Green+Blue) = 29+73+62=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #1D493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D493E is #E2B6C1. Grayscale: #3A3A3A. Windows color (decimal): -14857922 or 4081949. OLE color: 4081949.

HSL color Cylindrical-coordinate representation of color #1D493E: hue angle of 165º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D493E is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 73 62 -
CMYK 0.60 0 0.15 0.71
HSL 165º 0.43% 0.2% -
HSV(B) 165º 0.6% 0.29% -
XYZ 3.76 5.37 5.4 -
YUV 58.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 29 73 62 0.60 0 0.15 0.71 165 0.43 0.2
Hex 1D 49 3E 3C 0 F 47 A5 2B 14
Octal 35 111 76 74 0 17 107 245 53 24
Binary 11101 1001001 111110 111100 0 1111 1000111 10100101 101011 10100

Color Harmonies of #1D493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D493E

Black with #1D493E

Text Example


Text Example

White with #1D493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D493E; }

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

 H1.HeaderClassName
 {
   color: #1D493E;
 }
 .AnyTagClassName
 {
   color: #1D493E;
 }
</style>

background-color css

<style>
 a { background-color: #1D493E; }

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

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

border-color css

<style>
 span { border-color: #1D493E; }

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

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