COLOR #0E1C38

HEX: #0E1C38 RGB: (14,28,56)

Color info

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

RGB color model

#0E1C38 color RGB value is (14,28,56).

RGB: (14,28,56) (5%, 11%, 22%)

RGB channels and saturation

R 14 of 255 = 5%
G 28 of 255 = 11%
B 56 of 255 = 22%

14
28
56

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

Portions of RGB colors in percentages

R + G + B = 14 + 28 + 56 = 98 (100%)
R 14 of 98 ~ 14.29%
G 28 of 98 ~ 28.57%
B 56 of 98 ~ 57.14'%

%14.29
%28.57
%57.14

CMYK color model

#0E1C38 color CMYK value is (75,50,0,78).

  • cyan value is 75.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK: (75,50,0,78) C75M50Y0K78 (75%,50%,0%,78%) (0.75/0.50/0.00/0.78) 

CMYK percentages

%75
%50
%0
%78.04

Codes

Color #0E1C38 in popluar color models

0E 1C 38
RGB 14 28 56
HSL 220° 60.00% 13.73%
HSB/HSV 220° 75.00% 21.96%
CMYK 75.00% 50.00% 0.00%
78.04%

Color #0E1C38 in popluar number systems.

HEX 0E 1C 38
Decimal 14 28 56
Binary 1110 11100 111000
Octal 16 34 70

Shades and tints

Shades of #0E1C38

#0E1C38
(14,28,56)
#0D1A33
(13,26,51)
#0C182E
(12,24,46)
#0B1629
(11,22,41)
#0A1424
(10,20,36)
#09121F
(9,18,31)
#08101A
(8,16,26)
#070E15
(7,14,21)
#060C10
(6,12,16)
#050A0B
(5,10,11)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #0E1C38

#0E1C38
(14,28,56)
#23304A
(35,48,74)
#38445C
(56,68,92)
#4D586E
(77,88,110)
#626C80
(98,108,128)
#778092
(119,128,146)
#8C94A4
(140,148,164)
#A1A8B6
(161,168,182)
#B6BCC8
(182,188,200)
#CBD0DA
(203,208,218)
#E0E4EC
(224,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1C38; }

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

This text font color is #0E1C38.

Background Color

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

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

This div background color is #0E1C38.

Border color

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

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

This div border color is #0E1C38.

Opacity

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

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

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

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

This text has shadow with #0E1C38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1C38.

Preview

Color preview on black background

This text has color #0E1C38 on black background.


Color preview on white background

This text has color #0E1C38 on white background.


Black color preview on #0E1C38 background

This text has black color on #0E1C38 background.


White color preview on #0E1C38 background

This text has white color on #0E1C38 background.


Related colors

Complementary color

Complementary color for #hex is #F1E3C7.


I love getcolorcode.com

Triadic colors

1 #380E1C and #1C380E with #0E1C38 are triadic colors.

2 #381C0E and #1C0E38 with #0E1C38 are triadic colors.