Color Hex Logo

#053baa Color Hex

#053BAA
(5,59,170)
0 Favorites   0 Comments

Color spaces of #053baa

RGB 559170
HSL0.610.940.34
HSV220°97°67°
CMYK 0.970.650.00   0.33
XYZ8.88236.062538.7322
Yxy6.06250.16550.1129
Hunter Lab24.622121.3041-76.0314
CIE-Lab29.569630.4782-63.1418

#053baa color RGB value is (5,59,170).

#053baa hex color red value is 5, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #053baa hue: 0.61 , saturation: 0.94 and the lightness value of 053baa is 0.34.

The process color (four color CMYK) of #053baa color hex is 0.97, 0.65, 0.00, 0.33. Web safe color of #053baa is #003399. Color #053baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111011 10101010
Octal 5 73 252
Decimal 5 59 170
Hex 5 3B AA

RGB Percentages of Color #053baa

%2.14
%25.21
%72.65

CMYK Percentages of Color #053baa

%97
%65
%0
%33

Triadic Colors of #053baa

#053baa #aa053b #3baa05

Analogous Colors of #053baa

#053baa #2205aa #058eaa

Monochromatic Colors of #053baa

#053baa

Complementary Color

#053baa #aa7405

#053baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#053baa Color CSS Codes

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

#053baa Text Font Color

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

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


#053baa Background Color

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

This div background color is #053baa


#053baa Border Color

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

This div border color is #053baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,59,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #053baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #053baa;
  -webkit-box-shadow: 1px 1px 3px 2px #053baa;
  box-shadow:         1px 1px 3px 2px #053baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053baa


Comments

No comments written yet.

Please login to write comment.