COLOR #0E1F3B

HEX: #0E1F3B
RGB: (14,31,59)

Color info

#0E1F3B contains red, green and blue colors in about the same proportion. Web safe color of #0E1F3B is #003333 (or #033).

RGB color model

#0E1F3B color RGB value is (14,31,59).

  • red value is 14;
  • green value is 31;
  • blue value is 59.
RGB:
(14,31,59)
(5%,12%,23%)

RGB channels and saturation

R 14 of 255 = 5%
G 31 of 255 = 12%
B 59 of 255 = 23%

14
31
59

R + G + B ~ 13%. #0E1F3B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 31 + 59 = 104 (100%)
R 14 of 104 ~ 13.46%
G 31 of 104 ~ 29.81%
B 59 of 104 ~ 56.73%

%13.46
%29.81
%56.73

CMYK color model

#0E1F3B color CMYK value is (76,47,0,77).

  • cyan value is 76.27%
  • magenta value is 47.46%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(76,47,0,77)
C76M47Y0K77 
(76%,47%,0%,77%)
(0.76/0.47/0.00/0.77)	

CMYK percentages

%76.27
%47.46
%0
%76.86

Codes

Color #0E1F3B in popluar color models

0E1F3B
RGB143159
HSL217°61.64%14.31%
HSB/HSV217°76.27%23.14%
CMYK76.27%47.46%0.00%
76.86%

Color #0E1F3B in popluar number systems.

HEX0E1F3B
Decimal143159
Binary111011111111011
Octal163773

Shades and tints

Shades of #0E1F3B

#0E1F3B
(14,31,59)
#0D1D36
(13,29,54)
#0C1B31
(12,27,49)
#0B192C
(11,25,44)
#0A1727
(10,23,39)
#091522
(9,21,34)
#08131D
(8,19,29)
#071118
(7,17,24)
#060F13
(6,15,19)
#050D0E
(5,13,14)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #0E1F3B

#0E1F3B
(14,31,59)
#23334C
(35,51,76)
#38475D
(56,71,93)
#4D5B6E
(77,91,110)
#626F7F
(98,111,127)
#778390
(119,131,144)
#8C97A1
(140,151,161)
#A1ABB2
(161,171,178)
#B6BFC3
(182,191,195)
#CBD3D4
(203,211,212)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1F3B color. Also use rgb(14,31,59) instead hex code.

Text Font Color

.myTextColor { color: #0E1F3B; }

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

This text font color is #0E1F3B.


Background Color

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

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

This div background color is #0E1F3B.


Border color

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

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

This div border color is #0E1F3B.


Opacity

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

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

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

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

This text has shadow with #0E1F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1F3B on black background.


Color preview on white background

This text has color #0E1F3B on white background.



Black color preview on #0E1F3B background

This text has black color on #0E1F3B background.


White color preview on #0E1F3B background

This text has white color on #0E1F3B background.