Color Hex Logo

#1b5eaa Color Hex

#1B5EAA
(27,94,170)
0 Favorites   0 Comments

Color spaces of #1b5eaa

RGB 2794170
HSL0.590.730.39
HSV212°84°67°
CMYK 0.840.450.00   0.33
XYZ11.710411.140739.5634
Yxy11.14070.18760.1785
Hunter Lab33.37774.2149-46.9135
CIE-Lab39.81648.2104-46.4814

#1b5eaa color RGB value is (27,94,170).

#1b5eaa hex color red value is 27, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1b5eaa hue: 0.59 , saturation: 0.73 and the lightness value of 1b5eaa is 0.39.

The process color (four color CMYK) of #1b5eaa color hex is 0.84, 0.45, 0.00, 0.33. Web safe color of #1b5eaa is #336699. Color #1b5eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01011110 10101010
Octal 33 136 252
Decimal 27 94 170
Hex 1B 5E AA

RGB Percentages of Color #1b5eaa

%9.28
%32.30
%58.42

CMYK Percentages of Color #1b5eaa

%84
%45
%0
%33

Triadic Colors of #1b5eaa

#1b5eaa #aa1b5e #5eaa1b

Analogous Colors of #1b5eaa

#1b5eaa #201baa #1ba6aa

Monochromatic Colors of #1b5eaa

#1b5eaa

Complementary Color

#1b5eaa #aa671b

#1b5eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b5eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b5eaa Color CSS Codes

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

#1b5eaa Text Font Color

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

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


#1b5eaa Background Color

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

This div background color is #1b5eaa


#1b5eaa Border Color

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

This div border color is #1b5eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b5eaa


Comments

No comments written yet.

Please login to write comment.