Color Hex Logo

#051bae Color Hex

#051BAE
(5,27,174)
0 Favorites   0 Comments

Color spaces of #051bae

RGB 527174
HSL0.640.940.35
HSV232°97°68°
CMYK 0.970.840.00   0.32
XYZ8.09453.872140.3652
Yxy3.87210.15470.0740
Hunter Lab19.677738.9910-107.8485
CIE-Lab23.244050.8268-76.0122

#051bae color RGB value is (5,27,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011011 10101110
Octal 5 33 256
Decimal 5 27 174
Hex 5 1B AE

RGB Percentages of Color #051bae

%2.43
%13.11
%84.47

CMYK Percentages of Color #051bae

%97
%84
%0
%32

Triadic Colors of #051bae

#051bae #ae051b #1bae05

Analogous Colors of #051bae

#051bae #4305ae #0570ae

Monochromatic Colors of #051bae

#051bae

Complementary Color

#051bae #ae9805

#051bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#051bae Color CSS Codes

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

#051bae Text Font Color

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

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


#051bae Background Color

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

This div background color is #051bae


#051bae Border Color

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

This div border color is #051bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051bae


Comments

No comments written yet.

Please login to write comment.