Html Css Color HEX #1A493E Deep Teal

📋 copy color: '#1A493E'

red 26 ◦ green 73 ◦ blue 62

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

Shades of Deep Teal #1A493E

Tints of Deep Teal #1A493E

RGB

 RED value IS 26 (10.55% from 255) = 16.15%

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

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

R = 16.15%
G = 45.34%
B = 38.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#1A493E (or 0x1A493E) is known color: Deep Teal. HEX triplet: 1A, 49 and 3E. RGB value is (26,73,62). Sum of RGB (Red+Green+Blue) = 26+73+62=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #1A493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A493E is #E5B6C1. Grayscale: #393939. Windows color (decimal): -15054530 or 4081946. OLE color: 4081946.

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

Color convert

RGB 26 73 62 -
CMYK 0.64 0 0.15 0.71
HSL 165.96º 0.47% 0.19% -
HSV(B) 165.96º 0.64% 0.29% -
XYZ 3.68 5.33 5.39 -
YUV 57.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 26 73 62 0.64 0 0.15 0.71 165.96 0.47 0.19
Hex 1A 49 3E 40 0 F 47 A6 2F 13
Octal 32 111 76 100 0 17 107 246 57 23
Binary 11010 1001001 111110 1000000 0 1111 1000111 10100110 101111 10011

Color Harmonies of #1A493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A493E

Black with #1A493E

Text Example


Text Example

White with #1A493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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