COLOR #0E1929

HEX: #0E1929
RGB: (14,25,41)

Color info

#0E1929 contains red, green and blue colors in about the same proportion. Web safe color of #0E1929 is #000033 (or #003).

RGB color model

#0E1929 color RGB value is (14,25,41).

  • red value is 14;
  • green value is 25;
  • blue value is 41.
RGB:
(14,25,41)
(5%,10%,16%)

RGB channels and saturation

R 14 of 255 = 5%
G 25 of 255 = 10%
B 41 of 255 = 16%

14
25
41

R + G + B ~ 10%. #0E1929 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 25 + 41 = 80 (100%)
R 14 of 80 ~ 17.5%
G 25 of 80 ~ 31.25%
B 41 of 80 ~ 51.25%

%17.5
%31.25
%51.25

CMYK color model

#0E1929 color CMYK value is (66,39,0,84).

  • cyan value is 65.85%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(66,39,0,84)
C66M39Y0K84 
(66%,39%,0%,84%)
(0.66/0.39/0.00/0.84)	

CMYK percentages

%65.85
%39.02
%0
%83.92

Codes

Color #0E1929 in popluar color models

0E1929
RGB142541
HSL216°49.09%10.78%
HSB/HSV216°65.85%16.08%
CMYK65.85%39.02%0.00%
83.92%

Color #0E1929 in popluar number systems.

HEX0E1929
Decimal142541
Binary111011001101001
Octal163151

Shades and tints

Shades of #0E1929

#0E1929
(14,25,41)
#0D1726
(13,23,38)
#0C1523
(12,21,35)
#0B1320
(11,19,32)
#0A111D
(10,17,29)
#090F1A
(9,15,26)
#080D17
(8,13,23)
#070B14
(7,11,20)
#060911
(6,9,17)
#05070E
(5,7,14)
#04050B
(4,5,11)
#000000
(0,0,0)

Tints of #0E1929

#0E1929
(14,25,41)
#232D3C
(35,45,60)
#38414F
(56,65,79)
#4D5562
(77,85,98)
#626975
(98,105,117)
#777D88
(119,125,136)
#8C919B
(140,145,155)
#A1A5AE
(161,165,174)
#B6B9C1
(182,185,193)
#CBCDD4
(203,205,212)
#E0E1E7
(224,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1929; }

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

This text font color is #0E1929.


Background Color

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

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

This div background color is #0E1929.


Border color

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

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

This div border color is #0E1929.


Opacity

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

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

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

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

This text has shadow with #0E1929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1929 on black background.


Color preview on white background

This text has color #0E1929 on white background.



Black color preview on #0E1929 background

This text has black color on #0E1929 background.


White color preview on #0E1929 background

This text has white color on #0E1929 background.