COLOR #0E1842

HEX: #0E1842
RGB: (14,24,66)

Color info

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

RGB color model

#0E1842 color RGB value is (14,24,66).

  • red value is 14;
  • green value is 24;
  • blue value is 66.
RGB:
(14,24,66)
(5%,9%,26%)

RGB channels and saturation

R 14 of 255 = 5%
G 24 of 255 = 9%
B 66 of 255 = 26%

14
24
66

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

Portions of RGB colors in percentages

R + G + B =
14 + 24 + 66 = 104 (100%)
R 14 of 104 ~ 13.46%
G 24 of 104 ~ 23.08%
B 66 of 104 ~ 63.46%

%13.46
%23.08
%63.46

CMYK color model

#0E1842 color CMYK value is (79,64,0,74).

  • cyan value is 78.79%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(79,64,0,74)
C79M64Y0K74 
(79%,64%,0%,74%)
(0.79/0.64/0.00/0.74)	

CMYK percentages

%78.79
%63.64
%0
%74.12

Codes

Color #0E1842 in popluar color models

0E1842
RGB142466
HSL228°65.00%15.69%
HSB/HSV228°78.79%25.88%
CMYK78.79%63.64%0.00%
74.12%

Color #0E1842 in popluar number systems.

HEX0E1842
Decimal142466
Binary1110110001000010
Octal1630102

Shades and tints

Shades of #0E1842

#0E1842
(14,24,66)
#0D163C
(13,22,60)
#0C1436
(12,20,54)
#0B1230
(11,18,48)
#0A102A
(10,16,42)
#090E24
(9,14,36)
#080C1E
(8,12,30)
#070A18
(7,10,24)
#060812
(6,8,18)
#05060C
(5,6,12)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #0E1842

#0E1842
(14,24,66)
#232D53
(35,45,83)
#384264
(56,66,100)
#4D5775
(77,87,117)
#626C86
(98,108,134)
#778197
(119,129,151)
#8C96A8
(140,150,168)
#A1ABB9
(161,171,185)
#B6C0CA
(182,192,202)
#CBD5DB
(203,213,219)
#E0EAEC
(224,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1842 color. Also use rgb(14,24,66) instead hex code.

Text Font Color

.myTextColor { color: #0E1842; }

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

This text font color is #0E1842.


Background Color

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

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

This div background color is #0E1842.


Border color

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

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

This div border color is #0E1842.


Opacity

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

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

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

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

This text has shadow with #0E1842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1842 on black background.


Color preview on white background

This text has color #0E1842 on white background.



Black color preview on #0E1842 background

This text has black color on #0E1842 background.


White color preview on #0E1842 background

This text has white color on #0E1842 background.