COLOR #0E63B7

HEX: #0E63B7
RGB: (14,99,183)

Color info

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

RGB color model

#0E63B7 color RGB value is (14,99,183).

  • red value is 14;
  • green value is 99;
  • blue value is 183.
RGB:
(14,99,183)
(5%,39%,72%)

RGB channels and saturation

R 14 of 255 = 5%
G 99 of 255 = 39%
B 183 of 255 = 72%

14
99
183

R + G + B ~ 39%. #0E63B7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 99 + 183 = 296 (100%)
R 14 of 296 ~ 4.73%
G 99 of 296 ~ 33.45%
B 183 of 296 ~ 61.82%

%33.45
%61.82

CMYK color model

#0E63B7 color CMYK value is (92,46,0,28).

  • cyan value is 92.35%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(92,46,0,28)
C92M46Y0K28 
(92%,46%,0%,28%)
(0.92/0.46/0.00/0.28)	

CMYK percentages

%92.35
%45.9
%0
%28.24

Codes

Color #0E63B7 in popluar color models

0E63B7
RGB1499183
HSL210°85.79%38.63%
HSB/HSV210°92.35%71.76%
CMYK92.35%45.90%0.00%
28.24%

Color #0E63B7 in popluar number systems.

HEX0E63B7
Decimal1499183
Binary1110110001110110111
Octal16143267

Shades and tints

Shades of #0E63B7

#0E63B7
(14,99,183)
#0D5AA7
(13,90,167)
#0C5197
(12,81,151)
#0B4887
(11,72,135)
#0A3F77
(10,63,119)
#093667
(9,54,103)
#082D57
(8,45,87)
#072447
(7,36,71)
#061B37
(6,27,55)
#051227
(5,18,39)
#040917
(4,9,23)
#000000
(0,0,0)

Tints of #0E63B7

#0E63B7
(14,99,183)
#2371BD
(35,113,189)
#387FC3
(56,127,195)
#4D8DC9
(77,141,201)
#629BCF
(98,155,207)
#77A9D5
(119,169,213)
#8CB7DB
(140,183,219)
#A1C5E1
(161,197,225)
#B6D3E7
(182,211,231)
#CBE1ED
(203,225,237)
#E0EFF3
(224,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E63B7 color. Also use rgb(14,99,183) instead hex code.

Text Font Color

.myTextColor { color: #0E63B7; }

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

This text font color is #0E63B7.


Background Color

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

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

This div background color is #0E63B7.


Border color

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

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

This div border color is #0E63B7.


Opacity

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

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

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

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

This text has shadow with #0E63B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E63B7 on black background.


Color preview on white background

This text has color #0E63B7 on white background.



Black color preview on #0E63B7 background

This text has black color on #0E63B7 background.


White color preview on #0E63B7 background

This text has white color on #0E63B7 background.