COLOR #0E1535

HEX: #0E1535
RGB: (14,21,53)

Color info

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

RGB color model

#0E1535 color RGB value is (14,21,53).

  • red value is 14;
  • green value is 21;
  • blue value is 53.
RGB:
(14,21,53)
(5%,8%,21%)

RGB channels and saturation

R 14 of 255 = 5%
G 21 of 255 = 8%
B 53 of 255 = 21%

14
21
53

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

Portions of RGB colors in percentages

R + G + B =
14 + 21 + 53 = 88 (100%)
R 14 of 88 ~ 15.91%
G 21 of 88 ~ 23.86%
B 53 of 88 ~ 60.23%

%15.91
%23.86
%60.23

CMYK color model

#0E1535 color CMYK value is (74,60,0,79).

  • cyan value is 73.58%
  • magenta value is 60.38%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(74,60,0,79)
C74M60Y0K79 
(74%,60%,0%,79%)
(0.74/0.60/0.00/0.79)	

CMYK percentages

%73.58
%60.38
%0
%79.22

Codes

Color #0E1535 in popluar color models

0E1535
RGB142153
HSL229°58.21%13.14%
HSB/HSV229°73.58%20.78%
CMYK73.58%60.38%0.00%
79.22%

Color #0E1535 in popluar number systems.

HEX0E1535
Decimal142153
Binary111010101110101
Octal162565

Shades and tints

Shades of #0E1535

#0E1535
(14,21,53)
#0D1431
(13,20,49)
#0C132D
(12,19,45)
#0B1229
(11,18,41)
#0A1125
(10,17,37)
#091021
(9,16,33)
#080F1D
(8,15,29)
#070E19
(7,14,25)
#060D15
(6,13,21)
#050C11
(5,12,17)
#040B0D
(4,11,13)
#000000
(0,0,0)

Tints of #0E1535

#0E1535
(14,21,53)
#232A47
(35,42,71)
#383F59
(56,63,89)
#4D546B
(77,84,107)
#62697D
(98,105,125)
#777E8F
(119,126,143)
#8C93A1
(140,147,161)
#A1A8B3
(161,168,179)
#B6BDC5
(182,189,197)
#CBD2D7
(203,210,215)
#E0E7E9
(224,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1535; }

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

This text font color is #0E1535.


Background Color

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

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

This div background color is #0E1535.


Border color

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

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

This div border color is #0E1535.


Opacity

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

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

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

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

This text has shadow with #0E1535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1535 on black background.


Color preview on white background

This text has color #0E1535 on white background.



Black color preview on #0E1535 background

This text has black color on #0E1535 background.


White color preview on #0E1535 background

This text has white color on #0E1535 background.