COLOR #0E0138

HEX: #0E0138
RGB: (14,1,56)

Color info

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

RGB color model

#0E0138 color RGB value is (14,1,56).

  • red value is 14;
  • green value is 1;
  • blue value is 56.
RGB:
(14,1,56)
(5%,0%,22%)

RGB channels and saturation

R 14 of 255 = 5%
G 1 of 255 = 0%
B 56 of 255 = 22%

14
1
56

R + G + B ~ 9%. #0E0138 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 1 + 56 = 71 (100%)
R 14 of 71 ~ 19.72%
G 1 of 71 ~ 1.41%
B 56 of 71 ~ 78.87%

%19.72
%78.87

CMYK color model

#0E0138 color CMYK value is (75,98,0,78).

  • cyan value is 75.00%
  • magenta value is 98.21%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(75,98,0,78)
C75M98Y0K78 
(75%,98%,0%,78%)
(0.75/0.98/0.00/0.78)	

CMYK percentages

%75
%98.21
%0
%78.04

Codes

Color #0E0138 in popluar color models

0E0138
RGB14156
HSL254°96.49%11.18%
HSB/HSV254°98.21%21.96%
CMYK75.00%98.21%0.00%
78.04%

Color #0E0138 in popluar number systems.

HEX0E0138
Decimal14156
Binary11101111000
Octal16170

Shades and tints

Shades of #0E0138

#0E0138
(14,1,56)
#0D0133
(13,1,51)
#0C012E
(12,1,46)
#0B0129
(11,1,41)
#0A0124
(10,1,36)
#09011F
(9,1,31)
#08011A
(8,1,26)
#070115
(7,1,21)
#060110
(6,1,16)
#05010B
(5,1,11)
#040106
(4,1,6)
#000000
(0,0,0)

Tints of #0E0138

#0E0138
(14,1,56)
#23184A
(35,24,74)
#382F5C
(56,47,92)
#4D466E
(77,70,110)
#625D80
(98,93,128)
#777492
(119,116,146)
#8C8BA4
(140,139,164)
#A1A2B6
(161,162,182)
#B6B9C8
(182,185,200)
#CBD0DA
(203,208,218)
#E0E7EC
(224,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0138 color. Also use rgb(14,1,56) instead hex code.

Text Font Color

.myTextColor { color: #0E0138; }

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

This text font color is #0E0138.


Background Color

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

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

This div background color is #0E0138.


Border color

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

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

This div border color is #0E0138.


Opacity

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

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

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

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

This text has shadow with #0E0138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0138 on black background.


Color preview on white background

This text has color #0E0138 on white background.



Black color preview on #0E0138 background

This text has black color on #0E0138 background.


White color preview on #0E0138 background

This text has white color on #0E0138 background.