#1E494F

Color #1E494F Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #1E494F

Tints of Teal Blue #1E494F

Color information

#1E494F (or 0x1E494F) is unknown color: approx Teal Blue. HEX triplet: 1E, 49 and 4F. RGB value is (30,73,79). Sum of RGB (Red+Green+Blue) = 30+73+79=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E494F is #E1B6B0. Grayscale: #3C3C3C. Windows color (decimal): -14792369 or 5196062. OLE color: 5196062.

HSL color Cylindrical-coordinate representation of color #1E494F: hue angle of 187.35º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E494F is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB307379-
CMYK0.620.0800.69
HSL187.35º44.95%21.37%-
HSV(B)187.35º62.03%30.98%-
XYZ4.335.618.25-
YUV60.83138.25106.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.48%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=16.48%
G=40.11%
B=43.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3073790.620.0800.69187.3544.9521.37
Hex1E494F3E8045bb2d15
Octal36111117761001052735525
Binary11110100100110011111111101000010001011011101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,79); }

 H1.HeaderClassName
 {
   color: #1E494F;
 }
 .AnyTagClassName
 {
   color: #1E494F;
 }
</style>
background-color css

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

 a { background-color: rgb(30,73,79); }

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

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

 span { border-color: rgb(30,73,79); }

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