COLOR #0E0B48

HEX: #0E0B48 RGB: (14,11,72)

Color info

#0E0B48 contains mainly red and blue colors. Web safe color of #0E0B48 is #000033 (or #003).

RGB color model

#0E0B48 color RGB value is (14,11,72).

RGB: (14,11,72) (5%, 4%, 28%)

RGB channels and saturation

R 14 of 255 = 5%
G 11 of 255 = 4%
B 72 of 255 = 28%

14
11
72

R + G + B ~ 12%. #0E0B48 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 11 + 72 = 97 (100%)
R 14 of 97 ~ 14.43%
G 11 of 97 ~ 11.34%
B 72 of 97 ~ 74.23'%

%14.43
%11.34
%74.23

CMYK color model

#0E0B48 color CMYK value is (81,85,0,72).

  • cyan value is 80.56%
  • magenta value is 84.72%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (81,85,0,72)
C81M85Y0K72 (81%, 85%, 0%, 72%)
(0.81 / 0.85 / 0.00 / 0.72)

CMYK percentages

%80.56
%84.72
%0
%71.76

Codes

Color #0E0B48 in popluar color models

0E 0B 48
RGB 14 11 72
HSL 243° 73.49% 16.27%
HSB/HSV 243° 84.72% 28.24%
CMYK 80.56% 84.72% 0.00%
71.76%

Color #0E0B48 in popluar number systems.

HEX 0E 0B 48
Decimal 14 11 72
Binary 1110 1011 1001000
Octal 16 13 110

Shades and tints

Shades of #0E0B48

#0E0B48
(14,11,72)
#0D0A42
(13,10,66)
#0C093C
(12,9,60)
#0B0836
(11,8,54)
#0A0730
(10,7,48)
#09062A
(9,6,42)
#080524
(8,5,36)
#07041E
(7,4,30)
#060318
(6,3,24)
#050212
(5,2,18)
#04010C
(4,1,12)
#000000
(0,0,0)

Tints of #0E0B48

#0E0B48
(14,11,72)
#232158
(35,33,88)
#383768
(56,55,104)
#4D4D78
(77,77,120)
#626388
(98,99,136)
#777998
(119,121,152)
#8C8FA8
(140,143,168)
#A1A5B8
(161,165,184)
#B6BBC8
(182,187,200)
#CBD1D8
(203,209,216)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0B48; }

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

This text font color is #0E0B48.

Background Color

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

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

This div background color is #0E0B48.

Border color

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

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

This div border color is #0E0B48.

Opacity

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

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

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

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

This text has shadow with #0E0B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0B48.

Preview

Color preview on black background

This text has color #0E0B48 on black background.


Color preview on white background

This text has color #0E0B48 on white background.


Black color preview on #0E0B48 background

This text has black color on #0E0B48 background.


White color preview on #0E0B48 background

This text has white color on #0E0B48 background.


Related colors

Complementary color

Complementary color for #hex is #F1F4B7.


I love getcolorcode.com

Triadic colors

1 #480E0B and #0B480E with #0E0B48 are triadic colors.

2 #480B0E and #0B0E48 with #0E0B48 are triadic colors.