Color Hex Logo

#051539 Color Hex

#051539
(5,21,57)
0 Favorites   0 Comments

Color spaces of #051539

RGB 52157
HSL0.620.840.12
HSV222°91°22°
CMYK 0.910.630.00   0.78
XYZ1.06930.86403.9813
Yxy0.86400.18080.1461
Hunter Lab9.29524.2678-18.8885
CIE-Lab7.80449.4305-25.3401

#051539 color RGB value is (5,21,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010101 00111001
Octal 5 25 71
Decimal 5 21 57
Hex 5 15 39

RGB Percentages of Color #051539

%6.02
%25.30
%68.67

CMYK Percentages of Color #051539

%91
%63
%0
%78

Triadic Colors of #051539

#051539 #390515 #153905

Analogous Colors of #051539

#051539 #0f0539 #052f39

Monochromatic Colors of #051539

#051539

Complementary Color

#051539 #392905

#051539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051539 Color CSS Codes

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

#051539 Text Font Color

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

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


#051539 Background Color

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

This div background color is #051539


#051539 Border Color

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

This div border color is #051539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051539


Comments

No comments written yet.

Please login to write comment.