COLOR #0E1528

HEX: #0E1528 RGB: (14,21,40)

Color info

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

RGB color model

#0E1528 color RGB value is (14,21,40).

RGB: (14,21,40) (5%, 8%, 16%)

RGB channels and saturation

R 14 of 255 = 5%
G 21 of 255 = 8%
B 40 of 255 = 16%

14
21
40

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

Portions of RGB colors in percentages

R + G + B = 14 + 21 + 40 = 75 (100%)
R 14 of 75 ~ 18.67%
G 21 of 75 ~ 28%
B 40 of 75 ~ 53.33'%

%18.67
%28
%53.33

CMYK color model

#0E1528 color CMYK value is (65,48,0,84).

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

CMYK: (65,48,0,84)
C65M48Y0K84 (65%, 48%, 0%, 84%)
(0.65 / 0.48 / 0.00 / 0.84)

CMYK percentages

%65
%47.5
%0
%84.31

Codes

Color #0E1528 in popluar color models

0E 15 28
RGB 14 21 40
HSL 224° 48.15% 10.59%
HSB/HSV 224° 65.00% 15.69%
CMYK 65.00% 47.50% 0.00%
84.31%

Color #0E1528 in popluar number systems.

HEX 0E 15 28
Decimal 14 21 40
Binary 1110 10101 101000
Octal 16 25 50

Shades and tints

Shades of #0E1528

#0E1528
(14,21,40)
#0D1425
(13,20,37)
#0C1322
(12,19,34)
#0B121F
(11,18,31)
#0A111C
(10,17,28)
#091019
(9,16,25)
#080F16
(8,15,22)
#070E13
(7,14,19)
#060D10
(6,13,16)
#050C0D
(5,12,13)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #0E1528

#0E1528
(14,21,40)
#232A3B
(35,42,59)
#383F4E
(56,63,78)
#4D5461
(77,84,97)
#626974
(98,105,116)
#777E87
(119,126,135)
#8C939A
(140,147,154)
#A1A8AD
(161,168,173)
#B6BDC0
(182,189,192)
#CBD2D3
(203,210,211)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1528; }

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

This text font color is #0E1528.

Background Color

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

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

This div background color is #0E1528.

Border color

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

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

This div border color is #0E1528.

Opacity

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

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

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

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

This text has shadow with #0E1528 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1528.

Preview

Color preview on black background

This text has color #0E1528 on black background.


Color preview on white background

This text has color #0E1528 on white background.


Black color preview on #0E1528 background

This text has black color on #0E1528 background.


White color preview on #0E1528 background

This text has white color on #0E1528 background.


Related colors

Complementary color

Complementary color for #hex is #F1EAD7.


I love getcolorcode.com

Triadic colors

1 #280E15 and #15280E with #0E1528 are triadic colors.

2 #28150E and #150E28 with #0E1528 are triadic colors.