Color Hex Logo

#053fbb Color Hex

#053FBB
(5,63,187)
0 Favorites   0 Comments

Color spaces of #053fbb

RGB 563187
HSL0.610.950.38
HSV221°97°73°
CMYK 0.970.660.00   0.27
XYZ10.80977.175147.8289
Yxy7.17510.16420.1090
Hunter Lab26.786425.1579-87.1159
CIE-Lab32.202234.4805-68.9265

#053fbb color RGB value is (5,63,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 10111011
Octal 5 77 273
Decimal 5 63 187
Hex 5 3F BB

RGB Percentages of Color #053fbb

%1.96
%24.71
%73.33

CMYK Percentages of Color #053fbb

%97
%66
%0
%27

Triadic Colors of #053fbb

#053fbb #bb053f #3fbb05

Analogous Colors of #053fbb

#053fbb #2605bb #059abb

Monochromatic Colors of #053fbb

#053fbb

Complementary Color

#053fbb #bb8105

#053fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#053fbb Color CSS Codes

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

#053fbb Text Font Color

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

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


#053fbb Background Color

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

This div background color is #053fbb


#053fbb Border Color

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

This div border color is #053fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053fbb


Comments

No comments written yet.

Please login to write comment.