Color Hex Logo

#051343 Color Hex

#051343
(5,19,67)
0 Favorites   0 Comments

Color spaces of #051343

RGB 51967
HSL0.630.860.14
HSV226°93°26°
CMYK 0.930.720.00   0.74
XYZ1.30860.90335.4156
Yxy0.90330.17160.1184
Hunter Lab9.50427.9446-27.1311
CIE-Lab8.158415.7064-31.8991

#051343 color RGB value is (5,19,67).

#051343 hex color red value is 5, green value is 19 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #051343 hue: 0.63 , saturation: 0.86 and the lightness value of 051343 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 01000011
Octal 5 23 103
Decimal 5 19 67
Hex 5 13 43

RGB Percentages of Color #051343

%5.49
%20.88
%73.63

CMYK Percentages of Color #051343

%93
%72
%0
%74

Triadic Colors of #051343

#051343 #430513 #134305

Analogous Colors of #051343

#051343 #160543 #053243

Monochromatic Colors of #051343

#051343

Complementary Color

#051343 #433505

#051343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051343 Color CSS Codes

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

#051343 Text Font Color

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

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


#051343 Background Color

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

This div background color is #051343


#051343 Border Color

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

This div border color is #051343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051343


Comments

No comments written yet.

Please login to write comment.