Color Hex Logo

#0063ba Color Hex

#0063BA
(0,99,186)
0 Favorites   0 Comments

Color spaces of #0063ba

RGB 099186
HSL0.581.000.36
HSV208°100°73°
CMYK 1.000.470.00   0.27
XYZ13.324812.468948.1588
Yxy12.46890.18020.1686
Hunter Lab35.31135.5625-56.1438
CIE-Lab41.95199.9507-52.4655

#0063ba color RGB value is (0,99,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100011 10111010
Octal 0 143 272
Decimal 0 99 186
Hex 0 63 BA

RGB Percentages of Color #0063ba

%0.00
%34.74
%65.26

CMYK Percentages of Color #0063ba

%100
%47
%0
%27

Triadic Colors of #0063ba

#0063ba #ba0063 #63ba00

Analogous Colors of #0063ba

#0063ba #0006ba #00bab4

Monochromatic Colors of #0063ba

#0063ba

Complementary Color

#0063ba #ba5700

#0063ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0063ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0063ba Color CSS Codes

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

#0063ba Text Font Color

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

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


#0063ba Background Color

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

This div background color is #0063ba


#0063ba Border Color

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

This div border color is #0063ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0063ba


Comments

No comments written yet.

Please login to write comment.