Color Hex Logo

#1b325e Color Hex

#1B325E
(27,50,94)
0 Favorites   0 Comments

Color spaces of #1b325e

RGB 275094
HSL0.610.550.24
HSV219°71°37°
CMYK 0.710.470.00   0.63
XYZ3.61303.322411.0405
Yxy3.32240.20100.1848
Hunter Lab18.22753.4838-23.1532
CIE-Lab21.29147.3788-28.9668

#1b325e color RGB value is (27,50,94).

#1b325e hex color red value is 27, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #1b325e hue: 0.61 , saturation: 0.55 and the lightness value of 1b325e is 0.24.

The process color (four color CMYK) of #1b325e color hex is 0.71, 0.47, 0.00, 0.63. Web safe color of #1b325e is #333366. Color #1b325e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00110010 01011110
Octal 33 62 136
Decimal 27 50 94
Hex 1B 32 5E

RGB Percentages of Color #1b325e

%15.79
%29.24
%54.97

CMYK Percentages of Color #1b325e

%71
%47
%0
%63

Triadic Colors of #1b325e

#1b325e #5e1b32 #325e1b

Analogous Colors of #1b325e

#1b325e #261b5e #1b545e

Monochromatic Colors of #1b325e

#1b325e

Complementary Color

#1b325e #5e471b

#1b325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b325e Color CSS Codes

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

#1b325e Text Font Color

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

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


#1b325e Background Color

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

This div background color is #1b325e


#1b325e Border Color

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

This div border color is #1b325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b325e


Comments

No comments written yet.

Please login to write comment.