Html Css Color HEX #1E463B Deep Teal

📋 copy color: '#1E463B'

red 30 ◦ green 70 ◦ blue 59

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

Shades of Deep Teal #1E463B

Tints of Deep Teal #1E463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

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

R = 18.87%
G = 44.03%
B = 37.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#1E463B (or 0x1E463B) is known color: Deep Teal. HEX triplet: 1E, 46 and 3B. RGB value is (30,70,59). Sum of RGB (Red+Green+Blue) = 30+70+59=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #1E463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E463B is #E1B9C4. Grayscale: #383838. Windows color (decimal): -14793157 or 3884574. OLE color: 3884574.

HSL color Cylindrical-coordinate representation of color #1E463B: hue angle of 163.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E463B is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 30 70 59 -
CMYK 0.57 0 0.16 0.73
HSL 163.5º 0.4% 0.2% -
HSV(B) 163.5º 0.57% 0.27% -
XYZ 3.51 4.97 4.91 -
YUV 56.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 30 70 59 0.57 0 0.16 0.73 163.5 0.4 0.2
Hex 1E 46 3B 39 0 10 49 A4 28 14
Octal 36 106 73 71 0 20 111 244 50 24
Binary 11110 1000110 111011 111001 0 10000 1001001 10100100 101000 10100

Color Harmonies of #1E463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E463B

Black with #1E463B

Text Example


Text Example

White with #1E463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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