COLOR #0E1C3A

HEX: #0E1C3A RGB: (14,28,58)

Color info

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

RGB color model

#0E1C3A color RGB value is (14,28,58).

RGB: (14,28,58) (5%, 11%, 23%)

RGB channels and saturation

R 14 of 255 = 5%
G 28 of 255 = 11%
B 58 of 255 = 23%

14
28
58

R + G + B ~ 13%. #0E1C3A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 28 + 58 = 100 (100%)
R 14 of 100 ~ 14%
G 28 of 100 ~ 28%
B 58 of 100 ~ 58'%

%14
%28
%58

CMYK color model

#0E1C3A color CMYK value is (76,52,0,77).

  • cyan value is 75.86%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (76,52,0,77)
C76M52Y0K77 (76%, 52%, 0%, 77%)
(0.76 / 0.52 / 0.00 / 0.77)

CMYK percentages

%75.86
%51.72
%0
%77.25

Codes

Color #0E1C3A in popluar color models

0E 1C 3A
RGB 14 28 58
HSL 221° 61.11% 14.12%
HSB/HSV 221° 75.86% 22.75%
CMYK 75.86% 51.72% 0.00%
77.25%

Color #0E1C3A in popluar number systems.

HEX 0E 1C 3A
Decimal 14 28 58
Binary 1110 11100 111010
Octal 16 34 72

Shades and tints

Shades of #0E1C3A

#0E1C3A
(14,28,58)
#0D1A35
(13,26,53)
#0C1830
(12,24,48)
#0B162B
(11,22,43)
#0A1426
(10,20,38)
#091221
(9,18,33)
#08101C
(8,16,28)
#070E17
(7,14,23)
#060C12
(6,12,18)
#050A0D
(5,10,13)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #0E1C3A

#0E1C3A
(14,28,58)
#23304B
(35,48,75)
#38445C
(56,68,92)
#4D586D
(77,88,109)
#626C7E
(98,108,126)
#77808F
(119,128,143)
#8C94A0
(140,148,160)
#A1A8B1
(161,168,177)
#B6BCC2
(182,188,194)
#CBD0D3
(203,208,211)
#E0E4E4
(224,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1C3A color. Also use rgb(14,28,58) instead hex code.

Text Font Color

.myTextColor { color: #0E1C3A; }

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

This text font color is #0E1C3A.

Background Color

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

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

This div background color is #0E1C3A.

Border color

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

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

This div border color is #0E1C3A.

Opacity

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

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

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

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

This text has shadow with #0E1C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1C3A.

Preview

Color preview on black background

This text has color #0E1C3A on black background.


Color preview on white background

This text has color #0E1C3A on white background.


Black color preview on #0E1C3A background

This text has black color on #0E1C3A background.


White color preview on #0E1C3A background

This text has white color on #0E1C3A background.


Related colors

Complementary color

Complementary color for #hex is #F1E3C5.


I love getcolorcode.com

Triadic colors

1 #3A0E1C and #1C3A0E with #0E1C3A are triadic colors.

2 #3A1C0E and #1C0E3A with #0E1C3A are triadic colors.