Color Hex Logo

#05305a Color Hex

#05305A
(5,48,90)
0 Favorites   0 Comments

Color spaces of #05305a

RGB 54890
HSL0.580.890.19
HSV210°94°35°
CMYK 0.940.470.00   0.65
XYZ2.96502.884410.0733
Yxy2.88440.18620.1812
Hunter Lab16.98351.4415-23.2777
CIE-Lab19.57494.0579-29.1193

#05305a color RGB value is (5,48,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110000 01011010
Octal 5 60 132
Decimal 5 48 90
Hex 5 30 5A

RGB Percentages of Color #05305a

%3.50
%33.57
%62.94

CMYK Percentages of Color #05305a

%94
%47
%0
%65

Triadic Colors of #05305a

#05305a #5a0530 #305a05

Analogous Colors of #05305a

#05305a #05055a #055a5a

Monochromatic Colors of #05305a

#05305a

Complementary Color

#05305a #5a2f05

#05305a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05305a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05305a Color CSS Codes

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

#05305a Text Font Color

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

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


#05305a Background Color

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

This div background color is #05305a


#05305a Border Color

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

This div border color is #05305a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,48,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 #05305a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05305a


Comments

No comments written yet.

Please login to write comment.