#1E4B59

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

Shades of Teal Blue #1E4B59

Tints of Teal Blue #1E4B59

Color information

#1E4B59 (or 0x1E4B59) is unknown color: approx Teal Blue. HEX triplet: 1E, 4B and 59. RGB value is (30,75,89). Sum of RGB (Red+Green+Blue) = 30+75+89=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E4B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4B59 is #E1B4A6. Grayscale: #3F3F3F. Windows color (decimal): -14791847 or 5851934. OLE color: 5851934.

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

Color convert

RGB307589-
CMYK0.660.1600.65
HSL194.24º49.58%23.33%-
HSV(B)194.24º66.29%34.9%-
XYZ4.856.0310.36-
YUV63.14142.59104.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.46%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=15.46%
G=38.66%
B=45.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3075890.660.1600.65194.2449.5823.33
Hex1E4B594210041c23217
Octal361131311022001013026227
Binary1111010010111011001100001010000010000011100001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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