#1E4D5A

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

Shades of Teal Blue #1E4D5A

Tints of Teal Blue #1E4D5A

Color information

#1E4D5A (or 0x1E4D5A) is unknown color: approx Teal Blue. HEX triplet: 1E, 4D and 5A. RGB value is (30,77,90). Sum of RGB (Red+Green+Blue) = 30+77+90=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E4D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4D5A is #E1B2A5. Grayscale: #404040. Windows color (decimal): -14791334 or 5917982. OLE color: 5917982.

HSL color Cylindrical-coordinate representation of color #1E4D5A: hue angle of 193º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E4D5A is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB307790-
CMYK0.670.1400.65
HSL193º50%23.53%-
HSV(B)193º66.67%35.29%-
XYZ5.036.3210.63-
YUV64.43142.43103.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=15.23%
G=39.09%
B=45.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3077900.670.1400.651935023.53
Hex1E4D5A43E041c13218
Octal361151321031601013016230
Binary111101001101101101010000111110010000011100000111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,77,90); }

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

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

 a { background-color: rgb(30,77,90); }

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

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

 span { border-color: rgb(30,77,90); }

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