Color Hex Logo

#0063cc Color Hex

#0063CC
(0,99,204)
0 Favorites   0 Comments

Color spaces of #0063cc

RGB 099204
HSL0.591.000.40
HSV211°100°80°
CMYK 1.000.510.00   0.20
XYZ15.360913.283358.8811
Yxy13.28330.17550.1518
Hunter Lab36.446311.4509-70.2741
CIE-Lab43.187017.2347-60.8962

#0063cc color RGB value is (0,99,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100011 11001100
Octal 0 143 314
Decimal 0 99 204
Hex 0 63 CC

RGB Percentages of Color #0063cc

%0.00
%32.67
%67.33

CMYK Percentages of Color #0063cc

%100
%51
%0
%20

Triadic Colors of #0063cc

#0063cc #cc0063 #63cc00

Analogous Colors of #0063cc

#0063cc #0300cc #00c9cc

Monochromatic Colors of #0063cc

#0063cc

Complementary Color

#0063cc #cc6900

#0063cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0063cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0063cc Color CSS Codes

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

#0063cc Text Font Color

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

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


#0063cc Background Color

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

This div background color is #0063cc


#0063cc Border Color

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

This div border color is #0063cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0063cc


Comments

No comments written yet.

Please login to write comment.