COLOR #0E1334

HEX: #0E1334
RGB: (14,19,52)

Color info

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

RGB color model

#0E1334 color RGB value is (14,19,52).

  • red value is 14;
  • green value is 19;
  • blue value is 52.
RGB:
(14,19,52)
(5%,7%,20%)

RGB channels and saturation

R 14 of 255 = 5%
G 19 of 255 = 7%
B 52 of 255 = 20%

14
19
52

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

Portions of RGB colors in percentages

R + G + B =
14 + 19 + 52 = 85 (100%)
R 14 of 85 ~ 16.47%
G 19 of 85 ~ 22.35%
B 52 of 85 ~ 61.18%

%16.47
%22.35
%61.18

CMYK color model

#0E1334 color CMYK value is (73,63,0,80).

  • cyan value is 73.08%
  • magenta value is 63.46%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(73,63,0,80)
C73M63Y0K80 
(73%,63%,0%,80%)
(0.73/0.63/0.00/0.80)	

CMYK percentages

%73.08
%63.46
%0
%79.61

Codes

Color #0E1334 in popluar color models

0E1334
RGB141952
HSL232°57.58%12.94%
HSB/HSV232°73.08%20.39%
CMYK73.08%63.46%0.00%
79.61%

Color #0E1334 in popluar number systems.

HEX0E1334
Decimal141952
Binary111010011110100
Octal162364

Shades and tints

Shades of #0E1334

#0E1334
(14,19,52)
#0D1230
(13,18,48)
#0C112C
(12,17,44)
#0B1028
(11,16,40)
#0A0F24
(10,15,36)
#090E20
(9,14,32)
#080D1C
(8,13,28)
#070C18
(7,12,24)
#060B14
(6,11,20)
#050A10
(5,10,16)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #0E1334

#0E1334
(14,19,52)
#232846
(35,40,70)
#383D58
(56,61,88)
#4D526A
(77,82,106)
#62677C
(98,103,124)
#777C8E
(119,124,142)
#8C91A0
(140,145,160)
#A1A6B2
(161,166,178)
#B6BBC4
(182,187,196)
#CBD0D6
(203,208,214)
#E0E5E8
(224,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1334 color. Also use rgb(14,19,52) instead hex code.

Text Font Color

.myTextColor { color: #0E1334; }

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

This text font color is #0E1334.


Background Color

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

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

This div background color is #0E1334.


Border color

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

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

This div border color is #0E1334.


Opacity

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

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

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

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

This text has shadow with #0E1334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1334 on black background.


Color preview on white background

This text has color #0E1334 on white background.



Black color preview on #0E1334 background

This text has black color on #0E1334 background.


White color preview on #0E1334 background

This text has white color on #0E1334 background.