Color Hex Logo

#056cbb Color Hex

#056CBB
(5,108,187)
0 Favorites   0 Comments

Color spaces of #056cbb

RGB 5108187
HSL0.570.950.38
HSV206°97°73°
CMYK 0.970.420.00   0.27
XYZ14.394814.345249.0239
Yxy14.34520.18510.1845
Hunter Lab37.87511.5594-50.2300
CIE-Lab44.72404.7762-48.5931

#056cbb color RGB value is (5,108,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101100 10111011
Octal 5 154 273
Decimal 5 108 187
Hex 5 6C BB

RGB Percentages of Color #056cbb

%1.67
%36.00
%62.33

CMYK Percentages of Color #056cbb

%97
%42
%0
%27

Triadic Colors of #056cbb

#056cbb #bb056c #6cbb05

Analogous Colors of #056cbb

#056cbb #0511bb #05bbaf

Monochromatic Colors of #056cbb

#056cbb

Complementary Color

#056cbb #bb5405

#056cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#056cbb Color CSS Codes

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

#056cbb Text Font Color

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

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


#056cbb Background Color

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

This div background color is #056cbb


#056cbb Border Color

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

This div border color is #056cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056cbb


Comments

No comments written yet.

Please login to write comment.