COLOR #0C0A41

HEX: #0C0A41
RGB: (12,10,65)

Color info

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

RGB color model

#0C0A41 color RGB value is (12,10,65).

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

RGB channels and saturation

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

12
10
65

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

Portions of RGB colors in percentages

R + G + B =
12 + 10 + 65 = 87 (100%)
R 12 of 87 ~ 13.79%
G 10 of 87 ~ 11.49%
B 65 of 87 ~ 74.71%

%13.79
%11.49
%74.71

CMYK color model

#0C0A41 color CMYK value is (82,85,0,75).

  • cyan value is 81.54%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(82,85,0,75)
C82M85Y0K75 
(82%,85%,0%,75%)
(0.82/0.85/0.00/0.75)	

CMYK percentages

%81.54
%84.62
%0
%74.51

Codes

Color #0C0A41 in popluar color models

0C0A41
RGB121065
HSL242°73.33%14.71%
HSB/HSV242°84.62%25.49%
CMYK81.54%84.62%0.00%
74.51%

Color #0C0A41 in popluar number systems.

HEX0C0A41
Decimal121065
Binary110010101000001
Octal1412101

Shades and tints

Shades of #0C0A41

#0C0A41
(12,10,65)
#0B0A3C
(11,10,60)
#0A0A37
(10,10,55)
#090A32
(9,10,50)
#080A2D
(8,10,45)
#070A28
(7,10,40)
#060A23
(6,10,35)
#050A1E
(5,10,30)
#040A19
(4,10,25)
#030A14
(3,10,20)
#020A0F
(2,10,15)
#000000
(0,0,0)

Tints of #0C0A41

#0C0A41
(12,10,65)
#222052
(34,32,82)
#383663
(56,54,99)
#4E4C74
(78,76,116)
#646285
(100,98,133)
#7A7896
(122,120,150)
#908EA7
(144,142,167)
#A6A4B8
(166,164,184)
#BCBAC9
(188,186,201)
#D2D0DA
(210,208,218)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0A41; }

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

This text font color is #0C0A41.


Background Color

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

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

This div background color is #0C0A41.


Border color

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

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

This div border color is #0C0A41.


Opacity

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

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

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

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

This text has shadow with #0C0A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0A41 on black background.


Color preview on white background

This text has color #0C0A41 on white background.



Black color preview on #0C0A41 background

This text has black color on #0C0A41 background.


White color preview on #0C0A41 background

This text has white color on #0C0A41 background.