COLOR #0E1928

HEX: #0E1928 RGB: (14,25,40)

Color info

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

RGB color model

#0E1928 color RGB value is (14,25,40).

RGB: (14,25,40) (5%, 10%, 16%)

RGB channels and saturation

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

14
25
40

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

Portions of RGB colors in percentages

R + G + B = 14 + 25 + 40 = 79 (100%)
R 14 of 79 ~ 17.72%
G 25 of 79 ~ 31.65%
B 40 of 79 ~ 50.63'%

%17.72
%31.65
%50.63

CMYK color model

#0E1928 color CMYK value is (65,38,0,84).

  • cyan value is 65.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (65,38,0,84)
C65M38Y0K84 (65%, 38%, 0%, 84%)
(0.65 / 0.38 / 0.00 / 0.84)

CMYK percentages

%65
%37.5
%0
%84.31

Codes

Color #0E1928 in popluar color models

0E 19 28
RGB 14 25 40
HSL 215° 48.15% 10.59%
HSB/HSV 215° 65.00% 15.69%
CMYK 65.00% 37.50% 0.00%
84.31%

Color #0E1928 in popluar number systems.

HEX 0E 19 28
Decimal 14 25 40
Binary 1110 11001 101000
Octal 16 31 50

Shades and tints

Shades of #0E1928

#0E1928
(14,25,40)
#0D1725
(13,23,37)
#0C1522
(12,21,34)
#0B131F
(11,19,31)
#0A111C
(10,17,28)
#090F19
(9,15,25)
#080D16
(8,13,22)
#070B13
(7,11,19)
#060910
(6,9,16)
#05070D
(5,7,13)
#04050A
(4,5,10)
#000000
(0,0,0)

Tints of #0E1928

#0E1928
(14,25,40)
#232D3B
(35,45,59)
#38414E
(56,65,78)
#4D5561
(77,85,97)
#626974
(98,105,116)
#777D87
(119,125,135)
#8C919A
(140,145,154)
#A1A5AD
(161,165,173)
#B6B9C0
(182,185,192)
#CBCDD3
(203,205,211)
#E0E1E6
(224,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1928; }

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

This text font color is #0E1928.

Background Color

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

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

This div background color is #0E1928.

Border color

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

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

This div border color is #0E1928.

Opacity

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

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

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

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

This text has shadow with #0E1928 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1928.

Preview

Color preview on black background

This text has color #0E1928 on black background.


Color preview on white background

This text has color #0E1928 on white background.


Black color preview on #0E1928 background

This text has black color on #0E1928 background.


White color preview on #0E1928 background

This text has white color on #0E1928 background.


Related colors

Complementary color

Complementary color for #hex is #F1E6D7.


I love getcolorcode.com

Triadic colors

1 #280E19 and #19280E with #0E1928 are triadic colors.

2 #28190E and #190E28 with #0E1928 are triadic colors.