COLOR #0E1C29

HEX: #0E1C29 RGB: (14,28,41)

Color info

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

RGB color model

#0E1C29 color RGB value is (14,28,41).

RGB: (14,28,41) (5%, 11%, 16%)

RGB channels and saturation

R 14 of 255 = 5%
G 28 of 255 = 11%
B 41 of 255 = 16%

14
28
41

R + G + B ~ 11%. #0E1C29 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 28 + 41 = 83 (100%)
R 14 of 83 ~ 16.87%
G 28 of 83 ~ 33.73%
B 41 of 83 ~ 49.4'%

%16.87
%33.73
%49.4

CMYK color model

#0E1C29 color CMYK value is (66,32,0,84).

  • cyan value is 65.85%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (66,32,0,84)
C66M32Y0K84 (66%, 32%, 0%, 84%)
(0.66 / 0.32 / 0.00 / 0.84)

CMYK percentages

%65.85
%31.71
%0
%83.92

Codes

Color #0E1C29 in popluar color models

0E 1C 29
RGB 14 28 41
HSL 209° 49.09% 10.78%
HSB/HSV 209° 65.85% 16.08%
CMYK 65.85% 31.71% 0.00%
83.92%

Color #0E1C29 in popluar number systems.

HEX 0E 1C 29
Decimal 14 28 41
Binary 1110 11100 101001
Octal 16 34 51

Shades and tints

Shades of #0E1C29

#0E1C29
(14,28,41)
#0D1A26
(13,26,38)
#0C1823
(12,24,35)
#0B1620
(11,22,32)
#0A141D
(10,20,29)
#09121A
(9,18,26)
#081017
(8,16,23)
#070E14
(7,14,20)
#060C11
(6,12,17)
#050A0E
(5,10,14)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #0E1C29

#0E1C29
(14,28,41)
#23303C
(35,48,60)
#38444F
(56,68,79)
#4D5862
(77,88,98)
#626C75
(98,108,117)
#778088
(119,128,136)
#8C949B
(140,148,155)
#A1A8AE
(161,168,174)
#B6BCC1
(182,188,193)
#CBD0D4
(203,208,212)
#E0E4E7
(224,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1C29; }

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

This text font color is #0E1C29.

Background Color

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

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

This div background color is #0E1C29.

Border color

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

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

This div border color is #0E1C29.

Opacity

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

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

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

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

This text has shadow with #0E1C29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1C29.

Preview

Color preview on black background

This text has color #0E1C29 on black background.


Color preview on white background

This text has color #0E1C29 on white background.


Black color preview on #0E1C29 background

This text has black color on #0E1C29 background.


White color preview on #0E1C29 background

This text has white color on #0E1C29 background.


Related colors

Complementary color

Complementary color for #hex is #F1E3D6.


I love getcolorcode.com

Triadic colors

1 #290E1C and #1C290E with #0E1C29 are triadic colors.

2 #291C0E and #1C0E29 with #0E1C29 are triadic colors.