COLOR #0E053D

HEX: #0E053D RGB: (14,5,61)

Color info

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

RGB color model

#0E053D color RGB value is (14,5,61).

RGB: (14,5,61) (5%, 2%, 24%)

RGB channels and saturation

R 14 of 255 = 5%
G 5 of 255 = 2%
B 61 of 255 = 24%

14
5
61

R + G + B ~ 10%. #0E053D is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 5 + 61 = 80 (100%)
R 14 of 80 ~ 17.5%
G 5 of 80 ~ 6.25%
B 61 of 80 ~ 76.25'%

%17.5
%76.25

CMYK color model

#0E053D color CMYK value is (77,92,0,76).

  • cyan value is 77.05%
  • magenta value is 91.80%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (77,92,0,76)
C77M92Y0K76 (77%, 92%, 0%, 76%)
(0.77 / 0.92 / 0.00 / 0.76)

CMYK percentages

%77.05
%91.8
%0
%76.08

Codes

Color #0E053D in popluar color models

0E 05 3D
RGB 14 5 61
HSL 250° 84.85% 12.94%
HSB/HSV 250° 91.80% 23.92%
CMYK 77.05% 91.80% 0.00%
76.08%

Color #0E053D in popluar number systems.

HEX 0E 05 3D
Decimal 14 5 61
Binary 1110 101 111101
Octal 16 5 75

Shades and tints

Shades of #0E053D

#0E053D
(14,5,61)
#0D0538
(13,5,56)
#0C0533
(12,5,51)
#0B052E
(11,5,46)
#0A0529
(10,5,41)
#090524
(9,5,36)
#08051F
(8,5,31)
#07051A
(7,5,26)
#060515
(6,5,21)
#050510
(5,5,16)
#04050B
(4,5,11)
#000000
(0,0,0)

Tints of #0E053D

#0E053D
(14,5,61)
#231B4E
(35,27,78)
#38315F
(56,49,95)
#4D4770
(77,71,112)
#625D81
(98,93,129)
#777392
(119,115,146)
#8C89A3
(140,137,163)
#A19FB4
(161,159,180)
#B6B5C5
(182,181,197)
#CBCBD6
(203,203,214)
#E0E1E7
(224,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E053D; }

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

This text font color is #0E053D.

Background Color

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

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

This div background color is #0E053D.

Border color

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

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

This div border color is #0E053D.

Opacity

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

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

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

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

This text has shadow with #0E053D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E053D.

Preview

Color preview on black background

This text has color #0E053D on black background.


Color preview on white background

This text has color #0E053D on white background.


Black color preview on #0E053D background

This text has black color on #0E053D background.


White color preview on #0E053D background

This text has white color on #0E053D background.


Related colors

Complementary color

Complementary color for #hex is #F1FAC2.


I love getcolorcode.com

Triadic colors

1 #3D0E05 and #053D0E with #0E053D are triadic colors.

2 #3D050E and #050E3D with #0E053D are triadic colors.