COLOR #0E1B63

HEX: #0E1B63
RGB: (14,27,99)

Color info

#0E1B63 contains mainly blue color. Web safe color of #0E1B63 is #003366 (or #036).

RGB color model

#0E1B63 color RGB value is (14,27,99).

  • red value is 14;
  • green value is 27;
  • blue value is 99.
RGB:
(14,27,99)
(5%,11%,39%)

RGB channels and saturation

R 14 of 255 = 5%
G 27 of 255 = 11%
B 99 of 255 = 39%

14
27
99

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

Portions of RGB colors in percentages

R + G + B =
14 + 27 + 99 = 140 (100%)
R 14 of 140 ~ 10%
G 27 of 140 ~ 19.29%
B 99 of 140 ~ 70.71%

%10
%19.29
%70.71

CMYK color model

#0E1B63 color CMYK value is (86,73,0,61).

  • cyan value is 85.86%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(86,73,0,61)
C86M73Y0K61 
(86%,73%,0%,61%)
(0.86/0.73/0.00/0.61)	

CMYK percentages

%85.86
%72.73
%0
%61.18

Codes

Color #0E1B63 in popluar color models

0E1B63
RGB142799
HSL231°75.22%22.16%
HSB/HSV231°85.86%38.82%
CMYK85.86%72.73%0.00%
61.18%

Color #0E1B63 in popluar number systems.

HEX0E1B63
Decimal142799
Binary1110110111100011
Octal1633143

Shades and tints

Shades of #0E1B63

#0E1B63
(14,27,99)
#0D195A
(13,25,90)
#0C1751
(12,23,81)
#0B1548
(11,21,72)
#0A133F
(10,19,63)
#091136
(9,17,54)
#080F2D
(8,15,45)
#070D24
(7,13,36)
#060B1B
(6,11,27)
#050912
(5,9,18)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #0E1B63

#0E1B63
(14,27,99)
#232F71
(35,47,113)
#38437F
(56,67,127)
#4D578D
(77,87,141)
#626B9B
(98,107,155)
#777FA9
(119,127,169)
#8C93B7
(140,147,183)
#A1A7C5
(161,167,197)
#B6BBD3
(182,187,211)
#CBCFE1
(203,207,225)
#E0E3EF
(224,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1B63 color. Also use rgb(14,27,99) instead hex code.

Text Font Color

.myTextColor { color: #0E1B63; }

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

This text font color is #0E1B63.


Background Color

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

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

This div background color is #0E1B63.


Border color

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

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

This div border color is #0E1B63.


Opacity

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

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

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

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

This text has shadow with #0E1B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1B63 on black background.


Color preview on white background

This text has color #0E1B63 on white background.



Black color preview on #0E1B63 background

This text has black color on #0E1B63 background.


White color preview on #0E1B63 background

This text has white color on #0E1B63 background.