COLOR #0E152A

HEX: #0E152A RGB: (14,21,42)

Color info

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

RGB color model

#0E152A color RGB value is (14,21,42).

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

RGB channels and saturation

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

14
21
42

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

Portions of RGB colors in percentages

R + G + B = 14 + 21 + 42 = 77 (100%)
R 14 of 77 ~ 18.18%
G 21 of 77 ~ 27.27%
B 42 of 77 ~ 54.55'%

%18.18
%27.27
%54.55

CMYK color model

#0E152A color CMYK value is (67,50,0,84).

  • cyan value is 66.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (67,50,0,84)
C67M50Y0K84 (67%, 50%, 0%, 84%)
(0.67 / 0.50 / 0.00 / 0.84)

CMYK percentages

%66.67
%50
%0
%83.53

Codes

Color #0E152A in popluar color models

0E 15 2A
RGB 14 21 42
HSL 225° 50.00% 10.98%
HSB/HSV 225° 66.67% 16.47%
CMYK 66.67% 50.00% 0.00%
83.53%

Color #0E152A in popluar number systems.

HEX 0E 15 2A
Decimal 14 21 42
Binary 1110 10101 101010
Octal 16 25 52

Shades and tints

Shades of #0E152A

#0E152A
(14,21,42)
#0D1427
(13,20,39)
#0C1324
(12,19,36)
#0B1221
(11,18,33)
#0A111E
(10,17,30)
#09101B
(9,16,27)
#080F18
(8,15,24)
#070E15
(7,14,21)
#060D12
(6,13,18)
#050C0F
(5,12,15)
#040B0C
(4,11,12)
#000000
(0,0,0)

Tints of #0E152A

#0E152A
(14,21,42)
#232A3D
(35,42,61)
#383F50
(56,63,80)
#4D5463
(77,84,99)
#626976
(98,105,118)
#777E89
(119,126,137)
#8C939C
(140,147,156)
#A1A8AF
(161,168,175)
#B6BDC2
(182,189,194)
#CBD2D5
(203,210,213)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E152A; }

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

This text font color is #0E152A.

Background Color

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

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

This div background color is #0E152A.

Border color

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

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

This div border color is #0E152A.

Opacity

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

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

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

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

This text has shadow with #0E152A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E152A.

Preview

Color preview on black background

This text has color #0E152A on black background.


Color preview on white background

This text has color #0E152A on white background.


Black color preview on #0E152A background

This text has black color on #0E152A background.


White color preview on #0E152A background

This text has white color on #0E152A background.


Related colors

Complementary color

Complementary color for #hex is #F1EAD5.


I love getcolorcode.com

Triadic colors

1 #2A0E15 and #152A0E with #0E152A are triadic colors.

2 #2A150E and #150E2A with #0E152A are triadic colors.