COLOR #0C0963

HEX: #0C0963
RGB: (12,9,99)

Color info

#0C0963 contains mainly blue color. Web safe color of #0C0963 is #000066 (or #006).

RGB color model

#0C0963 color RGB value is (12,9,99).

  • red value is 12;
  • green value is 9;
  • blue value is 99.
RGB:
(12,9,99)
(5%,4%,39%)

RGB channels and saturation

R 12 of 255 = 5%
G 9 of 255 = 4%
B 99 of 255 = 39%

12
9
99

R + G + B ~ 16%. #0C0963 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 9 + 99 = 120 (100%)
R 12 of 120 ~ 10%
G 9 of 120 ~ 7.5%
B 99 of 120 ~ 82.5%

%10
%82.5

CMYK color model

#0C0963 color CMYK value is (88,91,0,61).

  • cyan value is 87.88%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(88,91,0,61)
C88M91Y0K61 
(88%,91%,0%,61%)
(0.88/0.91/0.00/0.61)	

CMYK percentages

%87.88
%90.91
%0
%61.18

Codes

Color #0C0963 in popluar color models

0C0963
RGB12999
HSL242°83.33%21.18%
HSB/HSV242°90.91%38.82%
CMYK87.88%90.91%0.00%
61.18%

Color #0C0963 in popluar number systems.

HEX0C0963
Decimal12999
Binary110010011100011
Octal1411143

Shades and tints

Shades of #0C0963

#0C0963
(12,9,99)
#0B095A
(11,9,90)
#0A0951
(10,9,81)
#090948
(9,9,72)
#08093F
(8,9,63)
#070936
(7,9,54)
#06092D
(6,9,45)
#050924
(5,9,36)
#04091B
(4,9,27)
#030912
(3,9,18)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #0C0963

#0C0963
(12,9,99)
#221F71
(34,31,113)
#38357F
(56,53,127)
#4E4B8D
(78,75,141)
#64619B
(100,97,155)
#7A77A9
(122,119,169)
#908DB7
(144,141,183)
#A6A3C5
(166,163,197)
#BCB9D3
(188,185,211)
#D2CFE1
(210,207,225)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0963 color. Also use rgb(12,9,99) instead hex code.

Text Font Color

.myTextColor { color: #0C0963; }

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

This text font color is #0C0963.


Background Color

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

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

This div background color is #0C0963.


Border color

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

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

This div border color is #0C0963.


Opacity

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

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

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

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

This text has shadow with #0C0963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0963 on black background.


Color preview on white background

This text has color #0C0963 on white background.



Black color preview on #0C0963 background

This text has black color on #0C0963 background.


White color preview on #0C0963 background

This text has white color on #0C0963 background.