Color Hex Logo

#051687 Color Hex

#051687
(5,22,135)
0 Favorites   0 Comments

Color spaces of #051687

RGB 522135
HSL0.640.930.27
HSV232°96°53°
CMYK 0.960.840.00   0.47
XYZ4.72272.355423.1274
Yxy2.35540.15640.0780
Hunter Lab15.347328.0705-78.6030
CIE-Lab17.251640.4917-62.0003

#051687 color RGB value is (5,22,135).

#051687 hex color red value is 5, green value is 22 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #051687 hue: 0.64 , saturation: 0.93 and the lightness value of 051687 is 0.27.

The process color (four color CMYK) of #051687 color hex is 0.96, 0.84, 0.00, 0.47. Web safe color of #051687 is #000099. Color #051687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010110 10000111
Octal 5 26 207
Decimal 5 22 135
Hex 5 16 87

RGB Percentages of Color #051687

%3.09
%13.58
%83.33

CMYK Percentages of Color #051687

%96
%84
%0
%47

Triadic Colors of #051687

#051687 #870516 #168705

Analogous Colors of #051687

#051687 #350587 #055787

Monochromatic Colors of #051687

#051687

Complementary Color

#051687 #877605

#051687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051687 Color CSS Codes

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

#051687 Text Font Color

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

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


#051687 Background Color

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

This div background color is #051687


#051687 Border Color

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

This div border color is #051687


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,22,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051687; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051687;
  -webkit-box-shadow: 1px 1px 3px 2px #051687;
  box-shadow:         1px 1px 3px 2px #051687; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051687


Comments

No comments written yet.

Please login to write comment.