COLOR #0E1D51

HEX: #0E1D51 RGB: (14,29,81)

Color info

#0E1D51 contains mainly green and blue colors. Web safe color of #0E1D51 is #003366 (or #036).

RGB color model

#0E1D51 color RGB value is (14,29,81).

RGB: (14,29,81) (5%, 11%, 32%)

RGB channels and saturation

R 14 of 255 = 5%
G 29 of 255 = 11%
B 81 of 255 = 32%

14
29
81

R + G + B ~ 16%. #0E1D51 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 29 + 81 = 124 (100%)
R 14 of 124 ~ 11.29%
G 29 of 124 ~ 23.39%
B 81 of 124 ~ 65.32'%

%11.29
%23.39
%65.32

CMYK color model

#0E1D51 color CMYK value is (83,64,0,68).

  • cyan value is 82.72%
  • magenta value is 64.20%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (83,64,0,68)
C83M64Y0K68 (83%, 64%, 0%, 68%)
(0.83 / 0.64 / 0.00 / 0.68)

CMYK percentages

%82.72
%64.2
%0
%68.24

Codes

Color #0E1D51 in popluar color models

0E 1D 51
RGB 14 29 81
HSL 227° 70.53% 18.63%
HSB/HSV 227° 82.72% 31.76%
CMYK 82.72% 64.20% 0.00%
68.24%

Color #0E1D51 in popluar number systems.

HEX 0E 1D 51
Decimal 14 29 81
Binary 1110 11101 1010001
Octal 16 35 121

Shades and tints

Shades of #0E1D51

#0E1D51
(14,29,81)
#0D1B4A
(13,27,74)
#0C1943
(12,25,67)
#0B173C
(11,23,60)
#0A1535
(10,21,53)
#09132E
(9,19,46)
#081127
(8,17,39)
#070F20
(7,15,32)
#060D19
(6,13,25)
#050B12
(5,11,18)
#04090B
(4,9,11)
#000000
(0,0,0)

Tints of #0E1D51

#0E1D51
(14,29,81)
#233160
(35,49,96)
#38456F
(56,69,111)
#4D597E
(77,89,126)
#626D8D
(98,109,141)
#77819C
(119,129,156)
#8C95AB
(140,149,171)
#A1A9BA
(161,169,186)
#B6BDC9
(182,189,201)
#CBD1D8
(203,209,216)
#E0E5E7
(224,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1D51 color. Also use rgb(14,29,81) instead hex code.

Text Font Color

.myTextColor { color: #0E1D51; }

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

This text font color is #0E1D51.

Background Color

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

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

This div background color is #0E1D51.

Border color

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

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

This div border color is #0E1D51.

Opacity

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

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

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

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

This text has shadow with #0E1D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1D51.

Preview

Color preview on black background

This text has color #0E1D51 on black background.


Color preview on white background

This text has color #0E1D51 on white background.


Black color preview on #0E1D51 background

This text has black color on #0E1D51 background.


White color preview on #0E1D51 background

This text has white color on #0E1D51 background.


Related colors

Complementary color

Complementary color for #hex is #F1E2AE.


I love getcolorcode.com

Triadic colors

1 #510E1D and #1D510E with #0E1D51 are triadic colors.

2 #511D0E and #1D0E51 with #0E1D51 are triadic colors.