Color Hex Logo

#051080 Color Hex

#051080
(5,16,128)
0 Favorites   0 Comments

Color spaces of #051080

RGB 516128
HSL0.650.920.26
HSV235°96°50°
CMYK 0.960.880.00   0.50
XYZ4.14421.961420.5822
Yxy1.96140.15530.0735
Hunter Lab14.005028.3109-77.3310
CIE-Lab15.283441.1410-60.8452

#051080 color RGB value is (5,16,128).

#051080 hex color red value is 5, green value is 16 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #051080 hue: 0.65 , saturation: 0.92 and the lightness value of 051080 is 0.26.

The process color (four color CMYK) of #051080 color hex is 0.96, 0.88, 0.00, 0.50. Web safe color of #051080 is #000099. Color #051080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010000 10000000
Octal 5 20 200
Decimal 5 16 128
Hex 5 10 80

RGB Percentages of Color #051080

%3.36
%10.74
%85.91

CMYK Percentages of Color #051080

%96
%88
%0
%50

Triadic Colors of #051080

#051080 #800510 #108005

Analogous Colors of #051080

#051080 #370580 #054e80

Monochromatic Colors of #051080

#051080

Complementary Color

#051080 #807505

#051080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051080 Color CSS Codes

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

#051080 Text Font Color

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

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


#051080 Background Color

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

This div background color is #051080


#051080 Border Color

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

This div border color is #051080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051080


Comments

No comments written yet.

Please login to write comment.