Color Hex Logo

#1a5884 Color Hex

#1A5884
(26,88,132)
0 Favorites   0 Comments

Color spaces of #1a5884

RGB 2688132
HSL0.570.670.31
HSV205°80°52°
CMYK 0.800.330.00   0.48
XYZ8.08068.865023.1150
Yxy8.86500.20170.2213
Hunter Lab29.7741-3.6605-25.1876
CIE-Lab35.7231-3.0882-30.1317

#1a5884 color RGB value is (26,88,132).

#1a5884 hex color red value is 26, green value is 88 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #1a5884 hue: 0.57 , saturation: 0.67 and the lightness value of 1a5884 is 0.31.

The process color (four color CMYK) of #1a5884 color hex is 0.80, 0.33, 0.00, 0.48. Web safe color of #1a5884 is #336699. Color #1a5884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01011000 10000100
Octal 32 130 204
Decimal 26 88 132
Hex 1A 58 84

RGB Percentages of Color #1a5884

%10.57
%35.77
%53.66

CMYK Percentages of Color #1a5884

%80
%33
%0
%48

Triadic Colors of #1a5884

#1a5884 #841a58 #58841a

Analogous Colors of #1a5884

#1a5884 #1a2384 #1a847b

Monochromatic Colors of #1a5884

#1a5884

Complementary Color

#1a5884 #84461a

#1a5884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a5884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a5884 Color CSS Codes

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

#1a5884 Text Font Color

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

This sample text font color is #1a5884
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.


#1a5884 Background Color

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

This div background color is #1a5884


#1a5884 Border Color

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

This div border color is #1a5884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a5884


Comments

No comments written yet.

Please login to write comment.