COLOR #0E192B

HEX: #0E192B RGB: (14,25,43)

Color info

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

RGB color model

#0E192B color RGB value is (14,25,43).

RGB: (14,25,43) (5%, 10%, 17%)

RGB channels and saturation

R 14 of 255 = 5%
G 25 of 255 = 10%
B 43 of 255 = 17%

14
25
43

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

Portions of RGB colors in percentages

R + G + B = 14 + 25 + 43 = 82 (100%)
R 14 of 82 ~ 17.07%
G 25 of 82 ~ 30.49%
B 43 of 82 ~ 52.44'%

%17.07
%30.49
%52.44

CMYK color model

#0E192B color CMYK value is (67,42,0,83).

  • cyan value is 67.44%
  • magenta value is 41.86%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK: (67,42,0,83) C67M42Y0K83 (67%,42%,0%,83%) (0.67/0.42/0.00/0.83) 

CMYK percentages

%67.44
%41.86
%0
%83.14

Codes

Color #0E192B in popluar color models

0E 19 2B
RGB 14 25 43
HSL 217° 50.88% 11.18%
HSB/HSV 217° 67.44% 16.86%
CMYK 67.44% 41.86% 0.00%
83.14%

Color #0E192B in popluar number systems.

HEX 0E 19 2B
Decimal 14 25 43
Binary 1110 11001 101011
Octal 16 31 53

Shades and tints

Shades of #0E192B

#0E192B
(14,25,43)
#0D1728
(13,23,40)
#0C1525
(12,21,37)
#0B1322
(11,19,34)
#0A111F
(10,17,31)
#090F1C
(9,15,28)
#080D19
(8,13,25)
#070B16
(7,11,22)
#060913
(6,9,19)
#050710
(5,7,16)
#04050D
(4,5,13)
#000000
(0,0,0)

Tints of #0E192B

#0E192B
(14,25,43)
#232D3E
(35,45,62)
#384151
(56,65,81)
#4D5564
(77,85,100)
#626977
(98,105,119)
#777D8A
(119,125,138)
#8C919D
(140,145,157)
#A1A5B0
(161,165,176)
#B6B9C3
(182,185,195)
#CBCDD6
(203,205,214)
#E0E1E9
(224,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E192B; }

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

This text font color is #0E192B.

Background Color

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

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

This div background color is #0E192B.

Border color

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

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

This div border color is #0E192B.

Opacity

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

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

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

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

This text has shadow with #0E192B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E192B.

Preview

Color preview on black background

This text has color #0E192B on black background.


Color preview on white background

This text has color #0E192B on white background.


Black color preview on #0E192B background

This text has black color on #0E192B background.


White color preview on #0E192B background

This text has white color on #0E192B background.


Related colors

Complementary color

Complementary color for #hex is #F1E6D4.


I love getcolorcode.com

Triadic colors

1 #2B0E19 and #192B0E with #0E192B are triadic colors.

2 #2B190E and #190E2B with #0E192B are triadic colors.