Color Hex Logo

#05295e Color Hex

#05295E
(5,41,94)
0 Favorites   0 Comments

Color spaces of #05295e

RGB 54194
HSL0.600.900.19
HSV216°95°37°
CMYK 0.950.560.00   0.63
XYZ2.87592.426310.9064
Yxy2.42630.17740.1497
Hunter Lab15.57665.6974-30.6100
CIE-Lab17.582011.0553-34.9832

#05295e color RGB value is (5,41,94).

#05295e hex color red value is 5, green value is 41 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #05295e hue: 0.60 , saturation: 0.90 and the lightness value of 05295e is 0.19.

The process color (four color CMYK) of #05295e color hex is 0.95, 0.56, 0.00, 0.63. Web safe color of #05295e is #003366. Color #05295e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101001 01011110
Octal 5 51 136
Decimal 5 41 94
Hex 5 29 5E

RGB Percentages of Color #05295e

%3.57
%29.29
%67.14

CMYK Percentages of Color #05295e

%95
%56
%0
%63

Triadic Colors of #05295e

#05295e #5e0529 #295e05

Analogous Colors of #05295e

#05295e #0d055e #05565e

Monochromatic Colors of #05295e

#05295e

Complementary Color

#05295e #5e3a05

#05295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05295e Color CSS Codes

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

#05295e Text Font Color

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

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


#05295e Background Color

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

This div background color is #05295e


#05295e Border Color

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

This div border color is #05295e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,41,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05295e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05295e;
  -webkit-box-shadow: 1px 1px 3px 2px #05295e;
  box-shadow:         1px 1px 3px 2px #05295e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05295e


Comments

No comments written yet.

Please login to write comment.