Color Hex Logo

#05296f Color Hex

#05296F
(5,41,111)
0 Favorites   0 Comments

Color spaces of #05296f

RGB 541111
HSL0.610.910.23
HSV220°95°44°
CMYK 0.950.630.00   0.56
XYZ3.72482.765815.3765
Yxy2.76580.17030.1265
Hunter Lab16.630710.8752-43.1772
CIE-Lab19.080418.6253-43.6673

#05296f color RGB value is (5,41,111).

#05296f hex color red value is 5, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #05296f hue: 0.61 , saturation: 0.91 and the lightness value of 05296f is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101001 01101111
Octal 5 51 157
Decimal 5 41 111
Hex 5 29 6F

RGB Percentages of Color #05296f

%3.18
%26.11
%70.70

CMYK Percentages of Color #05296f

%95
%63
%0
%56

Triadic Colors of #05296f

#05296f #6f0529 #296f05

Analogous Colors of #05296f

#05296f #16056f #055e6f

Monochromatic Colors of #05296f

#05296f

Complementary Color

#05296f #6f4b05

#05296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05296f Color CSS Codes

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

#05296f Text Font Color

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

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


#05296f Background Color

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

This div background color is #05296f


#05296f Border Color

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

This div border color is #05296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05296f


Comments

No comments written yet.

Please login to write comment.