Color Hex Logo

#051790 Color Hex

#051790
(5,23,144)
0 Favorites   0 Comments

Color spaces of #051790

RGB 523144
HSL0.650.930.29
HSV232°97°56°
CMYK 0.970.840.00   0.44
XYZ5.40302.658726.6140
Yxy2.65870.15580.0767
Hunter Lab16.305530.6131-85.3597
CIE-Lab18.621743.0199-65.3564

#051790 color RGB value is (5,23,144).

#051790 hex color red value is 5, green value is 23 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #051790 hue: 0.65 , saturation: 0.93 and the lightness value of 051790 is 0.29.

The process color (four color CMYK) of #051790 color hex is 0.97, 0.84, 0.00, 0.44. Web safe color of #051790 is #000099. Color #051790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010111 10010000
Octal 5 27 220
Decimal 5 23 144
Hex 5 17 90

RGB Percentages of Color #051790

%2.91
%13.37
%83.72

CMYK Percentages of Color #051790

%97
%84
%0
%44

Triadic Colors of #051790

#051790 #900517 #179005

Analogous Colors of #051790

#051790 #380590 #055d90

Monochromatic Colors of #051790

#051790

Complementary Color

#051790 #907e05

#051790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051790 Color CSS Codes

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

#051790 Text Font Color

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

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


#051790 Background Color

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

This div background color is #051790


#051790 Border Color

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

This div border color is #051790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051790


Comments

No comments written yet.

Please login to write comment.