COLOR #0C36E3

HEX: #0C36E3
RGB: (12,54,227)

Color info

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

RGB color model

#0C36E3 color RGB value is (12,54,227).

  • red value is 12;
  • green value is 54;
  • blue value is 227.
RGB:
(12,54,227)
(5%,21%,89%)

RGB channels and saturation

R 12 of 255 = 5%
G 54 of 255 = 21%
B 227 of 255 = 89%

12
54
227

R + G + B ~ 38%. #0C36E3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 54 + 227 = 293 (100%)
R 12 of 293 ~ 4.1%
G 54 of 293 ~ 18.43%
B 227 of 293 ~ 77.47%

%18.43
%77.47

CMYK color model

#0C36E3 color CMYK value is (95,76,0,11).

  • cyan value is 94.71%
  • magenta value is 76.21%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(95,76,0,11)
C95M76Y0K11 
(95%,76%,0%,11%)
(0.95/0.76/0.00/0.11)	

CMYK percentages

%94.71
%76.21
%0
%10.98

Codes

Color #0C36E3 in popluar color models

0C36E3
RGB1254227
HSL228°89.96%46.86%
HSB/HSV228°94.71%89.02%
CMYK94.71%76.21%0.00%
10.98%

Color #0C36E3 in popluar number systems.

HEX0C36E3
Decimal1254227
Binary110011011011100011
Octal1466343

Shades and tints

Shades of #0C36E3

#0C36E3
(12,54,227)
#0B32CF
(11,50,207)
#0A2EBB
(10,46,187)
#092AA7
(9,42,167)
#082693
(8,38,147)
#07227F
(7,34,127)
#061E6B
(6,30,107)
#051A57
(5,26,87)
#041643
(4,22,67)
#03122F
(3,18,47)
#020E1B
(2,14,27)
#000000
(0,0,0)

Tints of #0C36E3

#0C36E3
(12,54,227)
#2248E5
(34,72,229)
#385AE7
(56,90,231)
#4E6CE9
(78,108,233)
#647EEB
(100,126,235)
#7A90ED
(122,144,237)
#90A2EF
(144,162,239)
#A6B4F1
(166,180,241)
#BCC6F3
(188,198,243)
#D2D8F5
(210,216,245)
#E8EAF7
(232,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C36E3 color. Also use rgb(12,54,227) instead hex code.

Text Font Color

.myTextColor { color: #0C36E3; }

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

This text font color is #0C36E3.


Background Color

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

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

This div background color is #0C36E3.


Border color

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

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

This div border color is #0C36E3.


Opacity

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

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

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

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

This text has shadow with #0C36E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C36E3 on black background.


Color preview on white background

This text has color #0C36E3 on white background.



Black color preview on #0C36E3 background

This text has black color on #0C36E3 background.


White color preview on #0C36E3 background

This text has white color on #0C36E3 background.