Color Hex Logo

#051339 Color Hex

#051339
(5,19,57)
0 Favorites   0 Comments

Color spaces of #051339

RGB 51957
HSL0.620.840.12
HSV224°91°22°
CMYK 0.910.670.00   0.78
XYZ1.03400.79343.9695
Yxy0.79340.17840.1369
Hunter Lab8.90735.1333-20.1872
CIE-Lab7.166710.9326-26.3739

#051339 color RGB value is (5,19,57).

#051339 hex color red value is 5, green value is 19 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #051339 hue: 0.62 , saturation: 0.84 and the lightness value of 051339 is 0.12.

The process color (four color CMYK) of #051339 color hex is 0.91, 0.67, 0.00, 0.78. Web safe color of #051339 is #000033. Color #051339 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 00111001
Octal 5 23 71
Decimal 5 19 57
Hex 5 13 39

RGB Percentages of Color #051339

%6.17
%23.46
%70.37

CMYK Percentages of Color #051339

%91
%67
%0
%78

Triadic Colors of #051339

#051339 #390513 #133905

Analogous Colors of #051339

#051339 #110539 #052d39

Monochromatic Colors of #051339

#051339

Complementary Color

#051339 #392b05

#051339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051339 Color CSS Codes

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

#051339 Text Font Color

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

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


#051339 Background Color

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

This div background color is #051339


#051339 Border Color

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

This div border color is #051339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051339


Comments

No comments written yet.

Please login to write comment.