Html Css Color HEX #1E413A Deep Teal

📋 copy color: '#1E413A'

red 30 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #1E413A

Tints of Deep Teal #1E413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.91%

R = 19.61%
G = 42.48%
B = 37.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#1E413A (or 0x1E413A) is known color: Deep Teal. HEX triplet: 1E, 41 and 3A. RGB value is (30,65,58). Sum of RGB (Red+Green+Blue) = 30+65+58=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #1E413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E413A is #E1BEC5. Grayscale: #353535. Windows color (decimal): -14794438 or 3817758. OLE color: 3817758.

HSL color Cylindrical-coordinate representation of color #1E413A: hue angle of 168º 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 #1E413A is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 65 58 -
CMYK 0.54 0 0.11 0.75
HSL 168º 0.37% 0.19% -
HSV(B) 168º 0.54% 0.25% -
XYZ 3.19 4.36 4.68 -
YUV 53.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 30 65 58 0.54 0 0.11 0.75 168 0.37 0.19
Hex 1E 41 3A 36 0 B 4B A8 25 13
Octal 36 101 72 66 0 13 113 250 45 23
Binary 11110 1000001 111010 110110 0 1011 1001011 10101000 100101 10011

Color Harmonies of #1E413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E413A

Black with #1E413A

Text Example


Text Example

White with #1E413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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