COLOR #0E126E

HEX: #0E126E
RGB: (14,18,110)

Color info

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

RGB color model

#0E126E color RGB value is (14,18,110).

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

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 110 of 255 = 43%

14
18
110

R + G + B ~ 18%. #0E126E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 110 = 142 (100%)
R 14 of 142 ~ 9.86%
G 18 of 142 ~ 12.68%
B 110 of 142 ~ 77.46%

%9.86
%12.68
%77.46

CMYK color model

#0E126E color CMYK value is (87,84,0,57).

  • cyan value is 87.27%
  • magenta value is 83.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(87,84,0,57)
C87M84Y0K57 
(87%,84%,0%,57%)
(0.87/0.84/0.00/0.57)	

CMYK percentages

%87.27
%83.64
%0
%56.86

Codes

Color #0E126E in popluar color models

0E126E
RGB1418110
HSL238°77.42%24.31%
HSB/HSV238°87.27%43.14%
CMYK87.27%83.64%0.00%
56.86%

Color #0E126E in popluar number systems.

HEX0E126E
Decimal1418110
Binary1110100101101110
Octal1622156

Shades and tints

Shades of #0E126E

#0E126E
(14,18,110)
#0D1164
(13,17,100)
#0C105A
(12,16,90)
#0B0F50
(11,15,80)
#0A0E46
(10,14,70)
#090D3C
(9,13,60)
#080C32
(8,12,50)
#070B28
(7,11,40)
#060A1E
(6,10,30)
#050914
(5,9,20)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #0E126E

#0E126E
(14,18,110)
#23277B
(35,39,123)
#383C88
(56,60,136)
#4D5195
(77,81,149)
#6266A2
(98,102,162)
#777BAF
(119,123,175)
#8C90BC
(140,144,188)
#A1A5C9
(161,165,201)
#B6BAD6
(182,186,214)
#CBCFE3
(203,207,227)
#E0E4F0
(224,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E126E; }

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

This text font color is #0E126E.


Background Color

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

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

This div background color is #0E126E.


Border color

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

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

This div border color is #0E126E.


Opacity

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

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

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

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

This text has shadow with #0E126E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E126E on black background.


Color preview on white background

This text has color #0E126E on white background.



Black color preview on #0E126E background

This text has black color on #0E126E background.


White color preview on #0E126E background

This text has white color on #0E126E background.