Color Hex Logo

#051319 Color Hex

#051319
(5,19,25)
0 Favorites   0 Comments

Color spaces of #051319

RGB 51925
HSL0.550.670.06
HSV198°80°10°
CMYK 0.800.240.00   0.90
XYZ0.47090.56821.0046
Yxy0.56820.23040.2780
Hunter Lab7.5379-2.0403-2.6252
CIE-Lab5.1325-2.8329-5.5123

#051319 color RGB value is (5,19,25).

#051319 hex color red value is 5, green value is 19 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #051319 hue: 0.55 , saturation: 0.67 and the lightness value of 051319 is 0.06.

The process color (four color CMYK) of #051319 color hex is 0.80, 0.24, 0.00, 0.90. Web safe color of #051319 is #000000. Color #051319 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 00011001
Octal 5 23 31
Decimal 5 19 25
Hex 5 13 19

RGB Percentages of Color #051319

%10.20
%38.78
%51.02

CMYK Percentages of Color #051319

%80
%24
%0
%90

Triadic Colors of #051319

#051319 #190513 #131905

Analogous Colors of #051319

#051319 #050919 #051915

Monochromatic Colors of #051319

#051319

Complementary Color

#051319 #190b05

#051319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051319 Color CSS Codes

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

#051319 Text Font Color

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

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


#051319 Background Color

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

This div background color is #051319


#051319 Border Color

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

This div border color is #051319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051319


Comments

No comments written yet.

Please login to write comment.