Color Hex Logo

#051eab Color Hex

#051EAB
(5,30,171)
0 Favorites   0 Comments

Color spaces of #051eab

RGB 530171
HSL0.640.940.35
HSV231°97°67°
CMYK 0.970.820.00   0.33
XYZ7.87753.901138.8659
Yxy3.90110.15550.0770
Hunter Lab19.751236.6277-102.8435
CIE-Lab23.341848.4219-74.0423

#051eab color RGB value is (5,30,171).

#051eab hex color red value is 5, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #051eab hue: 0.64 , saturation: 0.94 and the lightness value of 051eab is 0.35.

The process color (four color CMYK) of #051eab color hex is 0.97, 0.82, 0.00, 0.33. Web safe color of #051eab is #003399. Color #051eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011110 10101011
Octal 5 36 253
Decimal 5 30 171
Hex 5 1E AB

RGB Percentages of Color #051eab

%2.43
%14.56
%83.01

CMYK Percentages of Color #051eab

%97
%82
%0
%33

Triadic Colors of #051eab

#051eab #ab051e #1eab05

Analogous Colors of #051eab

#051eab #3f05ab #0571ab

Monochromatic Colors of #051eab

#051eab

Complementary Color

#051eab #ab9205

#051eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#051eab Color CSS Codes

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

#051eab Text Font Color

<p style="color:#051eab">Text here</p>

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


#051eab Background Color

<div style="background-color:#051eab">
Div content here</div>

This div background color is #051eab


#051eab Border Color

<div style="border:3px solid #051eab">
Div here</div>

This div border color is #051eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,30,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051eab;
  -webkit-box-shadow: 1px 1px 3px 2px #051eab;
  box-shadow:         1px 1px 3px 2px #051eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,30,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051eab


Comments

No comments written yet.

Please login to write comment.