COLOR #0063AC

HEX: #0063AC
RGB: (0,99,172)

Color info

#0063AC contains mainly blue color. Web safe color of #0063AC is #006699 (or #069).

RGB color model

#0063AC color RGB value is (0,99,172).

  • red value is 0;
  • green value is 99;
  • blue value is 172.
RGB:
(0,99,172)
(0%,39%,67%)

RGB channels and saturation

R 0 of 255 = 0%
G 99 of 255 = 39%
B 172 of 255 = 67%

0
99
172

R + G + B ~ 35%. #0063AC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 99 + 172 = 271 (100%)
R 0 of 271 ~ 0%
G 99 of 271 ~ 36.53%
B 172 of 271 ~ 63.47%

%36.53
%63.47

CMYK color model

#0063AC color CMYK value is (100,42,0,33).

  • cyan value is 100.00%
  • magenta value is 42.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(100,42,0,33)
C100M42Y0K33 
(100%,42%,0%,33%)
(1.00/0.42/0.00/0.33)	

CMYK percentages

%100
%42.44
%0
%32.55

Codes

Color #0063AC in popluar color models

0063AC
RGB099172
HSL205°100.00%33.73%
HSB/HSV205°100.00%67.45%
CMYK100.00%42.44%0.00%
32.55%

Color #0063AC in popluar number systems.

HEX0063AC
Decimal099172
Binary0110001110101100
Octal0143254

Shades and tints

Shades of #0063AC

#0063AC
(0,99,172)
#005A9D
(0,90,157)
#00518E
(0,81,142)
#00487F
(0,72,127)
#003F70
(0,63,112)
#003661
(0,54,97)
#002D52
(0,45,82)
#002443
(0,36,67)
#001B34
(0,27,52)
#001225
(0,18,37)
#000916
(0,9,22)
#000000
(0,0,0)

Tints of #0063AC

#0063AC
(0,99,172)
#1771B3
(23,113,179)
#2E7FBA
(46,127,186)
#458DC1
(69,141,193)
#5C9BC8
(92,155,200)
#73A9CF
(115,169,207)
#8AB7D6
(138,183,214)
#A1C5DD
(161,197,221)
#B8D3E4
(184,211,228)
#CFE1EB
(207,225,235)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0063AC color. Also use rgb(0,99,172) instead hex code.

Text Font Color

.myTextColor { color: #0063AC; }

<p style="color:#0063AC">This sample text font color is #0063AC.</p>

This text font color is #0063AC.


Background Color

.myBgColor { background-color: #0063AC; }

<div style="background-color:#0063AC">Inner text</div>

This div background color is #0063AC.


Border color

.myBorderColor { border: 1px solid #0063AC; }

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

This div border color is #0063AC.


Opacity

.myOpacity80 { color: #0063AC; opacity: 0.8; }

<p style="color:#0063AC;opacity:0.8;">80%</p>

Text with #0063AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0063AC;}

<p style="text-shadow: 3px 3px 1px #0063AC">Text here.</p>

This text has shadow with #0063AC color.

.textShadow {text-shadow: 3px 3px 1px #0063AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0063AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #0063AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0063AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0063AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #0063AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0063AC;
  -webkit-box-shadow:	1px 1px 3px 2px #0063AC;
  box-shadow:		1px 1px 3px 2px #0063AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0063AC;
-webkit-box-shadow: 1px 1px 3px 2px #0063AC;
box-shadow:1px 1px 3px 2px #0063AC;">
Div content here</div>
This div box has shadow with color #0063AC.

Preview

Color preview on black background

This text has color #0063AC on black background.


Color preview on white background

This text has color #0063AC on white background.



Black color preview on #0063AC background

This text has black color on #0063AC background.


White color preview on #0063AC background

This text has white color on #0063AC background.