#1a5054

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

Shades of Teal Blue #1A5054

Tints of Teal Blue #1A5054

Color information

#1A5054 (or 0x1A5054) is unknown color: approx Teal Blue. HEX triplet: 1A, 50 and 54. RGB value is (26,80,84). Sum of RGB (Red+Green+Blue) = 26+80+84=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5054 is #E5AFAB. Grayscale: #404040. Windows color (decimal): -15052716 or 5525530. OLE color: 5525530.

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

Color convert

RGB268084-
CMYK0.690.0500.67
HSL184.14º52.73%21.57%-
HSV(B)184.14º69.05%32.94%-
XYZ4.896.69.4-
YUV64.31139.11100.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=13.68%
G=42.11%
B=44.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2680840.690.0500.67184.1452.7321.57
Hex1A5054455043b83516
Octal32120124105501032706526
Binary11010101000010101001000101101010000111011100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,84); }

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

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

 a { background-color: rgb(26,80,84); }

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

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

 span { border-color: rgb(26,80,84); }

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