#1E4B50

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

Shades of Teal Blue #1E4B50

Tints of Teal Blue #1E4B50

Color information

#1E4B50 (or 0x1E4B50) is unknown color: approx Teal Blue. HEX triplet: 1E, 4B and 50. RGB value is (30,75,80). Sum of RGB (Red+Green+Blue) = 30+75+80=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E4B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4B50 is #E1B4AF. Grayscale: #3E3E3E. Windows color (decimal): -14791856 or 5262110. OLE color: 5262110.

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

Color convert

RGB307580-
CMYK0.620.0600.69
HSL186º45.45%21.57%-
HSV(B)186º62.5%31.37%-
XYZ4.55.898.49-
YUV62.11138.09105.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.22%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=16.22%
G=40.54%
B=43.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3075800.620.0600.6918645.4521.57
Hex1E4B503E6045ba2d16
Octal3611312076601052725526
Binary1111010010111010000111110110010001011011101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,75,80); }

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

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

 a { background-color: rgb(30,75,80); }

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

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

 span { border-color: rgb(30,75,80); }

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