#1A4754

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

Shades of Teal Blue #1A4754

Tints of Teal Blue #1A4754

Color information

#1A4754 (or 0x1A4754) is unknown color: approx Teal Blue. HEX triplet: 1A, 47 and 54. RGB value is (26,71,84). Sum of RGB (Red+Green+Blue) = 26+71+84=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A4754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4754 is #E5B8AB. Grayscale: #3A3A3A. Windows color (decimal): -15055020 or 5523226. OLE color: 5523226.

HSL color Cylindrical-coordinate representation of color #1A4754: hue angle of 193.45º 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 #1A4754 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB267184-
CMYK0.690.1500.67
HSL193.45º52.73%21.57%-
HSV(B)193.45º69.05%32.94%-
XYZ4.285.379.2-
YUV59.03142.09104.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=14.36%
G=39.23%
B=46.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2671840.690.1500.67193.4552.7321.57
Hex1A475445F043c13516
Octal321071241051701033016526
Binary110101000111101010010001011111010000111100000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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