Color Hex Logo

#051047 Color Hex

#051047
(5,16,71)
0 Favorites   0 Comments

Color spaces of #051047

RGB 51671
HSL0.640.870.15
HSV230°93°28°
CMYK 0.930.770.00   0.72
XYZ1.38520.85786.0538
Yxy0.85780.16700.1034
Hunter Lab9.261710.4886-32.2708
CIE-Lab7.748419.7676-35.3886

#051047 color RGB value is (5,16,71).

#051047 hex color red value is 5, green value is 16 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #051047 hue: 0.64 , saturation: 0.87 and the lightness value of 051047 is 0.15.

The process color (four color CMYK) of #051047 color hex is 0.93, 0.77, 0.00, 0.72. Web safe color of #051047 is #000033. Color #051047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010000 01000111
Octal 5 20 107
Decimal 5 16 71
Hex 5 10 47

RGB Percentages of Color #051047

%5.43
%17.39
%77.17

CMYK Percentages of Color #051047

%93
%77
%0
%72

Triadic Colors of #051047

#051047 #470510 #104705

Analogous Colors of #051047

#051047 #1b0547 #053147

Monochromatic Colors of #051047

#051047

Complementary Color

#051047 #473c05

#051047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051047 Color CSS Codes

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

#051047 Text Font Color

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

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


#051047 Background Color

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

This div background color is #051047


#051047 Border Color

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

This div border color is #051047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051047


Comments

No comments written yet.

Please login to write comment.