COLOR #0A63D6

HEX: #0A63D6
RGB: (10,99,214)

Color info

#0A63D6 contains mainly blue color. Web safe color of #0A63D6 is #0066CC (or #06C).

RGB color model

#0A63D6 color RGB value is (10,99,214).

  • red value is 10;
  • green value is 99;
  • blue value is 214.
RGB:
(10,99,214)
(4%,39%,84%)

RGB channels and saturation

R 10 of 255 = 4%
G 99 of 255 = 39%
B 214 of 255 = 84%

10
99
214

R + G + B ~ 42%. #0A63D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 99 + 214 = 323 (100%)
R 10 of 323 ~ 3.1%
G 99 of 323 ~ 30.65%
B 214 of 323 ~ 66.25%

%30.65
%66.25

CMYK color model

#0A63D6 color CMYK value is (95,54,0,16).

  • cyan value is 95.33%
  • magenta value is 53.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(95,54,0,16)
C95M54Y0K16 
(95%,54%,0%,16%)
(0.95/0.54/0.00/0.16)	

CMYK percentages

%95.33
%53.74
%0
%16.08

Codes

Color #0A63D6 in popluar color models

0A63D6
RGB1099214
HSL214°91.07%43.92%
HSB/HSV214°95.33%83.92%
CMYK95.33%53.74%0.00%
16.08%

Color #0A63D6 in popluar number systems.

HEX0A63D6
Decimal1099214
Binary1010110001111010110
Octal12143326

Shades and tints

Shades of #0A63D6

#0A63D6
(10,99,214)
#0A5AC3
(10,90,195)
#0A51B0
(10,81,176)
#0A489D
(10,72,157)
#0A3F8A
(10,63,138)
#0A3677
(10,54,119)
#0A2D64
(10,45,100)
#0A2451
(10,36,81)
#0A1B3E
(10,27,62)
#0A122B
(10,18,43)
#0A0918
(10,9,24)
#000000
(0,0,0)

Tints of #0A63D6

#0A63D6
(10,99,214)
#2071D9
(32,113,217)
#367FDC
(54,127,220)
#4C8DDF
(76,141,223)
#629BE2
(98,155,226)
#78A9E5
(120,169,229)
#8EB7E8
(142,183,232)
#A4C5EB
(164,197,235)
#BAD3EE
(186,211,238)
#D0E1F1
(208,225,241)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A63D6 color. Also use rgb(10,99,214) instead hex code.

Text Font Color

.myTextColor { color: #0A63D6; }

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

This text font color is #0A63D6.


Background Color

.myBgColor { background-color: #0A63D6; }

<div style="background-color:#0A63D6">Inner text</div>

This div background color is #0A63D6.


Border color

.myBorderColor { border: 1px solid #0A63D6; }

<div style="border:3px solid #0A63D6">Div</div>

This div border color is #0A63D6.


Opacity

.myOpacity80 { color: #0A63D6; opacity: 0.8; }

<p style="color:#0A63D6;opacity:0.8;">80%</p>

Text with #0A63D6 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 #0A63D6;}

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

This text has shadow with #0A63D6 color.

.textShadow {text-shadow: 3px 3px 1px #0A63D6, 3px 3px 1px red;}

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

This text has shadow with #0A63D6 primary color and red secondary color.


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

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

This text has shadow with #0A63D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A63D6 on black background.


Color preview on white background

This text has color #0A63D6 on white background.



Black color preview on #0A63D6 background

This text has black color on #0A63D6 background.


White color preview on #0A63D6 background

This text has white color on #0A63D6 background.