Color Hex Logo

#051bab Color Hex

#051BAB
(5,27,171)
0 Favorites   0 Comments

Color spaces of #051bab

RGB 527171
HSL0.640.940.35
HSV232°97°67°
CMYK 0.970.840.00   0.33
XYZ7.80523.756438.8418
Yxy3.75640.15490.0745
Hunter Lab19.381437.9672-105.2545
CIE-Lab22.849249.8760-74.8622

#051bab color RGB value is (5,27,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011011 10101011
Octal 5 33 253
Decimal 5 27 171
Hex 5 1B AB

RGB Percentages of Color #051bab

%2.46
%13.30
%84.24

CMYK Percentages of Color #051bab

%97
%84
%0
%33

Triadic Colors of #051bab

#051bab #ab051b #1bab05

Analogous Colors of #051bab

#051bab #4205ab #056eab

Monochromatic Colors of #051bab

#051bab

Complementary Color

#051bab #ab9505

#051bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#051bab Color CSS Codes

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

#051bab Text Font Color

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

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


#051bab Background Color

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

This div background color is #051bab


#051bab Border Color

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

This div border color is #051bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051bab


Comments

No comments written yet.

Please login to write comment.