Html Css Color HEX #1E413B Deep Teal

📋 copy color: '#1E413B'

red 30 ◦ green 65 ◦ blue 59

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

Shades of Deep Teal #1E413B

Tints of Deep Teal #1E413B

RGB

 RED value IS 30 (12.11% from 255) = 19.48%

 GREEN value IS 65 (25.78% from 255) = 42.21%

 BLUE value IS 59 (23.44% from 255) = 38.31%

R = 19.48%
G = 42.21%
B = 38.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#1E413B (or 0x1E413B) is known color: Deep Teal. HEX triplet: 1E, 41 and 3B. RGB value is (30,65,59). Sum of RGB (Red+Green+Blue) = 30+65+59=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #1E413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E413B is #E1BEC4. Grayscale: #353535. Windows color (decimal): -14794437 or 3883294. OLE color: 3883294.

HSL color Cylindrical-coordinate representation of color #1E413B: hue angle of 169.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E413B is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 65 59 -
CMYK 0.54 0 0.09 0.75
HSL 169.71º 0.37% 0.19% -
HSV(B) 169.71º 0.54% 0.25% -
XYZ 3.22 4.37 4.81 -
YUV 53.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 30 65 59 0.54 0 0.09 0.75 169.71 0.37 0.19
Hex 1E 41 3B 36 0 9 4B AA 25 13
Octal 36 101 73 66 0 11 113 252 45 23
Binary 11110 1000001 111011 110110 0 1001 1001011 10101010 100101 10011

Color Harmonies of #1E413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E413B

Black with #1E413B

Text Example


Text Example

White with #1E413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,65,59); }

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

background-color css

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

 a { background-color: rgb(30,65,59); }

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

border-color css

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

 span { border-color: rgb(30,65,59); }

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