COLOR #0C012E

HEX: #0C012E RGB: (12,1,46)

Color info

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

RGB color model

#0C012E color RGB value is (12,1,46).

RGB: (12,1,46) (5%, 0%, 18%)

RGB channels and saturation

R 12 of 255 = 5%
G 1 of 255 = 0%
B 46 of 255 = 18%

12
1
46

R + G + B ~ 8%. #0C012E is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 1 + 46 = 59 (100%)
R 12 of 59 ~ 20.34%
G 1 of 59 ~ 1.69%
B 46 of 59 ~ 77.97'%

%20.34
%77.97

CMYK color model

#0C012E color CMYK value is (74,98,0,82).

  • cyan value is 73.91%
  • magenta value is 97.83%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (74,98,0,82)
C74M98Y0K82 (74%, 98%, 0%, 82%)
(0.74 / 0.98 / 0.00 / 0.82)

CMYK percentages

%73.91
%97.83
%0
%81.96

Codes

Color #0C012E in popluar color models

0C 01 2E
RGB 12 1 46
HSL 255° 95.74% 9.22%
HSB/HSV 255° 97.83% 18.04%
CMYK 73.91% 97.83% 0.00%
81.96%

Color #0C012E in popluar number systems.

HEX 0C 01 2E
Decimal 12 1 46
Binary 1100 1 101110
Octal 14 1 56

Shades and tints

Shades of #0C012E

#0C012E
(12,1,46)
#0B012A
(11,1,42)
#0A0126
(10,1,38)
#090122
(9,1,34)
#08011E
(8,1,30)
#07011A
(7,1,26)
#060116
(6,1,22)
#050112
(5,1,18)
#04010E
(4,1,14)
#03010A
(3,1,10)
#020106
(2,1,6)
#000000
(0,0,0)

Tints of #0C012E

#0C012E
(12,1,46)
#221841
(34,24,65)
#382F54
(56,47,84)
#4E4667
(78,70,103)
#645D7A
(100,93,122)
#7A748D
(122,116,141)
#908BA0
(144,139,160)
#A6A2B3
(166,162,179)
#BCB9C6
(188,185,198)
#D2D0D9
(210,208,217)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C012E color. Also use rgb(12,1,46) instead hex code.

Text Font Color

.myTextColor { color: #0C012E; }

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

This text font color is #0C012E.

Background Color

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

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

This div background color is #0C012E.

Border color

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

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

This div border color is #0C012E.

Opacity

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

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

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

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

This text has shadow with #0C012E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C012E.

Preview

Color preview on black background

This text has color #0C012E on black background.


Color preview on white background

This text has color #0C012E on white background.


Black color preview on #0C012E background

This text has black color on #0C012E background.


White color preview on #0C012E background

This text has white color on #0C012E background.


Related colors

Complementary color

Complementary color for #hex is #F3FED1.


I love getcolorcode.com

Triadic colors

1 #2E0C01 and #012E0C with #0C012E are triadic colors.

2 #2E010C and #010C2E with #0C012E are triadic colors.