Color Hex Logo

#05295a Color Hex

#05295A
(5,41,90)
0 Favorites   0 Comments

Color spaces of #05295a

RGB 54190
HSL0.600.890.19
HSV215°94°35°
CMYK 0.940.540.00   0.65
XYZ2.70102.35639.9853
Yxy2.35630.17960.1566
Hunter Lab15.35024.5456-27.8228
CIE-Lab17.25599.2362-32.8534

#05295a color RGB value is (5,41,90).

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

The process color (four color CMYK) of #05295a color hex is 0.94, 0.54, 0.00, 0.65. Web safe color of #05295a is #003366. Color #05295a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101001 01011010
Octal 5 51 132
Decimal 5 41 90
Hex 5 29 5A

RGB Percentages of Color #05295a

%3.68
%30.15
%66.18

CMYK Percentages of Color #05295a

%94
%54
%0
%65

Triadic Colors of #05295a

#05295a #5a0529 #295a05

Analogous Colors of #05295a

#05295a #0c055a #05535a

Monochromatic Colors of #05295a

#05295a

Complementary Color

#05295a #5a3605

#05295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05295a Color CSS Codes

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

#05295a Text Font Color

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

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


#05295a Background Color

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

This div background color is #05295a


#05295a Border Color

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

This div border color is #05295a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05295a


Comments

No comments written yet.

Please login to write comment.