COLOR #0E13D5

HEX: #0E13D5
RGB: (14,19,213)

Color info

#0E13D5 contains mainly blue color. Web safe color of #0E13D5 is #0000CC (or #00C).

RGB color model

#0E13D5 color RGB value is (14,19,213).

  • red value is 14;
  • green value is 19;
  • blue value is 213.
RGB:
(14,19,213)
(5%,7%,84%)

RGB channels and saturation

R 14 of 255 = 5%
G 19 of 255 = 7%
B 213 of 255 = 84%

14
19
213

R + G + B ~ 32%. #0E13D5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 19 + 213 = 246 (100%)
R 14 of 246 ~ 5.69%
G 19 of 246 ~ 7.72%
B 213 of 246 ~ 86.59%

%86.59

CMYK color model

#0E13D5 color CMYK value is (93,91,0,16).

  • cyan value is 93.43%
  • magenta value is 91.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(93,91,0,16)
C93M91Y0K16 
(93%,91%,0%,16%)
(0.93/0.91/0.00/0.16)	

CMYK percentages

%93.43
%91.08
%0
%16.47

Codes

Color #0E13D5 in popluar color models

0E13D5
RGB1419213
HSL238°87.67%44.51%
HSB/HSV238°93.43%83.53%
CMYK93.43%91.08%0.00%
16.47%

Color #0E13D5 in popluar number systems.

HEX0E13D5
Decimal1419213
Binary11101001111010101
Octal1623325

Shades and tints

Shades of #0E13D5

#0E13D5
(14,19,213)
#0D12C2
(13,18,194)
#0C11AF
(12,17,175)
#0B109C
(11,16,156)
#0A0F89
(10,15,137)
#090E76
(9,14,118)
#080D63
(8,13,99)
#070C50
(7,12,80)
#060B3D
(6,11,61)
#050A2A
(5,10,42)
#040917
(4,9,23)
#000000
(0,0,0)

Tints of #0E13D5

#0E13D5
(14,19,213)
#2328D8
(35,40,216)
#383DDB
(56,61,219)
#4D52DE
(77,82,222)
#6267E1
(98,103,225)
#777CE4
(119,124,228)
#8C91E7
(140,145,231)
#A1A6EA
(161,166,234)
#B6BBED
(182,187,237)
#CBD0F0
(203,208,240)
#E0E5F3
(224,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E13D5 color. Also use rgb(14,19,213) instead hex code.

Text Font Color

.myTextColor { color: #0E13D5; }

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

This text font color is #0E13D5.


Background Color

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

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

This div background color is #0E13D5.


Border color

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

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

This div border color is #0E13D5.


Opacity

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

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

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

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

This text has shadow with #0E13D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E13D5 on black background.


Color preview on white background

This text has color #0E13D5 on white background.



Black color preview on #0E13D5 background

This text has black color on #0E13D5 background.


White color preview on #0E13D5 background

This text has white color on #0E13D5 background.