COLOR #0E0766

HEX: #0E0766
RGB: (14,7,102)

Color info

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

RGB color model

#0E0766 color RGB value is (14,7,102).

  • red value is 14;
  • green value is 7;
  • blue value is 102.
RGB: (14,7,102) (5%,3%,40%)

RGB channels and saturation

R 14 of 255 = 5%
G 7 of 255 = 3%
B 102 of 255 = 40%

14
7
102

R + G + B ~ 16%. #0E0766 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 7 + 102 = 123 (100%)
R 14 of 123 ~ 11.38%
G 7 of 123 ~ 5.69%
B 102 of 123 ~ 82.93%

%11.38
%82.93

CMYK color model

#0E0766 color CMYK value is (86,93,0,60).

  • cyan value is 86.27%
  • magenta value is 93.14%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (86,93,0,60) C86M93Y0K60 (86%,93%,0%,60%) (0.86/0.93/0.00/0.60)

CMYK percentages

%86.27
%93.14
%0
%60

Codes

Color #0E0766 in popluar color models

0E0766
RGB147102
HSL244°87.16%21.37%
HSB/HSV244°93.14%40.00%
CMYK86.27%93.14%0.00%
60.00%

Color #0E0766 in popluar number systems.

HEX0E0766
Decimal147102
Binary11101111100110
Octal167146

Shades and tints

Shades of #0E0766

#0E0766
(14,7,102)
#0D075D
(13,7,93)
#0C0754
(12,7,84)
#0B074B
(11,7,75)
#0A0742
(10,7,66)
#090739
(9,7,57)
#080730
(8,7,48)
#070727
(7,7,39)
#06071E
(6,7,30)
#050715
(5,7,21)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #0E0766

#0E0766
(14,7,102)
#231D73
(35,29,115)
#383380
(56,51,128)
#4D498D
(77,73,141)
#625F9A
(98,95,154)
#7775A7
(119,117,167)
#8C8BB4
(140,139,180)
#A1A1C1
(161,161,193)
#B6B7CE
(182,183,206)
#CBCDDB
(203,205,219)
#E0E3E8
(224,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0766 color. Also use rgb(14,7,102) instead hex code.

Text Font Color

.myTextColor { color: #0E0766; }

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

This text font color is #0E0766.


Background Color

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

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

This div background color is #0E0766.


Border color

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

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

This div border color is #0E0766.


Opacity

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

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

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

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

This text has shadow with #0E0766 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0E0766 on black background.


Color preview on white background

This text has color #0E0766 on white background.



Black color preview on #0E0766 background

This text has black color on #0E0766 background.


White color preview on #0E0766 background

This text has white color on #0E0766 background.