COLOR #0E3ABE

HEX: #0E3ABE
RGB: (14,58,190)

Color info

#0E3ABE contains mainly blue color. Web safe color of #0E3ABE is #0033CC (or #03C).

RGB color model

#0E3ABE color RGB value is (14,58,190).

  • red value is 14;
  • green value is 58;
  • blue value is 190.
RGB:
(14,58,190)
(5%,23%,75%)

RGB channels and saturation

R 14 of 255 = 5%
G 58 of 255 = 23%
B 190 of 255 = 75%

14
58
190

R + G + B ~ 34%. #0E3ABE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 58 + 190 = 262 (100%)
R 14 of 262 ~ 5.34%
G 58 of 262 ~ 22.14%
B 190 of 262 ~ 72.52%

%22.14
%72.52

CMYK color model

#0E3ABE color CMYK value is (93,69,0,25).

  • cyan value is 92.63%
  • magenta value is 69.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(93,69,0,25)
C93M69Y0K25 
(93%,69%,0%,25%)
(0.93/0.69/0.00/0.25)	

CMYK percentages

%92.63
%69.47
%0
%25.49

Codes

Color #0E3ABE in popluar color models

0E3ABE
RGB1458190
HSL225°86.27%40.00%
HSB/HSV225°92.63%74.51%
CMYK92.63%69.47%0.00%
25.49%

Color #0E3ABE in popluar number systems.

HEX0E3ABE
Decimal1458190
Binary111011101010111110
Octal1672276

Shades and tints

Shades of #0E3ABE

#0E3ABE
(14,58,190)
#0D35AD
(13,53,173)
#0C309C
(12,48,156)
#0B2B8B
(11,43,139)
#0A267A
(10,38,122)
#092169
(9,33,105)
#081C58
(8,28,88)
#071747
(7,23,71)
#061236
(6,18,54)
#050D25
(5,13,37)
#040814
(4,8,20)
#000000
(0,0,0)

Tints of #0E3ABE

#0E3ABE
(14,58,190)
#234BC3
(35,75,195)
#385CC8
(56,92,200)
#4D6DCD
(77,109,205)
#627ED2
(98,126,210)
#778FD7
(119,143,215)
#8CA0DC
(140,160,220)
#A1B1E1
(161,177,225)
#B6C2E6
(182,194,230)
#CBD3EB
(203,211,235)
#E0E4F0
(224,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3ABE color. Also use rgb(14,58,190) instead hex code.

Text Font Color

.myTextColor { color: #0E3ABE; }

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

This text font color is #0E3ABE.


Background Color

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

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

This div background color is #0E3ABE.


Border color

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

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

This div border color is #0E3ABE.


Opacity

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

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

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

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

This text has shadow with #0E3ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3ABE on black background.


Color preview on white background

This text has color #0E3ABE on white background.



Black color preview on #0E3ABE background

This text has black color on #0E3ABE background.


White color preview on #0E3ABE background

This text has white color on #0E3ABE background.