COLOR #0C61E3

HEX: #0C61E3
RGB: (12,97,227)

Color info

#0C61E3 contains mainly blue color. Web safe color of #0C61E3 is #0066CC (or #06C).

RGB color model

#0C61E3 color RGB value is (12,97,227).

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

RGB channels and saturation

R 12 of 255 = 5%
G 97 of 255 = 38%
B 227 of 255 = 89%

12
97
227

R + G + B ~ 44%. #0C61E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
12 + 97 + 227 = 336 (100%)
R 12 of 336 ~ 3.57%
G 97 of 336 ~ 28.87%
B 227 of 336 ~ 67.56%

%28.87
%67.56

CMYK color model

#0C61E3 color CMYK value is (95,57,0,11).

  • cyan value is 94.71%
  • magenta value is 57.27%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(95,57,0,11)
C95M57Y0K11 
(95%,57%,0%,11%)
(0.95/0.57/0.00/0.11)	

CMYK percentages

%94.71
%57.27
%0
%10.98

Codes

Color #0C61E3 in popluar color models

0C61E3
RGB1297227
HSL216°89.96%46.86%
HSB/HSV216°94.71%89.02%
CMYK94.71%57.27%0.00%
10.98%

Color #0C61E3 in popluar number systems.

HEX0C61E3
Decimal1297227
Binary1100110000111100011
Octal14141343

Shades and tints

Shades of #0C61E3

#0C61E3
(12,97,227)
#0B59CF
(11,89,207)
#0A51BB
(10,81,187)
#0949A7
(9,73,167)
#084193
(8,65,147)
#07397F
(7,57,127)
#06316B
(6,49,107)
#052957
(5,41,87)
#042143
(4,33,67)
#03192F
(3,25,47)
#02111B
(2,17,27)
#000000
(0,0,0)

Tints of #0C61E3

#0C61E3
(12,97,227)
#226FE5
(34,111,229)
#387DE7
(56,125,231)
#4E8BE9
(78,139,233)
#6499EB
(100,153,235)
#7AA7ED
(122,167,237)
#90B5EF
(144,181,239)
#A6C3F1
(166,195,241)
#BCD1F3
(188,209,243)
#D2DFF5
(210,223,245)
#E8EDF7
(232,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C61E3; }

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

This text font color is #0C61E3.


Background Color

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

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

This div background color is #0C61E3.


Border color

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

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

This div border color is #0C61E3.


Opacity

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

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

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

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

This text has shadow with #0C61E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C61E3 on black background.


Color preview on white background

This text has color #0C61E3 on white background.



Black color preview on #0C61E3 background

This text has black color on #0C61E3 background.


White color preview on #0C61E3 background

This text has white color on #0C61E3 background.