COLOR #0E31B0

HEX: #0E31B0
RGB: (14,49,176)

Color info

#0E31B0 contains mainly blue color. Web safe color of #0E31B0 is #003399 (or #039).

RGB color model

#0E31B0 color RGB value is (14,49,176).

  • red value is 14;
  • green value is 49;
  • blue value is 176.
RGB:
(14,49,176)
(5%,19%,69%)

RGB channels and saturation

R 14 of 255 = 5%
G 49 of 255 = 19%
B 176 of 255 = 69%

14
49
176

R + G + B ~ 31%. #0E31B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 49 + 176 = 239 (100%)
R 14 of 239 ~ 5.86%
G 49 of 239 ~ 20.5%
B 176 of 239 ~ 73.64%

%20.5
%73.64

CMYK color model

#0E31B0 color CMYK value is (92,72,0,31).

  • cyan value is 92.05%
  • magenta value is 72.16%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(92,72,0,31)
C92M72Y0K31 
(92%,72%,0%,31%)
(0.92/0.72/0.00/0.31)	

CMYK percentages

%92.05
%72.16
%0
%30.98

Codes

Color #0E31B0 in popluar color models

0E31B0
RGB1449176
HSL227°85.26%37.25%
HSB/HSV227°92.05%69.02%
CMYK92.05%72.16%0.00%
30.98%

Color #0E31B0 in popluar number systems.

HEX0E31B0
Decimal1449176
Binary111011000110110000
Octal1661260

Shades and tints

Shades of #0E31B0

#0E31B0
(14,49,176)
#0D2DA0
(13,45,160)
#0C2990
(12,41,144)
#0B2580
(11,37,128)
#0A2170
(10,33,112)
#091D60
(9,29,96)
#081950
(8,25,80)
#071540
(7,21,64)
#061130
(6,17,48)
#050D20
(5,13,32)
#040910
(4,9,16)
#000000
(0,0,0)

Tints of #0E31B0

#0E31B0
(14,49,176)
#2343B7
(35,67,183)
#3855BE
(56,85,190)
#4D67C5
(77,103,197)
#6279CC
(98,121,204)
#778BD3
(119,139,211)
#8C9DDA
(140,157,218)
#A1AFE1
(161,175,225)
#B6C1E8
(182,193,232)
#CBD3EF
(203,211,239)
#E0E5F6
(224,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E31B0 color. Also use rgb(14,49,176) instead hex code.

Text Font Color

.myTextColor { color: #0E31B0; }

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

This text font color is #0E31B0.


Background Color

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

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

This div background color is #0E31B0.


Border color

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

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

This div border color is #0E31B0.


Opacity

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

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

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

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

This text has shadow with #0E31B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E31B0 on black background.


Color preview on white background

This text has color #0E31B0 on white background.



Black color preview on #0E31B0 background

This text has black color on #0E31B0 background.


White color preview on #0E31B0 background

This text has white color on #0E31B0 background.