#1A4650

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

Shades of Teal Blue #1A4650

Tints of Teal Blue #1A4650

Color information

#1A4650 (or 0x1A4650) is unknown color: approx Teal Blue. HEX triplet: 1A, 46 and 50. RGB value is (26,70,80). Sum of RGB (Red+Green+Blue) = 26+70+80=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4650 is #E5B9AF. Grayscale: #393939. Windows color (decimal): -15055280 or 5260826. OLE color: 5260826.

HSL color Cylindrical-coordinate representation of color #1A4650: hue angle of 191.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4650 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB267080-
CMYK0.670.1200.69
HSL191.11º50.94%20.78%-
HSV(B)191.11º67.5%31.37%-
XYZ4.065.188.37-
YUV57.98140.42105.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.77%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=14.77%
G=39.77%
B=45.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2670800.670.1200.69191.1150.9420.78
Hex1A465043C045bf3315
Octal321061201031401052776325
Binary110101000110101000010000111100010001011011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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