Color Hex Logo

#0554ba Color Hex

#0554BA
(5,84,186)
0 Favorites   0 Comments

Color spaces of #0554ba

RGB 584186
HSL0.590.950.37
HSV214°97°73°
CMYK 0.970.550.00   0.27
XYZ12.09589.918147.7312
Yxy9.91810.17340.1422
Hunter Lab31.493013.4453-67.8155
CIE-Lab37.695020.0544-59.3525

#0554ba color RGB value is (5,84,186).

#0554ba hex color red value is 5, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0554ba hue: 0.59 , saturation: 0.95 and the lightness value of 0554ba is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010100 10111010
Octal 5 124 272
Decimal 5 84 186
Hex 5 54 BA

RGB Percentages of Color #0554ba

%1.82
%30.55
%67.64

CMYK Percentages of Color #0554ba

%97
%55
%0
%27

Triadic Colors of #0554ba

#0554ba #ba0554 #54ba05

Analogous Colors of #0554ba

#0554ba #1005ba #05afba

Monochromatic Colors of #0554ba

#0554ba

Complementary Color

#0554ba #ba6b05

#0554ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0554ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0554ba Color CSS Codes

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

#0554ba Text Font Color

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

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


#0554ba Background Color

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

This div background color is #0554ba


#0554ba Border Color

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

This div border color is #0554ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0554ba


Comments

No comments written yet.

Please login to write comment.