Html Css Color HEX #1F493E Deep Teal

📋 copy color: '#1F493E'

red 31 ◦ green 73 ◦ blue 62

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

Shades of Deep Teal #1F493E

Tints of Deep Teal #1F493E

RGB

 RED value IS 31 (12.5% from 255) = 18.67%

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

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

R = 18.67%
G = 43.98%
B = 37.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#1F493E (or 0x1F493E) is known color: Deep Teal. HEX triplet: 1F, 49 and 3E. RGB value is (31,73,62). Sum of RGB (Red+Green+Blue) = 31+73+62=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #1F493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F493E is #E0B6C1. Grayscale: #3B3B3B. Windows color (decimal): -14726850 or 4081951. OLE color: 4081951.

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

Color convert

RGB 31 73 62 -
CMYK 0.58 0 0.15 0.71
HSL 164.29º 0.4% 0.2% -
HSV(B) 164.29º 0.58% 0.29% -
XYZ 3.82 5.4 5.4 -
YUV 59.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 31 73 62 0.58 0 0.15 0.71 164.29 0.4 0.2
Hex 1F 49 3E 3A 0 F 47 A4 28 14
Octal 37 111 76 72 0 17 107 244 50 24
Binary 11111 1001001 111110 111010 0 1111 1000111 10100100 101000 10100

Color Harmonies of #1F493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F493E

Black with #1F493E

Text Example


Text Example

White with #1F493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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