Color Hex Logo

#051cbe Color Hex

#051CBE
(5,28,190)
0 Favorites   0 Comments

Color spaces of #051cbe

RGB 528190
HSL0.650.950.38
HSV233°97°75°
CMYK 0.970.850.00   0.25
XYZ9.77214.580549.0843
Yxy4.58050.15400.0722
Hunter Lab21.402144.0486-120.9962
CIE-Lab25.504555.3369-81.7929

#051cbe color RGB value is (5,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011100 10111110
Octal 5 34 276
Decimal 5 28 190
Hex 5 1C BE

RGB Percentages of Color #051cbe

%2.24
%12.56
%85.20

CMYK Percentages of Color #051cbe

%97
%85
%0
%25

Triadic Colors of #051cbe

#051cbe #be051c #1cbe05

Analogous Colors of #051cbe

#051cbe #4b05be #0579be

Monochromatic Colors of #051cbe

#051cbe

Complementary Color

#051cbe #bea705

#051cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#051cbe Color CSS Codes

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

#051cbe Text Font Color

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

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


#051cbe Background Color

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

This div background color is #051cbe


#051cbe Border Color

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

This div border color is #051cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051cbe


Comments

No comments written yet.

Please login to write comment.