Color Hex Logo

#051650 Color Hex

#051650
(5,22,80)
0 Favorites   0 Comments

Color spaces of #051650

RGB 52280
HSL0.630.880.17
HSV226°94°31°
CMYK 0.940.730.00   0.69
XYZ1.79751.18537.7235
Yxy1.18530.16790.1107
Hunter Lab10.887110.4184-34.4402
CIE-Lab10.448519.2110-37.1898

#051650 color RGB value is (5,22,80).

#051650 hex color red value is 5, green value is 22 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #051650 hue: 0.63 , saturation: 0.88 and the lightness value of 051650 is 0.17.

The process color (four color CMYK) of #051650 color hex is 0.94, 0.73, 0.00, 0.69. Web safe color of #051650 is #000066. Color #051650 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010110 01010000
Octal 5 26 120
Decimal 5 22 80
Hex 5 16 50

RGB Percentages of Color #051650

%4.67
%20.56
%74.77

CMYK Percentages of Color #051650

%94
%73
%0
%69

Triadic Colors of #051650

#051650 #500516 #165005

Analogous Colors of #051650

#051650 #1a0550 #053c50

Monochromatic Colors of #051650

#051650

Complementary Color

#051650 #503f05

#051650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051650 Color CSS Codes

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

#051650 Text Font Color

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

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


#051650 Background Color

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

This div background color is #051650


#051650 Border Color

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

This div border color is #051650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051650


Comments

No comments written yet.

Please login to write comment.