COLOR #0E0F39

HEX: #0E0F39
RGB: (14,15,57)

Color info

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

RGB color model

#0E0F39 color RGB value is (14,15,57).

  • red value is 14;
  • green value is 15;
  • blue value is 57.
RGB:
(14,15,57)
(5%,6%,22%)

RGB channels and saturation

R 14 of 255 = 5%
G 15 of 255 = 6%
B 57 of 255 = 22%

14
15
57

R + G + B ~ 11%. #0E0F39 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 15 + 57 = 86 (100%)
R 14 of 86 ~ 16.28%
G 15 of 86 ~ 17.44%
B 57 of 86 ~ 66.28%

%16.28
%17.44
%66.28

CMYK color model

#0E0F39 color CMYK value is (75,74,0,78).

  • cyan value is 75.44%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(75,74,0,78)
C75M74Y0K78 
(75%,74%,0%,78%)
(0.75/0.74/0.00/0.78)	

CMYK percentages

%75.44
%73.68
%0
%77.65

Codes

Color #0E0F39 in popluar color models

0E0F39
RGB141557
HSL239°60.56%13.92%
HSB/HSV239°75.44%22.35%
CMYK75.44%73.68%0.00%
77.65%

Color #0E0F39 in popluar number systems.

HEX0E0F39
Decimal141557
Binary11101111111001
Octal161771

Shades and tints

Shades of #0E0F39

#0E0F39
(14,15,57)
#0D0E34
(13,14,52)
#0C0D2F
(12,13,47)
#0B0C2A
(11,12,42)
#0A0B25
(10,11,37)
#090A20
(9,10,32)
#08091B
(8,9,27)
#070816
(7,8,22)
#060711
(6,7,17)
#05060C
(5,6,12)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #0E0F39

#0E0F39
(14,15,57)
#23244B
(35,36,75)
#38395D
(56,57,93)
#4D4E6F
(77,78,111)
#626381
(98,99,129)
#777893
(119,120,147)
#8C8DA5
(140,141,165)
#A1A2B7
(161,162,183)
#B6B7C9
(182,183,201)
#CBCCDB
(203,204,219)
#E0E1ED
(224,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0F39 color. Also use rgb(14,15,57) instead hex code.

Text Font Color

.myTextColor { color: #0E0F39; }

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

This text font color is #0E0F39.


Background Color

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

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

This div background color is #0E0F39.


Border color

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

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

This div border color is #0E0F39.


Opacity

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

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

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

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

This text has shadow with #0E0F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0F39 on black background.


Color preview on white background

This text has color #0E0F39 on white background.



Black color preview on #0E0F39 background

This text has black color on #0E0F39 background.


White color preview on #0E0F39 background

This text has white color on #0E0F39 background.