#1A4B54

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

Shades of Teal Blue #1A4B54

Tints of Teal Blue #1A4B54

Color information

#1A4B54 (or 0x1A4B54) is unknown color: approx Teal Blue. HEX triplet: 1A, 4B and 54. RGB value is (26,75,84). Sum of RGB (Red+Green+Blue) = 26+75+84=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A4B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B54 is #E5B4AB. Grayscale: #3D3D3D. Windows color (decimal): -15053996 or 5524250. OLE color: 5524250.

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

Color convert

RGB267584-
CMYK0.690.1100.67
HSL189.31º52.73%21.57%-
HSV(B)189.31º69.05%32.94%-
XYZ4.545.899.29-
YUV61.38140.77102.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=14.05%
G=40.54%
B=45.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2675840.690.1100.67189.3152.7321.57
Hex1A4B5445B043bd3516
Octal321131241051301032756526
Binary110101001011101010010001011011010000111011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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