Color Hex Logo

#051328 Color Hex

#051328
(5,19,40)
0 Favorites   0 Comments

Color spaces of #051328

RGB 51940
HSL0.600.780.09
HSV216°88°16°
CMYK 0.880.530.00   0.84
XYZ0.67850.65122.0974
Yxy0.65120.19800.1900
Hunter Lab8.06970.8863-9.7613
CIE-Lab5.88222.4396-15.8850

#051328 color RGB value is (5,19,40).

#051328 hex color red value is 5, green value is 19 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #051328 hue: 0.60 , saturation: 0.78 and the lightness value of 051328 is 0.09.

The process color (four color CMYK) of #051328 color hex is 0.88, 0.53, 0.00, 0.84. Web safe color of #051328 is #000033. Color #051328 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 00101000
Octal 5 23 50
Decimal 5 19 40
Hex 5 13 28

RGB Percentages of Color #051328

%7.81
%29.69
%62.50

CMYK Percentages of Color #051328

%88
%53
%0
%84

Triadic Colors of #051328

#051328 #280513 #132805

Analogous Colors of #051328

#051328 #080528 #052528

Monochromatic Colors of #051328

#051328

Complementary Color

#051328 #281a05

#051328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051328 Color CSS Codes

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

#051328 Text Font Color

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

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


#051328 Background Color

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

This div background color is #051328


#051328 Border Color

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

This div border color is #051328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051328


Comments

No comments written yet.

Please login to write comment.