COLOR #0E36C7

HEX: #0E36C7
RGB: (14,54,199)

Color info

#0E36C7 contains mainly blue color. Web safe color of #0E36C7 is #0033CC (or #03C).

RGB color model

#0E36C7 color RGB value is (14,54,199).

  • red value is 14;
  • green value is 54;
  • blue value is 199.
RGB:
(14,54,199)
(5%,21%,78%)

RGB channels and saturation

R 14 of 255 = 5%
G 54 of 255 = 21%
B 199 of 255 = 78%

14
54
199

R + G + B ~ 35%. #0E36C7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 54 + 199 = 267 (100%)
R 14 of 267 ~ 5.24%
G 54 of 267 ~ 20.22%
B 199 of 267 ~ 74.53%

%20.22
%74.53

CMYK color model

#0E36C7 color CMYK value is (93,73,0,22).

  • cyan value is 92.96%
  • magenta value is 72.86%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(93,73,0,22)
C93M73Y0K22 
(93%,73%,0%,22%)
(0.93/0.73/0.00/0.22)	

CMYK percentages

%92.96
%72.86
%0
%21.96

Codes

Color #0E36C7 in popluar color models

0E36C7
RGB1454199
HSL227°86.85%41.76%
HSB/HSV227°92.96%78.04%
CMYK92.96%72.86%0.00%
21.96%

Color #0E36C7 in popluar number systems.

HEX0E36C7
Decimal1454199
Binary111011011011000111
Octal1666307

Shades and tints

Shades of #0E36C7

#0E36C7
(14,54,199)
#0D32B5
(13,50,181)
#0C2EA3
(12,46,163)
#0B2A91
(11,42,145)
#0A267F
(10,38,127)
#09226D
(9,34,109)
#081E5B
(8,30,91)
#071A49
(7,26,73)
#061637
(6,22,55)
#051225
(5,18,37)
#040E13
(4,14,19)
#000000
(0,0,0)

Tints of #0E36C7

#0E36C7
(14,54,199)
#2348CC
(35,72,204)
#385AD1
(56,90,209)
#4D6CD6
(77,108,214)
#627EDB
(98,126,219)
#7790E0
(119,144,224)
#8CA2E5
(140,162,229)
#A1B4EA
(161,180,234)
#B6C6EF
(182,198,239)
#CBD8F4
(203,216,244)
#E0EAF9
(224,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E36C7 color. Also use rgb(14,54,199) instead hex code.

Text Font Color

.myTextColor { color: #0E36C7; }

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

This text font color is #0E36C7.


Background Color

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

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

This div background color is #0E36C7.


Border color

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

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

This div border color is #0E36C7.


Opacity

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

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

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

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

This text has shadow with #0E36C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E36C7 on black background.


Color preview on white background

This text has color #0E36C7 on white background.



Black color preview on #0E36C7 background

This text has black color on #0E36C7 background.


White color preview on #0E36C7 background

This text has white color on #0E36C7 background.