Color Hex Logo

#053faf Color Hex

#053FAF
(5,63,175)
0 Favorites   0 Comments

Color spaces of #053faf

RGB 563175
HSL0.610.940.35
HSV220°97°69°
CMYK 0.970.640.00   0.31
XYZ9.57806.682441.3425
Yxy6.68240.16630.1160
Hunter Lab25.850320.8993-76.7274
CIE-Lab31.072729.7751-63.6648

#053faf color RGB value is (5,63,175).

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

The process color (four color CMYK) of #053faf color hex is 0.97, 0.64, 0.00, 0.31. Web safe color of #053faf is #003399. Color #053faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 10101111
Octal 5 77 257
Decimal 5 63 175
Hex 5 3F AF

RGB Percentages of Color #053faf

%2.06
%25.93
%72.02

CMYK Percentages of Color #053faf

%97
%64
%0
%31

Triadic Colors of #053faf

#053faf #af053f #3faf05

Analogous Colors of #053faf

#053faf #2005af #0594af

Monochromatic Colors of #053faf

#053faf

Complementary Color

#053faf #af7505

#053faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#053faf Color CSS Codes

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

#053faf Text Font Color

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

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


#053faf Background Color

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

This div background color is #053faf


#053faf Border Color

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

This div border color is #053faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053faf


Comments

No comments written yet.

Please login to write comment.