Color Hex Logo

#051148 Color Hex

#051148
(5,17,72)
0 Favorites   0 Comments

Color spaces of #051148

RGB 51772
HSL0.640.870.15
HSV229°93°28°
CMYK 0.930.760.00   0.72
XYZ1.43270.90106.2293
Yxy0.90100.16730.1052
Hunter Lab9.492110.3309-32.2653
CIE-Lab8.137919.4692-35.4478

#051148 color RGB value is (5,17,72).

#051148 hex color red value is 5, green value is 17 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #051148 hue: 0.64 , saturation: 0.87 and the lightness value of 051148 is 0.15.

The process color (four color CMYK) of #051148 color hex is 0.93, 0.76, 0.00, 0.72. Web safe color of #051148 is #000033. Color #051148 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010001 01001000
Octal 5 21 110
Decimal 5 17 72
Hex 5 11 48

RGB Percentages of Color #051148

%5.32
%18.09
%76.60

CMYK Percentages of Color #051148

%93
%76
%0
%72

Triadic Colors of #051148

#051148 #480511 #114805

Analogous Colors of #051148

#051148 #1a0548 #053348

Monochromatic Colors of #051148

#051148

Complementary Color

#051148 #483c05

#051148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051148 Color CSS Codes

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

#051148 Text Font Color

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

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


#051148 Background Color

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

This div background color is #051148


#051148 Border Color

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

This div border color is #051148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051148


Comments

No comments written yet.

Please login to write comment.