Color Hex Logo

#053071 Color Hex

#053071
(5,48,113)
0 Favorites   0 Comments

Color spaces of #053071

RGB 548113
HSL0.600.920.23
HSV216°96°44°
CMYK 0.960.580.00   0.56
XYZ4.10023.338416.0511
Yxy3.33840.17460.1421
Hunter Lab18.27138.0818-39.2956
CIE-Lab21.351214.3616-41.2536

#053071 color RGB value is (5,48,113).

#053071 hex color red value is 5, green value is 48 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #053071 hue: 0.60 , saturation: 0.92 and the lightness value of 053071 is 0.23.

The process color (four color CMYK) of #053071 color hex is 0.96, 0.58, 0.00, 0.56. Web safe color of #053071 is #003366. Color #053071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110000 01110001
Octal 5 60 161
Decimal 5 48 113
Hex 5 30 71

RGB Percentages of Color #053071

%3.01
%28.92
%68.07

CMYK Percentages of Color #053071

%96
%58
%0
%56

Triadic Colors of #053071

#053071 #710530 #307105

Analogous Colors of #053071

#053071 #100571 #056671

Monochromatic Colors of #053071

#053071

Complementary Color

#053071 #714605

#053071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053071 Color CSS Codes

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

#053071 Text Font Color

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

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


#053071 Background Color

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

This div background color is #053071


#053071 Border Color

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

This div border color is #053071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053071


Comments

No comments written yet.

Please login to write comment.