Color Hex Logo

#051542 Color Hex

#051542
(5,21,66)
0 Favorites   0 Comments

Color spaces of #051542

RGB 52166
HSL0.620.860.14
HSV224°92°26°
CMYK 0.920.680.00   0.74
XYZ1.31410.96195.2707
Yxy0.96190.17410.1275
Hunter Lab9.80776.7533-24.9975
CIE-Lab8.669913.6693-30.3553

#051542 color RGB value is (5,21,66).

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

The process color (four color CMYK) of #051542 color hex is 0.92, 0.68, 0.00, 0.74. Web safe color of #051542 is #000033. Color #051542 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010101 01000010
Octal 5 25 102
Decimal 5 21 66
Hex 5 15 42

RGB Percentages of Color #051542

%5.43
%22.83
%71.74

CMYK Percentages of Color #051542

%92
%68
%0
%74

Triadic Colors of #051542

#051542 #420515 #154205

Analogous Colors of #051542

#051542 #140542 #053442

Monochromatic Colors of #051542

#051542

Complementary Color

#051542 #423205

#051542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051542 Color CSS Codes

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

#051542 Text Font Color

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

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


#051542 Background Color

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

This div background color is #051542


#051542 Border Color

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

This div border color is #051542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051542


Comments

No comments written yet.

Please login to write comment.