COLOR #0C13D8

HEX: #0C13D8
RGB: (12,19,216)

Color info

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

RGB color model

#0C13D8 color RGB value is (12,19,216).

  • red value is 12;
  • green value is 19;
  • blue value is 216.
RGB:
(12,19,216)
(5%,7%,85%)

RGB channels and saturation

R 12 of 255 = 5%
G 19 of 255 = 7%
B 216 of 255 = 85%

12
19
216

R + G + B ~ 32%. #0C13D8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 19 + 216 = 247 (100%)
R 12 of 247 ~ 4.86%
G 19 of 247 ~ 7.69%
B 216 of 247 ~ 87.45%

%87.45

CMYK color model

#0C13D8 color CMYK value is (94,91,0,15).

  • cyan value is 94.44%
  • magenta value is 91.20%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(94,91,0,15)
C94M91Y0K15 
(94%,91%,0%,15%)
(0.94/0.91/0.00/0.15)	

CMYK percentages

%94.44
%91.2
%0
%15.29

Codes

Color #0C13D8 in popluar color models

0C13D8
RGB1219216
HSL238°89.47%44.71%
HSB/HSV238°94.44%84.71%
CMYK94.44%91.20%0.00%
15.29%

Color #0C13D8 in popluar number systems.

HEX0C13D8
Decimal1219216
Binary11001001111011000
Octal1423330

Shades and tints

Shades of #0C13D8

#0C13D8
(12,19,216)
#0B12C5
(11,18,197)
#0A11B2
(10,17,178)
#09109F
(9,16,159)
#080F8C
(8,15,140)
#070E79
(7,14,121)
#060D66
(6,13,102)
#050C53
(5,12,83)
#040B40
(4,11,64)
#030A2D
(3,10,45)
#02091A
(2,9,26)
#000000
(0,0,0)

Tints of #0C13D8

#0C13D8
(12,19,216)
#2228DB
(34,40,219)
#383DDE
(56,61,222)
#4E52E1
(78,82,225)
#6467E4
(100,103,228)
#7A7CE7
(122,124,231)
#9091EA
(144,145,234)
#A6A6ED
(166,166,237)
#BCBBF0
(188,187,240)
#D2D0F3
(210,208,243)
#E8E5F6
(232,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C13D8 color. Also use rgb(12,19,216) instead hex code.

Text Font Color

.myTextColor { color: #0C13D8; }

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

This text font color is #0C13D8.


Background Color

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

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

This div background color is #0C13D8.


Border color

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

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

This div border color is #0C13D8.


Opacity

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

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

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

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

This text has shadow with #0C13D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C13D8 on black background.


Color preview on white background

This text has color #0C13D8 on white background.



Black color preview on #0C13D8 background

This text has black color on #0C13D8 background.


White color preview on #0C13D8 background

This text has white color on #0C13D8 background.