Color Hex Logo

#056aaf Color Hex

#056AAF
(5,106,175)
0 Favorites   0 Comments

Color spaces of #056aaf

RGB 5106175
HSL0.570.940.35
HSV204°97°69°
CMYK 0.970.390.00   0.31
XYZ12.954513.435542.4680
Yxy13.43550.18810.1951
Hunter Lab36.6545-1.0595-43.0355
CIE-Lab43.41221.2272-43.6921

#056aaf color RGB value is (5,106,175).

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

The process color (four color CMYK) of #056aaf color hex is 0.97, 0.39, 0.00, 0.31. Web safe color of #056aaf is #006699. Color #056aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101010 10101111
Octal 5 152 257
Decimal 5 106 175
Hex 5 6A AF

RGB Percentages of Color #056aaf

%1.75
%37.06
%61.19

CMYK Percentages of Color #056aaf

%97
%39
%0
%31

Triadic Colors of #056aaf

#056aaf #af056a #6aaf05

Analogous Colors of #056aaf

#056aaf #0515af #05af9f

Monochromatic Colors of #056aaf

#056aaf

Complementary Color

#056aaf #af4a05

#056aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#056aaf Color CSS Codes

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

#056aaf Text Font Color

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

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


#056aaf Background Color

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

This div background color is #056aaf


#056aaf Border Color

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

This div border color is #056aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056aaf


Comments

No comments written yet.

Please login to write comment.