Color Hex Logo

#1a328d Color Hex

#1A328D
(26,50,141)
0 Favorites   0 Comments

Color spaces of #1a328d

RGB 2650141
HSL0.630.690.33
HSV227°82°55°
CMYK 0.820.650.00   0.45
XYZ6.37434.423925.7172
Yxy4.42390.17460.1212
Hunter Lab21.033117.2885-57.7709
CIE-Lab25.026126.3063-52.8937

#1a328d color RGB value is (26,50,141).

#1a328d hex color red value is 26, green value is 50 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #1a328d hue: 0.63 , saturation: 0.69 and the lightness value of 1a328d is 0.33.

The process color (four color CMYK) of #1a328d color hex is 0.82, 0.65, 0.00, 0.45. Web safe color of #1a328d is #333399. Color #1a328d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 00110010 10001101
Octal 32 62 215
Decimal 26 50 141
Hex 1A 32 8D

RGB Percentages of Color #1a328d

%11.98
%23.04
%64.98

CMYK Percentages of Color #1a328d

%82
%65
%0
%45

Triadic Colors of #1a328d

#1a328d #8d1a32 #328d1a

Analogous Colors of #1a328d

#1a328d #3b1a8d #1a6c8d

Monochromatic Colors of #1a328d

#1a328d

Complementary Color

#1a328d #8d751a

#1a328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a328d Color CSS Codes

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

#1a328d Text Font Color

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

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


#1a328d Background Color

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

This div background color is #1a328d


#1a328d Border Color

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

This div border color is #1a328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a328d


Comments

No comments written yet.

Please login to write comment.