#1A5060

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

Shades of Teal Blue #1A5060

Tints of Teal Blue #1A5060

Color information

#1A5060 (or 0x1A5060) is unknown color: approx Teal Blue. HEX triplet: 1A, 50 and 60. RGB value is (26,80,96). Sum of RGB (Red+Green+Blue) = 26+80+96=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5060 is #E5AF9F. Grayscale: #414141. Windows color (decimal): -15052704 or 6311962. OLE color: 6311962.

HSL color Cylindrical-coordinate representation of color #1A5060: hue angle of 193.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5060 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB268096-
CMYK0.730.1700.62
HSL193.71º57.38%23.92%-
HSV(B)193.71º72.92%37.65%-
XYZ5.416.812.09-
YUV65.68145.1199.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=12.87%
G=39.60%
B=47.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2680960.730.1700.62193.7157.3823.92
Hex1A5060491103Ec23918
Octal32120140111210763027130
Binary110101010000110000010010011000101111101100001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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