#1A4C58

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

Shades of Teal Blue #1A4C58

Tints of Teal Blue #1A4C58

Color information

#1A4C58 (or 0x1A4C58) is unknown color: approx Teal Blue. HEX triplet: 1A, 4C and 58. RGB value is (26,76,88). Sum of RGB (Red+Green+Blue) = 26+76+88=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A4C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4C58 is #E5B3A7. Grayscale: #3E3E3E. Windows color (decimal): -15053736 or 5786650. OLE color: 5786650.

HSL color Cylindrical-coordinate representation of color #1A4C58: hue angle of 191.61º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4C58 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB267688-
CMYK0.700.1400.65
HSL191.61º54.39%22.35%-
HSV(B)191.61º70.45%34.51%-
XYZ4.776.0910.16-
YUV62.42142.44102.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=13.68%
G=40%
B=46.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2676880.700.1400.65191.6154.3922.35
Hex1A4C5846E041c03616
Octal321141301061601013006626
Binary110101001100101100010001101110010000011100000011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,76,88); }

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

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

 a { background-color: rgb(26,76,88); }

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

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

 span { border-color: rgb(26,76,88); }

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