COLOR #0E1DAB

HEX: #0E1DAB
RGB: (14,29,171)

Color info

#0E1DAB contains mainly blue color. Web safe color of #0E1DAB is #003399 (or #039).

RGB color model

#0E1DAB color RGB value is (14,29,171).

  • red value is 14;
  • green value is 29;
  • blue value is 171.
RGB:
(14,29,171)
(5%,11%,67%)

RGB channels and saturation

R 14 of 255 = 5%
G 29 of 255 = 11%
B 171 of 255 = 67%

14
29
171

R + G + B ~ 28%. #0E1DAB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 29 + 171 = 214 (100%)
R 14 of 214 ~ 6.54%
G 29 of 214 ~ 13.55%
B 171 of 214 ~ 79.91%

%13.55
%79.91

CMYK color model

#0E1DAB color CMYK value is (92,83,0,33).

  • cyan value is 91.81%
  • magenta value is 83.04%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(92,83,0,33)
C92M83Y0K33 
(92%,83%,0%,33%)
(0.92/0.83/0.00/0.33)	

CMYK percentages

%91.81
%83.04
%0
%32.94

Codes

Color #0E1DAB in popluar color models

0E1DAB
RGB1429171
HSL234°84.86%36.27%
HSB/HSV234°91.81%67.06%
CMYK91.81%83.04%0.00%
32.94%

Color #0E1DAB in popluar number systems.

HEX0E1DAB
Decimal1429171
Binary11101110110101011
Octal1635253

Shades and tints

Shades of #0E1DAB

#0E1DAB
(14,29,171)
#0D1B9C
(13,27,156)
#0C198D
(12,25,141)
#0B177E
(11,23,126)
#0A156F
(10,21,111)
#091360
(9,19,96)
#081151
(8,17,81)
#070F42
(7,15,66)
#060D33
(6,13,51)
#050B24
(5,11,36)
#040915
(4,9,21)
#000000
(0,0,0)

Tints of #0E1DAB

#0E1DAB
(14,29,171)
#2331B2
(35,49,178)
#3845B9
(56,69,185)
#4D59C0
(77,89,192)
#626DC7
(98,109,199)
#7781CE
(119,129,206)
#8C95D5
(140,149,213)
#A1A9DC
(161,169,220)
#B6BDE3
(182,189,227)
#CBD1EA
(203,209,234)
#E0E5F1
(224,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1DAB color. Also use rgb(14,29,171) instead hex code.

Text Font Color

.myTextColor { color: #0E1DAB; }

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

This text font color is #0E1DAB.


Background Color

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

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

This div background color is #0E1DAB.


Border color

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

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

This div border color is #0E1DAB.


Opacity

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

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

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

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

This text has shadow with #0E1DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1DAB on black background.


Color preview on white background

This text has color #0E1DAB on white background.



Black color preview on #0E1DAB background

This text has black color on #0E1DAB background.


White color preview on #0E1DAB background

This text has white color on #0E1DAB background.