Color Hex Logo

#1a328b Color Hex

#1A328B
(26,50,139)
0 Favorites   0 Comments

Color spaces of #1a328b

RGB 2650139
HSL0.630.680.32
HSV227°81°55°
CMYK 0.810.640.00   0.45
XYZ6.22684.364924.9404
Yxy4.36490.17520.1228
Hunter Lab20.892316.6389-56.1533
CIE-Lab24.842925.5168-51.9521

#1a328b color RGB value is (26,50,139).

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

The process color (four color CMYK) of #1a328b color hex is 0.81, 0.64, 0.00, 0.45. Web safe color of #1a328b is #333399. Color #1a328b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 00110010 10001011
Octal 32 62 213
Decimal 26 50 139
Hex 1A 32 8B

RGB Percentages of Color #1a328b

%12.09
%23.26
%64.65

CMYK Percentages of Color #1a328b

%81
%64
%0
%45

Triadic Colors of #1a328b

#1a328b #8b1a32 #328b1a

Analogous Colors of #1a328b

#1a328b #3b1a8b #1a6b8b

Monochromatic Colors of #1a328b

#1a328b

Complementary Color

#1a328b #8b731a

#1a328b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a328b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a328b Color CSS Codes

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

#1a328b Text Font Color

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

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


#1a328b Background Color

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

This div background color is #1a328b


#1a328b Border Color

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

This div border color is #1a328b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a328b


Comments

No comments written yet.

Please login to write comment.