Color Hex Logo

#052cbb Color Hex

#052CBB
(5,44,187)
0 Favorites   0 Comments

Color spaces of #052cbb

RGB 544187
HSL0.630.950.38
HSV227°97°73°
CMYK 0.970.760.00   0.27
XYZ9.93295.421547.5366
Yxy5.42150.15790.0862
Hunter Lab23.284135.4001-104.7470
CIE-Lab27.903446.2749-76.0280

#052cbb color RGB value is (5,44,187).

#052cbb hex color red value is 5, green value is 44 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #052cbb hue: 0.63 , saturation: 0.95 and the lightness value of 052cbb is 0.38.

The process color (four color CMYK) of #052cbb color hex is 0.97, 0.76, 0.00, 0.27. Web safe color of #052cbb is #0033cc. Color #052cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101100 10111011
Octal 5 54 273
Decimal 5 44 187
Hex 5 2C BB

RGB Percentages of Color #052cbb

%2.12
%18.64
%79.24

CMYK Percentages of Color #052cbb

%97
%76
%0
%27

Triadic Colors of #052cbb

#052cbb #bb052c #2cbb05

Analogous Colors of #052cbb

#052cbb #3905bb #0587bb

Monochromatic Colors of #052cbb

#052cbb

Complementary Color

#052cbb #bb9405

#052cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#052cbb Color CSS Codes

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

#052cbb Text Font Color

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

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


#052cbb Background Color

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

This div background color is #052cbb


#052cbb Border Color

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

This div border color is #052cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,44,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #052cbb;
  box-shadow:         1px 1px 3px 2px #052cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052cbb


Comments

No comments written yet.

Please login to write comment.