Color Hex Logo

#051aab Color Hex

#051AAB
(5,26,171)
0 Favorites   0 Comments

Color spaces of #051aab

RGB 526171
HSL0.650.940.35
HSV232°97°67°
CMYK 0.970.850.00   0.33
XYZ7.78273.711338.8342
Yxy3.71130.15460.0737
Hunter Lab19.264738.3984-106.0325
CIE-Lab22.693150.3399-75.1221

#051aab color RGB value is (5,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011010 10101011
Octal 5 32 253
Decimal 5 26 171
Hex 5 1A AB

RGB Percentages of Color #051aab

%2.48
%12.87
%84.65

CMYK Percentages of Color #051aab

%97
%85
%0
%33

Triadic Colors of #051aab

#051aab #ab051a #1aab05

Analogous Colors of #051aab

#051aab #4305ab #056dab

Monochromatic Colors of #051aab

#051aab

Complementary Color

#051aab #ab9605

#051aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#051aab Color CSS Codes

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

#051aab Text Font Color

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

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


#051aab Background Color

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

This div background color is #051aab


#051aab Border Color

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

This div border color is #051aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,26,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 #051aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051aab


Comments

No comments written yet.

Please login to write comment.