COLOR #0E172F

HEX: #0E172F RGB: (14,23,47)

Color info

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

RGB color model

#0E172F color RGB value is (14,23,47).

RGB: (14,23,47) (5%, 9%, 18%)

RGB channels and saturation

R 14 of 255 = 5%
G 23 of 255 = 9%
B 47 of 255 = 18%

14
23
47

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

Portions of RGB colors in percentages

R + G + B = 14 + 23 + 47 = 84 (100%)
R 14 of 84 ~ 16.67%
G 23 of 84 ~ 27.38%
B 47 of 84 ~ 55.95'%

%16.67
%27.38
%55.95

CMYK color model

#0E172F color CMYK value is (70,51,0,82).

  • cyan value is 70.21%
  • magenta value is 51.06%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (70,51,0,82)
C70M51Y0K82 (70%, 51%, 0%, 82%)
(0.70 / 0.51 / 0.00 / 0.82)

CMYK percentages

%70.21
%51.06
%0
%81.57

Codes

Color #0E172F in popluar color models

0E 17 2F
RGB 14 23 47
HSL 224° 54.10% 11.96%
HSB/HSV 224° 70.21% 18.43%
CMYK 70.21% 51.06% 0.00%
81.57%

Color #0E172F in popluar number systems.

HEX 0E 17 2F
Decimal 14 23 47
Binary 1110 10111 101111
Octal 16 27 57

Shades and tints

Shades of #0E172F

#0E172F
(14,23,47)
#0D152B
(13,21,43)
#0C1327
(12,19,39)
#0B1123
(11,17,35)
#0A0F1F
(10,15,31)
#090D1B
(9,13,27)
#080B17
(8,11,23)
#070913
(7,9,19)
#06070F
(6,7,15)
#05050B
(5,5,11)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #0E172F

#0E172F
(14,23,47)
#232C41
(35,44,65)
#384153
(56,65,83)
#4D5665
(77,86,101)
#626B77
(98,107,119)
#778089
(119,128,137)
#8C959B
(140,149,155)
#A1AAAD
(161,170,173)
#B6BFBF
(182,191,191)
#CBD4D1
(203,212,209)
#E0E9E3
(224,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E172F color. Also use rgb(14,23,47) instead hex code.

Text Font Color

.myTextColor { color: #0E172F; }

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

This text font color is #0E172F.

Background Color

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

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

This div background color is #0E172F.

Border color

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

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

This div border color is #0E172F.

Opacity

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

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

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

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

This text has shadow with #0E172F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E172F.

Preview

Color preview on black background

This text has color #0E172F on black background.


Color preview on white background

This text has color #0E172F on white background.


Black color preview on #0E172F background

This text has black color on #0E172F background.


White color preview on #0E172F background

This text has white color on #0E172F background.


Related colors

Complementary color

Complementary color for #hex is #F1E8D0.


I love getcolorcode.com

Triadic colors

1 #2F0E17 and #172F0E with #0E172F are triadic colors.

2 #2F170E and #170E2F with #0E172F are triadic colors.