Color Hex Logo

#051dc1 Color Hex

#051DC1
(5,29,193)
0 Favorites   0 Comments

Color spaces of #051dc1

RGB 529193
HSL0.650.950.39
HSV232°97°76°
CMYK 0.970.850.00   0.24
XYZ10.12764.761350.8373
Yxy4.76130.15410.0724
Hunter Lab21.820444.6623-122.8599
CIE-Lab26.043655.8200-82.6678

#051dc1 color RGB value is (5,29,193).

#051dc1 hex color red value is 5, green value is 29 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #051dc1 hue: 0.65 , saturation: 0.95 and the lightness value of 051dc1 is 0.39.

The process color (four color CMYK) of #051dc1 color hex is 0.97, 0.85, 0.00, 0.24. Web safe color of #051dc1 is #0033cc. Color #051dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011101 11000001
Octal 5 35 301
Decimal 5 29 193
Hex 5 1D C1

RGB Percentages of Color #051dc1

%2.20
%12.78
%85.02

CMYK Percentages of Color #051dc1

%97
%85
%0
%24

Triadic Colors of #051dc1

#051dc1 #c1051d #1dc105

Analogous Colors of #051dc1

#051dc1 #4b05c1 #057bc1

Monochromatic Colors of #051dc1

#051dc1

Complementary Color

#051dc1 #c1a905

#051dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051dc1 Color CSS Codes

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

#051dc1 Text Font Color

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

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


#051dc1 Background Color

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

This div background color is #051dc1


#051dc1 Border Color

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

This div border color is #051dc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,29,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051dc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051dc1;
  -webkit-box-shadow: 1px 1px 3px 2px #051dc1;
  box-shadow:         1px 1px 3px 2px #051dc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051dc1


Comments

No comments written yet.

Please login to write comment.