Color Hex Logo

#051699 Color Hex

#051699
(5,22,153)
0 Favorites   0 Comments

Color spaces of #051699

RGB 522153
HSL0.650.940.31
HSV233°97°60°
CMYK 0.970.860.00   0.40
XYZ6.09932.906030.3764
Yxy2.90600.15490.0738
Hunter Lab17.047034.0339-93.7172
CIE-Lab19.663446.4567-69.1952

#051699 color RGB value is (5,22,153).

#051699 hex color red value is 5, green value is 22 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #051699 hue: 0.65 , saturation: 0.94 and the lightness value of 051699 is 0.31.

The process color (four color CMYK) of #051699 color hex is 0.97, 0.86, 0.00, 0.40. Web safe color of #051699 is #000099. Color #051699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010110 10011001
Octal 5 26 231
Decimal 5 22 153
Hex 5 16 99

RGB Percentages of Color #051699

%2.78
%12.22
%85.00

CMYK Percentages of Color #051699

%97
%86
%0
%40

Triadic Colors of #051699

#051699 #990516 #169905

Analogous Colors of #051699

#051699 #3e0599 #056099

Monochromatic Colors of #051699

#051699

Complementary Color

#051699 #998805

#051699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051699 Color CSS Codes

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

#051699 Text Font Color

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

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


#051699 Background Color

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

This div background color is #051699


#051699 Border Color

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

This div border color is #051699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051699


Comments

No comments written yet.

Please login to write comment.