Color Hex Logo

#0056ba Color Hex

#0056BA
(0,86,186)
0 Favorites   0 Comments

Color spaces of #0056ba

RGB 086186
HSL0.591.000.36
HSV212°100°73°
CMYK 1.000.540.00   0.27
XYZ12.190710.200747.7808
Yxy10.20070.17370.1454
Hunter Lab31.938512.2397-66.3423
CIE-Lab38.200318.5327-58.5341

#0056ba color RGB value is (0,86,186).

#0056ba hex color red value is 0, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0056ba hue: 0.59 , saturation: 1.00 and the lightness value of 0056ba is 0.36.

The process color (four color CMYK) of #0056ba color hex is 1.00, 0.54, 0.00, 0.27. Web safe color of #0056ba is #0066cc. Color #0056ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010110 10111010
Octal 0 126 272
Decimal 0 86 186
Hex 0 56 BA

RGB Percentages of Color #0056ba

%0.00
%31.62
%68.38

CMYK Percentages of Color #0056ba

%100
%54
%0
%27

Triadic Colors of #0056ba

#0056ba #ba0056 #56ba00

Analogous Colors of #0056ba

#0056ba #0700ba #00b3ba

Monochromatic Colors of #0056ba

#0056ba

Complementary Color

#0056ba #ba6400

#0056ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0056ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0056ba Color CSS Codes

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

#0056ba Text Font Color

<p style="color:#0056ba">Text here</p>

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


#0056ba Background Color

<div style="background-color:#0056ba">
Div content here</div>

This div background color is #0056ba


#0056ba Border Color

<div style="border:3px solid #0056ba">
Div here</div>

This div border color is #0056ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,86,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0056ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0056ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0056ba;
  box-shadow:         1px 1px 3px 2px #0056ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,86,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0056ba


Comments

No comments written yet.

Please login to write comment.