COLOR #0E052E

HEX: #0E052E
RGB: (14,5,46)

Color info

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

RGB color model

#0E052E color RGB value is (14,5,46).

  • red value is 14;
  • green value is 5;
  • blue value is 46.
RGB:
(14,5,46)
(5%,2%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 5 of 255 = 2%
B 46 of 255 = 18%

14
5
46

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

Portions of RGB colors in percentages

R + G + B =
14 + 5 + 46 = 65 (100%)
R 14 of 65 ~ 21.54%
G 5 of 65 ~ 7.69%
B 46 of 65 ~ 70.77%

%21.54
%70.77

CMYK color model

#0E052E color CMYK value is (70,89,0,82).

  • cyan value is 69.57%
  • magenta value is 89.13%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(70,89,0,82)
C70M89Y0K82 
(70%,89%,0%,82%)
(0.70/0.89/0.00/0.82)	

CMYK percentages

%69.57
%89.13
%0
%81.96

Codes

Color #0E052E in popluar color models

0E052E
RGB14546
HSL253°80.39%10.00%
HSB/HSV253°89.13%18.04%
CMYK69.57%89.13%0.00%
81.96%

Color #0E052E in popluar number systems.

HEX0E052E
Decimal14546
Binary1110101101110
Octal16556

Shades and tints

Shades of #0E052E

#0E052E
(14,5,46)
#0D052A
(13,5,42)
#0C0526
(12,5,38)
#0B0522
(11,5,34)
#0A051E
(10,5,30)
#09051A
(9,5,26)
#080516
(8,5,22)
#070512
(7,5,18)
#06050E
(6,5,14)
#05050A
(5,5,10)
#040506
(4,5,6)
#000000
(0,0,0)

Tints of #0E052E

#0E052E
(14,5,46)
#231B41
(35,27,65)
#383154
(56,49,84)
#4D4767
(77,71,103)
#625D7A
(98,93,122)
#77738D
(119,115,141)
#8C89A0
(140,137,160)
#A19FB3
(161,159,179)
#B6B5C6
(182,181,198)
#CBCBD9
(203,203,217)
#E0E1EC
(224,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E052E color. Also use rgb(14,5,46) instead hex code.

Text Font Color

.myTextColor { color: #0E052E; }

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

This text font color is #0E052E.


Background Color

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

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

This div background color is #0E052E.


Border color

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

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

This div border color is #0E052E.


Opacity

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

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

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

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

This text has shadow with #0E052E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E052E on black background.


Color preview on white background

This text has color #0E052E on white background.



Black color preview on #0E052E background

This text has black color on #0E052E background.


White color preview on #0E052E background

This text has white color on #0E052E background.