Color Hex Logo

#1a497b Color Hex

#1A497B
(26,73,123)
0 Favorites   0 Comments

Color spaces of #1a497b

RGB 2673123
HSL0.590.650.29
HSV211°79°48°
CMYK 0.790.410.00   0.52
XYZ6.38376.414819.6406
Yxy6.41480.19680.1977
Hunter Lab25.32750.6673-28.2482
CIE-Lab30.43573.0885-32.9427

#1a497b color RGB value is (26,73,123).

#1a497b hex color red value is 26, green value is 73 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #1a497b hue: 0.59 , saturation: 0.65 and the lightness value of 1a497b is 0.29.

The process color (four color CMYK) of #1a497b color hex is 0.79, 0.41, 0.00, 0.52. Web safe color of #1a497b is #333366. Color #1a497b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01001001 01111011
Octal 32 111 173
Decimal 26 73 123
Hex 1A 49 7B

RGB Percentages of Color #1a497b

%11.71
%32.88
%55.41

CMYK Percentages of Color #1a497b

%79
%41
%0
%52

Triadic Colors of #1a497b

#1a497b #7b1a49 #497b1a

Analogous Colors of #1a497b

#1a497b #1c1a7b #1a7a7b

Monochromatic Colors of #1a497b

#1a497b

Complementary Color

#1a497b #7b4c1a

#1a497b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a497b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a497b Color CSS Codes

.mybgcolor {background-color:#1a497b; } 
.myforecolor {color:#1a497b; }
.mybordercolor {border:3px solid #1a497b; }

#1a497b Text Font Color

<p style="color:#1a497b">Text here</p>

This sample text font color is #1a497b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1a497b Background Color

<div style="background-color:#1a497b">
Div content here</div>

This div background color is #1a497b


#1a497b Border Color

<div style="border:3px solid #1a497b">
Div here</div>

This div border color is #1a497b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,73,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a497b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a497b;
  -webkit-box-shadow: 1px 1px 3px 2px #1a497b;
  box-shadow:         1px 1px 3px 2px #1a497b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,73,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1a497b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1a497b;
  -webkit-box-shadow: 1px 1px 3px 2px #1a497b;
  box-shadow:         1px 1px 3px 2px #1a497b;">
Div content here</div>

This div box has shadow with color #1a497b


Comments

No comments written yet.

Please login to write comment.