COLOR #0E1253

HEX: #0E1253
RGB: (14,18,83)

Color info

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

RGB color model

#0E1253 color RGB value is (14,18,83).

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

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 83 of 255 = 33%

14
18
83

R + G + B ~ 15%. #0E1253 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 83 = 115 (100%)
R 14 of 115 ~ 12.17%
G 18 of 115 ~ 15.65%
B 83 of 115 ~ 72.17%

%12.17
%15.65
%72.17

CMYK color model

#0E1253 color CMYK value is (83,78,0,67).

  • cyan value is 83.13%
  • magenta value is 78.31%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(83,78,0,67)
C83M78Y0K67 
(83%,78%,0%,67%)
(0.83/0.78/0.00/0.67)	

CMYK percentages

%83.13
%78.31
%0
%67.45

Codes

Color #0E1253 in popluar color models

0E1253
RGB141883
HSL237°71.13%19.02%
HSB/HSV237°83.13%32.55%
CMYK83.13%78.31%0.00%
67.45%

Color #0E1253 in popluar number systems.

HEX0E1253
Decimal141883
Binary1110100101010011
Octal1622123

Shades and tints

Shades of #0E1253

#0E1253
(14,18,83)
#0D114C
(13,17,76)
#0C1045
(12,16,69)
#0B0F3E
(11,15,62)
#0A0E37
(10,14,55)
#090D30
(9,13,48)
#080C29
(8,12,41)
#070B22
(7,11,34)
#060A1B
(6,10,27)
#050914
(5,9,20)
#04080D
(4,8,13)
#000000
(0,0,0)

Tints of #0E1253

#0E1253
(14,18,83)
#232762
(35,39,98)
#383C71
(56,60,113)
#4D5180
(77,81,128)
#62668F
(98,102,143)
#777B9E
(119,123,158)
#8C90AD
(140,144,173)
#A1A5BC
(161,165,188)
#B6BACB
(182,186,203)
#CBCFDA
(203,207,218)
#E0E4E9
(224,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1253; }

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

This text font color is #0E1253.


Background Color

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

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

This div background color is #0E1253.


Border color

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

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

This div border color is #0E1253.


Opacity

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

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

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

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

This text has shadow with #0E1253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1253 on black background.


Color preview on white background

This text has color #0E1253 on white background.



Black color preview on #0E1253 background

This text has black color on #0E1253 background.


White color preview on #0E1253 background

This text has white color on #0E1253 background.