COLOR #0C0D63

HEX: #0C0D63
RGB: (12,13,99)

Color info

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

RGB color model

#0C0D63 color RGB value is (12,13,99).

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

RGB channels and saturation

R 12 of 255 = 5%
G 13 of 255 = 5%
B 99 of 255 = 39%

12
13
99

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

Portions of RGB colors in percentages

R + G + B =
12 + 13 + 99 = 124 (100%)
R 12 of 124 ~ 9.68%
G 13 of 124 ~ 10.48%
B 99 of 124 ~ 79.84%

%9.68
%10.48
%79.84

CMYK color model

#0C0D63 color CMYK value is (88,87,0,61).

  • cyan value is 87.88%
  • magenta value is 86.87%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(88,87,0,61)
C88M87Y0K61 
(88%,87%,0%,61%)
(0.88/0.87/0.00/0.61)	

CMYK percentages

%87.88
%86.87
%0
%61.18

Codes

Color #0C0D63 in popluar color models

0C0D63
RGB121399
HSL239°78.38%21.76%
HSB/HSV239°87.88%38.82%
CMYK87.88%86.87%0.00%
61.18%

Color #0C0D63 in popluar number systems.

HEX0C0D63
Decimal121399
Binary110011011100011
Octal1415143

Shades and tints

Shades of #0C0D63

#0C0D63
(12,13,99)
#0B0C5A
(11,12,90)
#0A0B51
(10,11,81)
#090A48
(9,10,72)
#08093F
(8,9,63)
#070836
(7,8,54)
#06072D
(6,7,45)
#050624
(5,6,36)
#04051B
(4,5,27)
#030412
(3,4,18)
#020309
(2,3,9)
#000000
(0,0,0)

Tints of #0C0D63

#0C0D63
(12,13,99)
#222371
(34,35,113)
#38397F
(56,57,127)
#4E4F8D
(78,79,141)
#64659B
(100,101,155)
#7A7BA9
(122,123,169)
#9091B7
(144,145,183)
#A6A7C5
(166,167,197)
#BCBDD3
(188,189,211)
#D2D3E1
(210,211,225)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0D63; }

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

This text font color is #0C0D63.


Background Color

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

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

This div background color is #0C0D63.


Border color

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

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

This div border color is #0C0D63.


Opacity

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

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

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

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

This text has shadow with #0C0D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0D63 on black background.


Color preview on white background

This text has color #0C0D63 on white background.



Black color preview on #0C0D63 background

This text has black color on #0C0D63 background.


White color preview on #0C0D63 background

This text has white color on #0C0D63 background.