Color Hex Logo

#051861 Color Hex

#051861
(5,24,97)
0 Favorites   0 Comments

Color spaces of #051861

RGB 52497
HSL0.630.900.20
HSV228°95°38°
CMYK 0.950.750.00   0.62
XYZ2.54691.548611.4739
Yxy1.54860.16360.0995
Hunter Lab12.444314.7551-45.9557
CIE-Lab12.913724.9934-44.6158

#051861 color RGB value is (5,24,97).

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

The process color (four color CMYK) of #051861 color hex is 0.95, 0.75, 0.00, 0.62. Web safe color of #051861 is #000066. Color #051861 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011000 01100001
Octal 5 30 141
Decimal 5 24 97
Hex 5 18 61

RGB Percentages of Color #051861

%3.97
%19.05
%76.98

CMYK Percentages of Color #051861

%95
%75
%0
%62

Triadic Colors of #051861

#051861 #610518 #186105

Analogous Colors of #051861

#051861 #200561 #054661

Monochromatic Colors of #051861

#051861

Complementary Color

#051861 #614e05

#051861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051861 Color CSS Codes

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

#051861 Text Font Color

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

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


#051861 Background Color

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

This div background color is #051861


#051861 Border Color

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

This div border color is #051861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051861


Comments

No comments written yet.

Please login to write comment.