Color Hex Logo

#053cbb Color Hex

#053CBB
(5,60,187)
0 Favorites   0 Comments

Color spaces of #053cbb

RGB 560187
HSL0.620.950.38
HSV222°97°73°
CMYK 0.970.680.00   0.27
XYZ10.64816.851847.7750
Yxy6.85180.16310.1050
Hunter Lab26.175926.8040-89.8899
CIE-Lab31.467136.4360-70.1368

#053cbb color RGB value is (5,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111100 10111011
Octal 5 74 273
Decimal 5 60 187
Hex 5 3C BB

RGB Percentages of Color #053cbb

%1.98
%23.81
%74.21

CMYK Percentages of Color #053cbb

%97
%68
%0
%27

Triadic Colors of #053cbb

#053cbb #bb053c #3cbb05

Analogous Colors of #053cbb

#053cbb #2905bb #0597bb

Monochromatic Colors of #053cbb

#053cbb

Complementary Color

#053cbb #bb8405

#053cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#053cbb Color CSS Codes

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

#053cbb Text Font Color

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

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


#053cbb Background Color

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

This div background color is #053cbb


#053cbb Border Color

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

This div border color is #053cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053cbb


Comments

No comments written yet.

Please login to write comment.