COLOR #0E129D

HEX: #0E129D
RGB: (14,18,157)

Color info

#0E129D contains mainly blue color. Web safe color of #0E129D is #000099 (or #009).

RGB color model

#0E129D color RGB value is (14,18,157).

  • red value is 14;
  • green value is 18;
  • blue value is 157.
RGB:
(14,18,157)
(5%,7%,62%)

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 157 of 255 = 62%

14
18
157

R + G + B ~ 25%. #0E129D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 157 = 189 (100%)
R 14 of 189 ~ 7.41%
G 18 of 189 ~ 9.52%
B 157 of 189 ~ 83.07%

%9.52
%83.07

CMYK color model

#0E129D color CMYK value is (91,89,0,38).

  • cyan value is 91.08%
  • magenta value is 88.54%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(91,89,0,38)
C91M89Y0K38 
(91%,89%,0%,38%)
(0.91/0.89/0.00/0.38)	

CMYK percentages

%91.08
%88.54
%0
%38.43

Codes

Color #0E129D in popluar color models

0E129D
RGB1418157
HSL238°83.63%33.53%
HSB/HSV238°91.08%61.57%
CMYK91.08%88.54%0.00%
38.43%

Color #0E129D in popluar number systems.

HEX0E129D
Decimal1418157
Binary11101001010011101
Octal1622235

Shades and tints

Shades of #0E129D

#0E129D
(14,18,157)
#0D118F
(13,17,143)
#0C1081
(12,16,129)
#0B0F73
(11,15,115)
#0A0E65
(10,14,101)
#090D57
(9,13,87)
#080C49
(8,12,73)
#070B3B
(7,11,59)
#060A2D
(6,10,45)
#05091F
(5,9,31)
#040811
(4,8,17)
#000000
(0,0,0)

Tints of #0E129D

#0E129D
(14,18,157)
#2327A5
(35,39,165)
#383CAD
(56,60,173)
#4D51B5
(77,81,181)
#6266BD
(98,102,189)
#777BC5
(119,123,197)
#8C90CD
(140,144,205)
#A1A5D5
(161,165,213)
#B6BADD
(182,186,221)
#CBCFE5
(203,207,229)
#E0E4ED
(224,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E129D color. Also use rgb(14,18,157) instead hex code.

Text Font Color

.myTextColor { color: #0E129D; }

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

This text font color is #0E129D.


Background Color

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

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

This div background color is #0E129D.


Border color

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

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

This div border color is #0E129D.


Opacity

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

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

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

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

This text has shadow with #0E129D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E129D on black background.


Color preview on white background

This text has color #0E129D on white background.



Black color preview on #0E129D background

This text has black color on #0E129D background.


White color preview on #0E129D background

This text has white color on #0E129D background.