COLOR #0E1DB7

HEX: #0E1DB7
RGB: (14,29,183)

Color info

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

RGB color model

#0E1DB7 color RGB value is (14,29,183).

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

RGB channels and saturation

R 14 of 255 = 5%
G 29 of 255 = 11%
B 183 of 255 = 72%

14
29
183

R + G + B ~ 29%. #0E1DB7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 29 + 183 = 226 (100%)
R 14 of 226 ~ 6.19%
G 29 of 226 ~ 12.83%
B 183 of 226 ~ 80.97%

%12.83
%80.97

CMYK color model

#0E1DB7 color CMYK value is (92,84,0,28).

  • cyan value is 92.35%
  • magenta value is 84.15%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(92,84,0,28)
C92M84Y0K28 
(92%,84%,0%,28%)
(0.92/0.84/0.00/0.28)	

CMYK percentages

%92.35
%84.15
%0
%28.24

Codes

Color #0E1DB7 in popluar color models

0E1DB7
RGB1429183
HSL235°85.79%38.63%
HSB/HSV235°92.35%71.76%
CMYK92.35%84.15%0.00%
28.24%

Color #0E1DB7 in popluar number systems.

HEX0E1DB7
Decimal1429183
Binary11101110110110111
Octal1635267

Shades and tints

Shades of #0E1DB7

#0E1DB7
(14,29,183)
#0D1BA7
(13,27,167)
#0C1997
(12,25,151)
#0B1787
(11,23,135)
#0A1577
(10,21,119)
#091367
(9,19,103)
#081157
(8,17,87)
#070F47
(7,15,71)
#060D37
(6,13,55)
#050B27
(5,11,39)
#040917
(4,9,23)
#000000
(0,0,0)

Tints of #0E1DB7

#0E1DB7
(14,29,183)
#2331BD
(35,49,189)
#3845C3
(56,69,195)
#4D59C9
(77,89,201)
#626DCF
(98,109,207)
#7781D5
(119,129,213)
#8C95DB
(140,149,219)
#A1A9E1
(161,169,225)
#B6BDE7
(182,189,231)
#CBD1ED
(203,209,237)
#E0E5F3
(224,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1DB7; }

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

This text font color is #0E1DB7.


Background Color

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

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

This div background color is #0E1DB7.


Border color

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

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

This div border color is #0E1DB7.


Opacity

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

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

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

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

This text has shadow with #0E1DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1DB7 on black background.


Color preview on white background

This text has color #0E1DB7 on white background.



Black color preview on #0E1DB7 background

This text has black color on #0E1DB7 background.


White color preview on #0E1DB7 background

This text has white color on #0E1DB7 background.