COLOR #0E1F3E

HEX: #0E1F3E RGB: (14,31,62)

Color info

#0E1F3E contains red, green and blue colors in about the same proportion. Web safe color of #0E1F3E is #003333 (or #033).

RGB color model

#0E1F3E color RGB value is (14,31,62).

RGB: (14,31,62) (5%, 12%, 24%)

RGB channels and saturation

R 14 of 255 = 5%
G 31 of 255 = 12%
B 62 of 255 = 24%

14
31
62

R + G + B ~ 14%. #0E1F3E is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 31 + 62 = 107 (100%)
R 14 of 107 ~ 13.08%
G 31 of 107 ~ 28.97%
B 62 of 107 ~ 57.94'%

%13.08
%28.97
%57.94

CMYK color model

#0E1F3E color CMYK value is (77,50,0,76).

  • cyan value is 77.42%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (77,50,0,76)
C77M50Y0K76 (77%, 50%, 0%, 76%)
(0.77 / 0.50 / 0.00 / 0.76)

CMYK percentages

%77.42
%50
%0
%75.69

Codes

Color #0E1F3E in popluar color models

0E 1F 3E
RGB 14 31 62
HSL 219° 63.16% 14.90%
HSB/HSV 219° 77.42% 24.31%
CMYK 77.42% 50.00% 0.00%
75.69%

Color #0E1F3E in popluar number systems.

HEX 0E 1F 3E
Decimal 14 31 62
Binary 1110 11111 111110
Octal 16 37 76

Shades and tints

Shades of #0E1F3E

#0E1F3E
(14,31,62)
#0D1D39
(13,29,57)
#0C1B34
(12,27,52)
#0B192F
(11,25,47)
#0A172A
(10,23,42)
#091525
(9,21,37)
#081320
(8,19,32)
#07111B
(7,17,27)
#060F16
(6,15,22)
#050D11
(5,13,17)
#040B0C
(4,11,12)
#000000
(0,0,0)

Tints of #0E1F3E

#0E1F3E
(14,31,62)
#23334F
(35,51,79)
#384760
(56,71,96)
#4D5B71
(77,91,113)
#626F82
(98,111,130)
#778393
(119,131,147)
#8C97A4
(140,151,164)
#A1ABB5
(161,171,181)
#B6BFC6
(182,191,198)
#CBD3D7
(203,211,215)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1F3E color. Also use rgb(14,31,62) instead hex code.

Text Font Color

.myTextColor { color: #0E1F3E; }

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

This text font color is #0E1F3E.

Background Color

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

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

This div background color is #0E1F3E.

Border color

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

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

This div border color is #0E1F3E.

Opacity

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

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

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

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

This text has shadow with #0E1F3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1F3E.

Preview

Color preview on black background

This text has color #0E1F3E on black background.


Color preview on white background

This text has color #0E1F3E on white background.


Black color preview on #0E1F3E background

This text has black color on #0E1F3E background.


White color preview on #0E1F3E background

This text has white color on #0E1F3E background.


Related colors

Complementary color

Complementary color for #hex is #F1E0C1.


I love getcolorcode.com

Triadic colors

1 #3E0E1F and #1F3E0E with #0E1F3E are triadic colors.

2 #3E1F0E and #1F0E3E with #0E1F3E are triadic colors.