#1A4A59

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

Shades of Teal Blue #1A4A59

Tints of Teal Blue #1A4A59

Color information

#1A4A59 (or 0x1A4A59) is unknown color: approx Teal Blue. HEX triplet: 1A, 4A and 59. RGB value is (26,74,89). Sum of RGB (Red+Green+Blue) = 26+74+89=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A4A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A59 is #E5B5A6. Grayscale: #3D3D3D. Windows color (decimal): -15054247 or 5851674. OLE color: 5851674.

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

Color convert

RGB267489-
CMYK0.710.1700.65
HSL194.29º54.78%22.55%-
HSV(B)194.29º70.79%34.9%-
XYZ4.685.8410.33-
YUV61.36143.6102.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=13.76%
G=39.15%
B=47.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2674890.710.1700.65194.2954.7822.55
Hex1A4A594711041c23717
Octal321121311072101013026727
Binary1101010010101011001100011110001010000011100001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,74,89); }

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

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

 a { background-color: rgb(26,74,89); }

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

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

 span { border-color: rgb(26,74,89); }

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