COLOR #0E1B6C

HEX: #0E1B6C RGB: (14,27,108)

Color info

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

RGB color model

#0E1B6C color RGB value is (14,27,108).

RGB: (14,27,108) (5%, 11%, 42%)

RGB channels and saturation

R 14 of 255 = 5%
G 27 of 255 = 11%
B 108 of 255 = 42%

14
27
108

R + G + B ~ 19%. #0E1B6C is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 27 + 108 = 149 (100%)
R 14 of 149 ~ 9.4%
G 27 of 149 ~ 18.12%
B 108 of 149 ~ 72.48'%

%18.12
%72.48

CMYK color model

#0E1B6C color CMYK value is (87,75,0,58).

  • cyan value is 87.04%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (87,75,0,58)
C87M75Y0K58 (87%, 75%, 0%, 58%)
(0.87 / 0.75 / 0.00 / 0.58)

CMYK percentages

%87.04
%75
%0
%57.65

Codes

Color #0E1B6C in popluar color models

0E 1B 6C
RGB 14 27 108
HSL 232° 77.05% 23.92%
HSB/HSV 232° 87.04% 42.35%
CMYK 87.04% 75.00% 0.00%
57.65%

Color #0E1B6C in popluar number systems.

HEX 0E 1B 6C
Decimal 14 27 108
Binary 1110 11011 1101100
Octal 16 33 154

Shades and tints

Shades of #0E1B6C

#0E1B6C
(14,27,108)
#0D1963
(13,25,99)
#0C175A
(12,23,90)
#0B1551
(11,21,81)
#0A1348
(10,19,72)
#09113F
(9,17,63)
#080F36
(8,15,54)
#070D2D
(7,13,45)
#060B24
(6,11,36)
#05091B
(5,9,27)
#040712
(4,7,18)
#000000
(0,0,0)

Tints of #0E1B6C

#0E1B6C
(14,27,108)
#232F79
(35,47,121)
#384386
(56,67,134)
#4D5793
(77,87,147)
#626BA0
(98,107,160)
#777FAD
(119,127,173)
#8C93BA
(140,147,186)
#A1A7C7
(161,167,199)
#B6BBD4
(182,187,212)
#CBCFE1
(203,207,225)
#E0E3EE
(224,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1B6C; }

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

This text font color is #0E1B6C.

Background Color

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

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

This div background color is #0E1B6C.

Border color

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

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

This div border color is #0E1B6C.

Opacity

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

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

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

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

This text has shadow with #0E1B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1B6C.

Preview

Color preview on black background

This text has color #0E1B6C on black background.


Color preview on white background

This text has color #0E1B6C on white background.


Black color preview on #0E1B6C background

This text has black color on #0E1B6C background.


White color preview on #0E1B6C background

This text has white color on #0E1B6C background.


Related colors

Complementary color

Complementary color for #hex is #F1E493.


I love getcolorcode.com

Triadic colors

1 #6C0E1B and #1B6C0E with #0E1B6C are triadic colors.

2 #6C1B0E and #1B0E6C with #0E1B6C are triadic colors.