COLOR #0E285D

HEX: #0E285D
RGB: (14,40,93)

Color info

#0E285D contains mainly green and blue colors. Web safe color of #0E285D is #003366 (or #036).

RGB color model

#0E285D color RGB value is (14,40,93).

  • red value is 14;
  • green value is 40;
  • blue value is 93.
RGB:
(14,40,93)
(5%,16%,36%)

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 93 of 255 = 36%

14
40
93

R + G + B ~ 19%. #0E285D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 40 + 93 = 147 (100%)
R 14 of 147 ~ 9.52%
G 40 of 147 ~ 27.21%
B 93 of 147 ~ 63.27%

%9.52
%27.21
%63.27

CMYK color model

#0E285D color CMYK value is (85,57,0,64).

  • cyan value is 84.95%
  • magenta value is 56.99%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(85,57,0,64)
C85M57Y0K64 
(85%,57%,0%,64%)
(0.85/0.57/0.00/0.64)	

CMYK percentages

%84.95
%56.99
%0
%63.53

Codes

Color #0E285D in popluar color models

0E285D
RGB144093
HSL220°73.83%20.98%
HSB/HSV220°84.95%36.47%
CMYK84.95%56.99%0.00%
63.53%

Color #0E285D in popluar number systems.

HEX0E285D
Decimal144093
Binary11101010001011101
Octal1650135

Shades and tints

Shades of #0E285D

#0E285D
(14,40,93)
#0D2555
(13,37,85)
#0C224D
(12,34,77)
#0B1F45
(11,31,69)
#0A1C3D
(10,28,61)
#091935
(9,25,53)
#08162D
(8,22,45)
#071325
(7,19,37)
#06101D
(6,16,29)
#050D15
(5,13,21)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #0E285D

#0E285D
(14,40,93)
#233B6B
(35,59,107)
#384E79
(56,78,121)
#4D6187
(77,97,135)
#627495
(98,116,149)
#7787A3
(119,135,163)
#8C9AB1
(140,154,177)
#A1ADBF
(161,173,191)
#B6C0CD
(182,192,205)
#CBD3DB
(203,211,219)
#E0E6E9
(224,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E285D color. Also use rgb(14,40,93) instead hex code.

Text Font Color

.myTextColor { color: #0E285D; }

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

This text font color is #0E285D.


Background Color

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

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

This div background color is #0E285D.


Border color

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

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

This div border color is #0E285D.


Opacity

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

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

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

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

This text has shadow with #0E285D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E285D on black background.


Color preview on white background

This text has color #0E285D on white background.



Black color preview on #0E285D background

This text has black color on #0E285D background.


White color preview on #0E285D background

This text has white color on #0E285D background.