Color Hex Logo

#051864 Color Hex

#051864
(5,24,100)
0 Favorites   0 Comments

Color spaces of #051864

RGB 524100
HSL0.630.900.21
HSV228°95°39°
CMYK 0.950.760.00   0.61
XYZ2.68951.605612.2248
Yxy1.60560.16280.0972
Hunter Lab12.671215.7124-48.3313
CIE-Lab13.264226.2246-46.0289

#051864 color RGB value is (5,24,100).

#051864 hex color red value is 5, green value is 24 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #051864 hue: 0.63 , saturation: 0.90 and the lightness value of 051864 is 0.21.

The process color (four color CMYK) of #051864 color hex is 0.95, 0.76, 0.00, 0.61. Web safe color of #051864 is #000066. Color #051864 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011000 01100100
Octal 5 30 144
Decimal 5 24 100
Hex 5 18 64

RGB Percentages of Color #051864

%3.88
%18.60
%77.52

CMYK Percentages of Color #051864

%95
%76
%0
%61

Triadic Colors of #051864

#051864 #640518 #186405

Analogous Colors of #051864

#051864 #210564 #054864

Monochromatic Colors of #051864

#051864

Complementary Color

#051864 #645105

#051864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051864 Color CSS Codes

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

#051864 Text Font Color

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

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


#051864 Background Color

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

This div background color is #051864


#051864 Border Color

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

This div border color is #051864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051864


Comments

No comments written yet.

Please login to write comment.