COLOR #0E0B27

HEX: #0E0B27
RGB: (14,11,39)

Color info

#0E0B27 contains red, green and blue colors in about the same proportion. Web safe color of #0E0B27 is #000033 (or #003).

RGB color model

#0E0B27 color RGB value is (14,11,39).

  • red value is 14;
  • green value is 11;
  • blue value is 39.
RGB:
(14,11,39)
(5%,4%,15%)

RGB channels and saturation

R 14 of 255 = 5%
G 11 of 255 = 4%
B 39 of 255 = 15%

14
11
39

R + G + B ~ 8%. #0E0B27 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 11 + 39 = 64 (100%)
R 14 of 64 ~ 21.88%
G 11 of 64 ~ 17.19%
B 39 of 64 ~ 60.94%

%21.88
%17.19
%60.94

CMYK color model

#0E0B27 color CMYK value is (64,72,0,85).

  • cyan value is 64.10%
  • magenta value is 71.79%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(64,72,0,85)
C64M72Y0K85 
(64%,72%,0%,85%)
(0.64/0.72/0.00/0.85)	

CMYK percentages

%64.1
%71.79
%0
%84.71

Codes

Color #0E0B27 in popluar color models

0E0B27
RGB141139
HSL246°56.00%9.80%
HSB/HSV246°71.79%15.29%
CMYK64.10%71.79%0.00%
84.71%

Color #0E0B27 in popluar number systems.

HEX0E0B27
Decimal141139
Binary11101011100111
Octal161347

Shades and tints

Shades of #0E0B27

#0E0B27
(14,11,39)
#0D0A24
(13,10,36)
#0C0921
(12,9,33)
#0B081E
(11,8,30)
#0A071B
(10,7,27)
#090618
(9,6,24)
#080515
(8,5,21)
#070412
(7,4,18)
#06030F
(6,3,15)
#05020C
(5,2,12)
#040109
(4,1,9)
#000000
(0,0,0)

Tints of #0E0B27

#0E0B27
(14,11,39)
#23213A
(35,33,58)
#38374D
(56,55,77)
#4D4D60
(77,77,96)
#626373
(98,99,115)
#777986
(119,121,134)
#8C8F99
(140,143,153)
#A1A5AC
(161,165,172)
#B6BBBF
(182,187,191)
#CBD1D2
(203,209,210)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0B27; }

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

This text font color is #0E0B27.


Background Color

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

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

This div background color is #0E0B27.


Border color

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

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

This div border color is #0E0B27.


Opacity

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

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

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

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

This text has shadow with #0E0B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0B27 on black background.


Color preview on white background

This text has color #0E0B27 on white background.



Black color preview on #0E0B27 background

This text has black color on #0E0B27 background.


White color preview on #0E0B27 background

This text has white color on #0E0B27 background.