Color Hex Logo

#051277 Color Hex

#051277
(5,18,119)
0 Favorites   0 Comments

Color spaces of #051277

RGB 518119
HSL0.650.920.24
HSV233°96°47°
CMYK 0.960.850.00   0.53
XYZ3.60871.796817.6094
Yxy1.79680.15680.0781
Hunter Lab13.404524.5972-68.5059
CIE-Lab14.382637.0915-56.5824

#051277 color RGB value is (5,18,119).

#051277 hex color red value is 5, green value is 18 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #051277 hue: 0.65 , saturation: 0.92 and the lightness value of 051277 is 0.24.

The process color (four color CMYK) of #051277 color hex is 0.96, 0.85, 0.00, 0.53. Web safe color of #051277 is #000066. Color #051277 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010010 01110111
Octal 5 22 167
Decimal 5 18 119
Hex 5 12 77

RGB Percentages of Color #051277

%3.52
%12.68
%83.80

CMYK Percentages of Color #051277

%96
%85
%0
%53

Triadic Colors of #051277

#051277 #770512 #127705

Analogous Colors of #051277

#051277 #310577 #054b77

Monochromatic Colors of #051277

#051277

Complementary Color

#051277 #776a05

#051277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051277 Color CSS Codes

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

#051277 Text Font Color

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

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


#051277 Background Color

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

This div background color is #051277


#051277 Border Color

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

This div border color is #051277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051277


Comments

No comments written yet.

Please login to write comment.