Color Hex Logo

#0055ba Color Hex

#0055BA
(0,85,186)
0 Favorites   0 Comments

Color spaces of #0055ba

RGB 085186
HSL0.591.000.36
HSV213°100°73°
CMYK 1.000.540.00   0.27
XYZ12.111410.042247.7544
Yxy10.04220.17320.1436
Hunter Lab31.689412.7645-67.1645
CIE-Lab37.918119.2011-58.9926

#0055ba color RGB value is (0,85,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 10111010
Octal 0 125 272
Decimal 0 85 186
Hex 0 55 BA

RGB Percentages of Color #0055ba

%0.00
%31.37
%68.63

CMYK Percentages of Color #0055ba

%100
%54
%0
%27

Triadic Colors of #0055ba

#0055ba #ba0055 #55ba00

Analogous Colors of #0055ba

#0055ba #0800ba #00b2ba

Monochromatic Colors of #0055ba

#0055ba

Complementary Color

#0055ba #ba6500

#0055ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0055ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0055ba Color CSS Codes

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

#0055ba Text Font Color

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

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


#0055ba Background Color

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

This div background color is #0055ba


#0055ba Border Color

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

This div border color is #0055ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0055ba


Comments

No comments written yet.

Please login to write comment.