COLOR #0E0B4D

HEX: #0E0B4D RGB: (14,11,77)

Color info

#0E0B4D contains mainly blue color. Web safe color of #0E0B4D is #000033 (or #003).

RGB color model

#0E0B4D color RGB value is (14,11,77).

RGB: (14,11,77) (5%, 4%, 30%)

RGB channels and saturation

R 14 of 255 = 5%
G 11 of 255 = 4%
B 77 of 255 = 30%

14
11
77

R + G + B ~ 13%. #0E0B4D is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 11 + 77 = 102 (100%)
R 14 of 102 ~ 13.73%
G 11 of 102 ~ 10.78%
B 77 of 102 ~ 75.49'%

%13.73
%10.78
%75.49

CMYK color model

#0E0B4D color CMYK value is (82,86,0,70).

  • cyan value is 81.82%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (82,86,0,70)
C82M86Y0K70 (82%, 86%, 0%, 70%)
(0.82 / 0.86 / 0.00 / 0.70)

CMYK percentages

%81.82
%85.71
%0
%69.8

Codes

Color #0E0B4D in popluar color models

0E 0B 4D
RGB 14 11 77
HSL 243° 75.00% 17.25%
HSB/HSV 243° 85.71% 30.20%
CMYK 81.82% 85.71% 0.00%
69.80%

Color #0E0B4D in popluar number systems.

HEX 0E 0B 4D
Decimal 14 11 77
Binary 1110 1011 1001101
Octal 16 13 115

Shades and tints

Shades of #0E0B4D

#0E0B4D
(14,11,77)
#0D0A46
(13,10,70)
#0C093F
(12,9,63)
#0B0838
(11,8,56)
#0A0731
(10,7,49)
#09062A
(9,6,42)
#080523
(8,5,35)
#07041C
(7,4,28)
#060315
(6,3,21)
#05020E
(5,2,14)
#040107
(4,1,7)
#000000
(0,0,0)

Tints of #0E0B4D

#0E0B4D
(14,11,77)
#23215D
(35,33,93)
#38376D
(56,55,109)
#4D4D7D
(77,77,125)
#62638D
(98,99,141)
#77799D
(119,121,157)
#8C8FAD
(140,143,173)
#A1A5BD
(161,165,189)
#B6BBCD
(182,187,205)
#CBD1DD
(203,209,221)
#E0E7ED
(224,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0B4D color. Also use rgb(14,11,77) instead hex code.

Text Font Color

.myTextColor { color: #0E0B4D; }

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

This text font color is #0E0B4D.

Background Color

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

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

This div background color is #0E0B4D.

Border color

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

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

This div border color is #0E0B4D.

Opacity

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

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

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

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

This text has shadow with #0E0B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0B4D.

Preview

Color preview on black background

This text has color #0E0B4D on black background.


Color preview on white background

This text has color #0E0B4D on white background.


Black color preview on #0E0B4D background

This text has black color on #0E0B4D background.


White color preview on #0E0B4D background

This text has white color on #0E0B4D background.


Related colors

Complementary color

Complementary color for #hex is #F1F4B2.


I love getcolorcode.com

Triadic colors

1 #4D0E0B and #0B4D0E with #0E0B4D are triadic colors.

2 #4D0B0E and #0B0E4D with #0E0B4D are triadic colors.