COLOR #0C0128

HEX: #0C0128
RGB: (12,1,40)

Color info

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

RGB color model

#0C0128 color RGB value is (12,1,40).

  • red value is 12;
  • green value is 1;
  • blue value is 40.
RGB:
(12,1,40)
(5%,0%,16%)

RGB channels and saturation

R 12 of 255 = 5%
G 1 of 255 = 0%
B 40 of 255 = 16%

12
1
40

R + G + B ~ 7%. #0C0128 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 1 + 40 = 53 (100%)
R 12 of 53 ~ 22.64%
G 1 of 53 ~ 1.89%
B 40 of 53 ~ 75.47%

%22.64
%75.47

CMYK color model

#0C0128 color CMYK value is (70,98,0,84).

  • cyan value is 70.00%
  • magenta value is 97.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(70,98,0,84)
C70M98Y0K84 
(70%,98%,0%,84%)
(0.70/0.98/0.00/0.84)	

CMYK percentages

%70
%97.5
%0
%84.31

Codes

Color #0C0128 in popluar color models

0C0128
RGB12140
HSL257°95.12%8.04%
HSB/HSV257°97.50%15.69%
CMYK70.00%97.50%0.00%
84.31%

Color #0C0128 in popluar number systems.

HEX0C0128
Decimal12140
Binary11001101000
Octal14150

Shades and tints

Shades of #0C0128

#0C0128
(12,1,40)
#0B0125
(11,1,37)
#0A0122
(10,1,34)
#09011F
(9,1,31)
#08011C
(8,1,28)
#070119
(7,1,25)
#060116
(6,1,22)
#050113
(5,1,19)
#040110
(4,1,16)
#03010D
(3,1,13)
#02010A
(2,1,10)
#000000
(0,0,0)

Tints of #0C0128

#0C0128
(12,1,40)
#22183B
(34,24,59)
#382F4E
(56,47,78)
#4E4661
(78,70,97)
#645D74
(100,93,116)
#7A7487
(122,116,135)
#908B9A
(144,139,154)
#A6A2AD
(166,162,173)
#BCB9C0
(188,185,192)
#D2D0D3
(210,208,211)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0128; }

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

This text font color is #0C0128.


Background Color

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

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

This div background color is #0C0128.


Border color

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

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

This div border color is #0C0128.


Opacity

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

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

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

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

This text has shadow with #0C0128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0128 on black background.


Color preview on white background

This text has color #0C0128 on white background.



Black color preview on #0C0128 background

This text has black color on #0C0128 background.


White color preview on #0C0128 background

This text has white color on #0C0128 background.