COLOR #0C0EE1

HEX: #0C0EE1
RGB: (12,14,225)

Color info

#0C0EE1 contains mainly blue color. Web safe color of #0C0EE1 is #0000CC (or #00C).

RGB color model

#0C0EE1 color RGB value is (12,14,225).

  • red value is 12;
  • green value is 14;
  • blue value is 225.
RGB:
(12,14,225)
(5%,5%,88%)

RGB channels and saturation

R 12 of 255 = 5%
G 14 of 255 = 5%
B 225 of 255 = 88%

12
14
225

R + G + B ~ 33%. #0C0EE1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 14 + 225 = 251 (100%)
R 12 of 251 ~ 4.78%
G 14 of 251 ~ 5.58%
B 225 of 251 ~ 89.64%

%89.64

CMYK color model

#0C0EE1 color CMYK value is (95,94,0,12).

  • cyan value is 94.67%
  • magenta value is 93.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(95,94,0,12)
C95M94Y0K12 
(95%,94%,0%,12%)
(0.95/0.94/0.00/0.12)	

CMYK percentages

%94.67
%93.78
%0
%11.76

Codes

Color #0C0EE1 in popluar color models

0C0EE1
RGB1214225
HSL239°89.87%46.47%
HSB/HSV239°94.67%88.24%
CMYK94.67%93.78%0.00%
11.76%

Color #0C0EE1 in popluar number systems.

HEX0C0EE1
Decimal1214225
Binary1100111011100001
Octal1416341

Shades and tints

Shades of #0C0EE1

#0C0EE1
(12,14,225)
#0B0DCD
(11,13,205)
#0A0CB9
(10,12,185)
#090BA5
(9,11,165)
#080A91
(8,10,145)
#07097D
(7,9,125)
#060869
(6,8,105)
#050755
(5,7,85)
#040641
(4,6,65)
#03052D
(3,5,45)
#020419
(2,4,25)
#000000
(0,0,0)

Tints of #0C0EE1

#0C0EE1
(12,14,225)
#2223E3
(34,35,227)
#3838E5
(56,56,229)
#4E4DE7
(78,77,231)
#6462E9
(100,98,233)
#7A77EB
(122,119,235)
#908CED
(144,140,237)
#A6A1EF
(166,161,239)
#BCB6F1
(188,182,241)
#D2CBF3
(210,203,243)
#E8E0F5
(232,224,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0EE1 color. Also use rgb(12,14,225) instead hex code.

Text Font Color

.myTextColor { color: #0C0EE1; }

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

This text font color is #0C0EE1.


Background Color

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

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

This div background color is #0C0EE1.


Border color

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

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

This div border color is #0C0EE1.


Opacity

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

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

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

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

This text has shadow with #0C0EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0EE1 on black background.


Color preview on white background

This text has color #0C0EE1 on white background.



Black color preview on #0C0EE1 background

This text has black color on #0C0EE1 background.


White color preview on #0C0EE1 background

This text has white color on #0C0EE1 background.