#1E4554

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

Shades of Teal Blue #1E4554

Tints of Teal Blue #1E4554

Color information

#1E4554 (or 0x1E4554) is unknown color: approx Teal Blue. HEX triplet: 1E, 45 and 54. RGB value is (30,69,84). Sum of RGB (Red+Green+Blue) = 30+69+84=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #1E4554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4554 is #E1BAAB. Grayscale: #3A3A3A. Windows color (decimal): -14793388 or 5522718. OLE color: 5522718.

HSL color Cylindrical-coordinate representation of color #1E4554: hue angle of 196.67º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E4554 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB306984-
CMYK0.640.1800.67
HSL196.67º47.37%22.35%-
HSV(B)196.67º64.29%32.94%-
XYZ4.265.179.16-
YUV59.05142.08107.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.39%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=16.39%
G=37.70%
B=45.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3069840.640.1800.67196.6747.3722.35
Hex1E45544012043c52f16
Octal361051241002201033055726
Binary1111010001011010100100000010010010000111100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,69,84); }

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

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

 a { background-color: rgb(30,69,84); }

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

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

 span { border-color: rgb(30,69,84); }

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