COLOR #0C0A3F

HEX: #0C0A3F
RGB: (12,10,63)

Color info

#0C0A3F contains red, green and blue colors in about the same proportion. Web safe color of #0C0A3F is #000033 (or #003).

RGB color model

#0C0A3F color RGB value is (12,10,63).

  • red value is 12;
  • green value is 10;
  • blue value is 63.
RGB:
(12,10,63)
(5%,4%,25%)

RGB channels and saturation

R 12 of 255 = 5%
G 10 of 255 = 4%
B 63 of 255 = 25%

12
10
63

R + G + B ~ 11%. #0C0A3F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 10 + 63 = 85 (100%)
R 12 of 85 ~ 14.12%
G 10 of 85 ~ 11.76%
B 63 of 85 ~ 74.12%

%14.12
%11.76
%74.12

CMYK color model

#0C0A3F color CMYK value is (81,84,0,75).

  • cyan value is 80.95%
  • magenta value is 84.13%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(81,84,0,75)
C81M84Y0K75 
(81%,84%,0%,75%)
(0.81/0.84/0.00/0.75)	

CMYK percentages

%80.95
%84.13
%0
%75.29

Codes

Color #0C0A3F in popluar color models

0C0A3F
RGB121063
HSL242°72.60%14.31%
HSB/HSV242°84.13%24.71%
CMYK80.95%84.13%0.00%
75.29%

Color #0C0A3F in popluar number systems.

HEX0C0A3F
Decimal121063
Binary11001010111111
Octal141277

Shades and tints

Shades of #0C0A3F

#0C0A3F
(12,10,63)
#0B0A3A
(11,10,58)
#0A0A35
(10,10,53)
#090A30
(9,10,48)
#080A2B
(8,10,43)
#070A26
(7,10,38)
#060A21
(6,10,33)
#050A1C
(5,10,28)
#040A17
(4,10,23)
#030A12
(3,10,18)
#020A0D
(2,10,13)
#000000
(0,0,0)

Tints of #0C0A3F

#0C0A3F
(12,10,63)
#222050
(34,32,80)
#383661
(56,54,97)
#4E4C72
(78,76,114)
#646283
(100,98,131)
#7A7894
(122,120,148)
#908EA5
(144,142,165)
#A6A4B6
(166,164,182)
#BCBAC7
(188,186,199)
#D2D0D8
(210,208,216)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0A3F color. Also use rgb(12,10,63) instead hex code.

Text Font Color

.myTextColor { color: #0C0A3F; }

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

This text font color is #0C0A3F.


Background Color

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

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

This div background color is #0C0A3F.


Border color

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

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

This div border color is #0C0A3F.


Opacity

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

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

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

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

This text has shadow with #0C0A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0A3F on black background.


Color preview on white background

This text has color #0C0A3F on white background.



Black color preview on #0C0A3F background

This text has black color on #0C0A3F background.


White color preview on #0C0A3F background

This text has white color on #0C0A3F background.