Color Hex Logo

#052bab Color Hex

#052BAB
(5,43,171)
0 Favorites   0 Comments

Color spaces of #052bab

RGB 543171
HSL0.630.940.35
HSV226°97°67°
CMYK 0.970.750.00   0.33
XYZ8.27724.700338.9991
Yxy4.70030.15920.0904
Hunter Lab21.680230.2086-91.4769
CIE-Lab25.863341.1797-69.8568

#052bab color RGB value is (5,43,171).

#052bab hex color red value is 5, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #052bab hue: 0.63 , saturation: 0.94 and the lightness value of 052bab is 0.35.

The process color (four color CMYK) of #052bab color hex is 0.97, 0.75, 0.00, 0.33. Web safe color of #052bab is #003399. Color #052bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101011 10101011
Octal 5 53 253
Decimal 5 43 171
Hex 5 2B AB

RGB Percentages of Color #052bab

%2.28
%19.63
%78.08

CMYK Percentages of Color #052bab

%97
%75
%0
%33

Triadic Colors of #052bab

#052bab #ab052b #2bab05

Analogous Colors of #052bab

#052bab #3205ab #057eab

Monochromatic Colors of #052bab

#052bab

Complementary Color

#052bab #ab8505

#052bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#052bab Color CSS Codes

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

#052bab Text Font Color

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

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


#052bab Background Color

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

This div background color is #052bab


#052bab Border Color

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

This div border color is #052bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052bab


Comments

No comments written yet.

Please login to write comment.