COLOR #0C1021

HEX: #0C1021
RGB: (12,16,33)

Color info

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

RGB color model

#0C1021 color RGB value is (12,16,33).

  • red value is 12;
  • green value is 16;
  • blue value is 33.
RGB:
(12,16,33)
(5%,6%,13%)

RGB channels and saturation

R 12 of 255 = 5%
G 16 of 255 = 6%
B 33 of 255 = 13%

12
16
33

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

Portions of RGB colors in percentages

R + G + B =
12 + 16 + 33 = 61 (100%)
R 12 of 61 ~ 19.67%
G 16 of 61 ~ 26.23%
B 33 of 61 ~ 54.1%

%19.67
%26.23
%54.1

CMYK color model

#0C1021 color CMYK value is (64,52,0,87).

  • cyan value is 63.64%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(64,52,0,87)
C64M52Y0K87 
(64%,52%,0%,87%)
(0.64/0.52/0.00/0.87)	

CMYK percentages

%63.64
%51.52
%0
%87.06

Codes

Color #0C1021 in popluar color models

0C1021
RGB121633
HSL229°46.67%8.82%
HSB/HSV229°63.64%12.94%
CMYK63.64%51.52%0.00%
87.06%

Color #0C1021 in popluar number systems.

HEX0C1021
Decimal121633
Binary110010000100001
Octal142041

Shades and tints

Shades of #0C1021

#0C1021
(12,16,33)
#0B0F1E
(11,15,30)
#0A0E1B
(10,14,27)
#090D18
(9,13,24)
#080C15
(8,12,21)
#070B12
(7,11,18)
#060A0F
(6,10,15)
#05090C
(5,9,12)
#040809
(4,8,9)
#030706
(3,7,6)
#020603
(2,6,3)
#000000
(0,0,0)

Tints of #0C1021

#0C1021
(12,16,33)
#222535
(34,37,53)
#383A49
(56,58,73)
#4E4F5D
(78,79,93)
#646471
(100,100,113)
#7A7985
(122,121,133)
#908E99
(144,142,153)
#A6A3AD
(166,163,173)
#BCB8C1
(188,184,193)
#D2CDD5
(210,205,213)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1021 color. Also use rgb(12,16,33) instead hex code.

Text Font Color

.myTextColor { color: #0C1021; }

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

This text font color is #0C1021.


Background Color

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

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

This div background color is #0C1021.


Border color

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

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

This div border color is #0C1021.


Opacity

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

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

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

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

This text has shadow with #0C1021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1021 on black background.


Color preview on white background

This text has color #0C1021 on white background.



Black color preview on #0C1021 background

This text has black color on #0C1021 background.


White color preview on #0C1021 background

This text has white color on #0C1021 background.