COLOR #0E172B

HEX: #0E172B
RGB: (14,23,43)

Color info

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

RGB color model

#0E172B color RGB value is (14,23,43).

  • red value is 14;
  • green value is 23;
  • blue value is 43.
RGB:
(14,23,43)
(5%,9%,17%)

RGB channels and saturation

R 14 of 255 = 5%
G 23 of 255 = 9%
B 43 of 255 = 17%

14
23
43

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

Portions of RGB colors in percentages

R + G + B =
14 + 23 + 43 = 80 (100%)
R 14 of 80 ~ 17.5%
G 23 of 80 ~ 28.75%
B 43 of 80 ~ 53.75%

%17.5
%28.75
%53.75

CMYK color model

#0E172B color CMYK value is (67,47,0,83).

  • cyan value is 67.44%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(67,47,0,83)
C67M47Y0K83 
(67%,47%,0%,83%)
(0.67/0.47/0.00/0.83)	

CMYK percentages

%67.44
%46.51
%0
%83.14

Codes

Color #0E172B in popluar color models

0E172B
RGB142343
HSL221°50.88%11.18%
HSB/HSV221°67.44%16.86%
CMYK67.44%46.51%0.00%
83.14%

Color #0E172B in popluar number systems.

HEX0E172B
Decimal142343
Binary111010111101011
Octal162753

Shades and tints

Shades of #0E172B

#0E172B
(14,23,43)
#0D1528
(13,21,40)
#0C1325
(12,19,37)
#0B1122
(11,17,34)
#0A0F1F
(10,15,31)
#090D1C
(9,13,28)
#080B19
(8,11,25)
#070916
(7,9,22)
#060713
(6,7,19)
#050510
(5,5,16)
#04030D
(4,3,13)
#000000
(0,0,0)

Tints of #0E172B

#0E172B
(14,23,43)
#232C3E
(35,44,62)
#384151
(56,65,81)
#4D5664
(77,86,100)
#626B77
(98,107,119)
#77808A
(119,128,138)
#8C959D
(140,149,157)
#A1AAB0
(161,170,176)
#B6BFC3
(182,191,195)
#CBD4D6
(203,212,214)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E172B; }

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

This text font color is #0E172B.


Background Color

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

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

This div background color is #0E172B.


Border color

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

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

This div border color is #0E172B.


Opacity

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

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

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

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

This text has shadow with #0E172B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E172B on black background.


Color preview on white background

This text has color #0E172B on white background.



Black color preview on #0E172B background

This text has black color on #0E172B background.


White color preview on #0E172B background

This text has white color on #0E172B background.