COLOR #0E124E

HEX: #0E124E
RGB: (14,18,78)

Color info

#0E124E contains mainly blue color. Web safe color of #0E124E is #000066 (or #006).

RGB color model

#0E124E color RGB value is (14,18,78).

  • red value is 14;
  • green value is 18;
  • blue value is 78.
RGB:
(14,18,78)
(5%,7%,31%)

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 78 of 255 = 31%

14
18
78

R + G + B ~ 14%. #0E124E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 78 = 110 (100%)
R 14 of 110 ~ 12.73%
G 18 of 110 ~ 16.36%
B 78 of 110 ~ 70.91%

%12.73
%16.36
%70.91

CMYK color model

#0E124E color CMYK value is (82,77,0,69).

  • cyan value is 82.05%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(82,77,0,69)
C82M77Y0K69 
(82%,77%,0%,69%)
(0.82/0.77/0.00/0.69)	

CMYK percentages

%82.05
%76.92
%0
%69.41

Codes

Color #0E124E in popluar color models

0E124E
RGB141878
HSL236°69.57%18.04%
HSB/HSV236°82.05%30.59%
CMYK82.05%76.92%0.00%
69.41%

Color #0E124E in popluar number systems.

HEX0E124E
Decimal141878
Binary1110100101001110
Octal1622116

Shades and tints

Shades of #0E124E

#0E124E
(14,18,78)
#0D1147
(13,17,71)
#0C1040
(12,16,64)
#0B0F39
(11,15,57)
#0A0E32
(10,14,50)
#090D2B
(9,13,43)
#080C24
(8,12,36)
#070B1D
(7,11,29)
#060A16
(6,10,22)
#05090F
(5,9,15)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #0E124E

#0E124E
(14,18,78)
#23275E
(35,39,94)
#383C6E
(56,60,110)
#4D517E
(77,81,126)
#62668E
(98,102,142)
#777B9E
(119,123,158)
#8C90AE
(140,144,174)
#A1A5BE
(161,165,190)
#B6BACE
(182,186,206)
#CBCFDE
(203,207,222)
#E0E4EE
(224,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E124E color. Also use rgb(14,18,78) instead hex code.

Text Font Color

.myTextColor { color: #0E124E; }

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

This text font color is #0E124E.


Background Color

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

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

This div background color is #0E124E.


Border color

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

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

This div border color is #0E124E.


Opacity

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

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

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

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

This text has shadow with #0E124E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E124E on black background.


Color preview on white background

This text has color #0E124E on white background.



Black color preview on #0E124E background

This text has black color on #0E124E background.


White color preview on #0E124E background

This text has white color on #0E124E background.