COLOR #0E2362

HEX: #0E2362
RGB: (14,35,98)

Color info

#0E2362 contains mainly blue color. Web safe color of #0E2362 is #003366 (or #036).

RGB color model

#0E2362 color RGB value is (14,35,98).

  • red value is 14;
  • green value is 35;
  • blue value is 98.
RGB:
(14,35,98)
(5%,14%,38%)

RGB channels and saturation

R 14 of 255 = 5%
G 35 of 255 = 14%
B 98 of 255 = 38%

14
35
98

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

Portions of RGB colors in percentages

R + G + B =
14 + 35 + 98 = 147 (100%)
R 14 of 147 ~ 9.52%
G 35 of 147 ~ 23.81%
B 98 of 147 ~ 66.67%

%9.52
%23.81
%66.67

CMYK color model

#0E2362 color CMYK value is (86,64,0,62).

  • cyan value is 85.71%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(86,64,0,62)
C86M64Y0K62 
(86%,64%,0%,62%)
(0.86/0.64/0.00/0.62)	

CMYK percentages

%85.71
%64.29
%0
%61.57

Codes

Color #0E2362 in popluar color models

0E2362
RGB143598
HSL225°75.00%21.96%
HSB/HSV225°85.71%38.43%
CMYK85.71%64.29%0.00%
61.57%

Color #0E2362 in popluar number systems.

HEX0E2362
Decimal143598
Binary11101000111100010
Octal1643142

Shades and tints

Shades of #0E2362

#0E2362
(14,35,98)
#0D205A
(13,32,90)
#0C1D52
(12,29,82)
#0B1A4A
(11,26,74)
#0A1742
(10,23,66)
#09143A
(9,20,58)
#081132
(8,17,50)
#070E2A
(7,14,42)
#060B22
(6,11,34)
#05081A
(5,8,26)
#040512
(4,5,18)
#000000
(0,0,0)

Tints of #0E2362

#0E2362
(14,35,98)
#233770
(35,55,112)
#384B7E
(56,75,126)
#4D5F8C
(77,95,140)
#62739A
(98,115,154)
#7787A8
(119,135,168)
#8C9BB6
(140,155,182)
#A1AFC4
(161,175,196)
#B6C3D2
(182,195,210)
#CBD7E0
(203,215,224)
#E0EBEE
(224,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2362 color. Also use rgb(14,35,98) instead hex code.

Text Font Color

.myTextColor { color: #0E2362; }

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

This text font color is #0E2362.


Background Color

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

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

This div background color is #0E2362.


Border color

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

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

This div border color is #0E2362.


Opacity

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

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

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

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

This text has shadow with #0E2362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2362 on black background.


Color preview on white background

This text has color #0E2362 on white background.



Black color preview on #0E2362 background

This text has black color on #0E2362 background.


White color preview on #0E2362 background

This text has white color on #0E2362 background.