Color Hex Logo

#051519 Color Hex

#051519
(5,21,25)
0 Favorites   0 Comments

Color spaces of #051519

RGB 52125
HSL0.530.670.06
HSV192°80°10°
CMYK 0.800.160.00   0.90
XYZ0.50620.63881.0163
Yxy0.63880.23420.2956
Hunter Lab7.9925-2.6817-1.9444
CIE-Lab5.7702-4.1357-4.5750

#051519 color RGB value is (5,21,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010101 00011001
Octal 5 25 31
Decimal 5 21 25
Hex 5 15 19

RGB Percentages of Color #051519

%9.80
%41.18
%49.02

CMYK Percentages of Color #051519

%80
%16
%0
%90

Triadic Colors of #051519

#051519 #190515 #151905

Analogous Colors of #051519

#051519 #050b19 #051913

Monochromatic Colors of #051519

#051519

Complementary Color

#051519 #190905

#051519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051519 Color CSS Codes

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

#051519 Text Font Color

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

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


#051519 Background Color

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

This div background color is #051519


#051519 Border Color

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

This div border color is #051519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,21,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 #051519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051519


Comments

No comments written yet.

Please login to write comment.