COLOR #0C0137

HEX: #0C0137
RGB: (12,1,55)

Color info

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

RGB color model

#0C0137 color RGB value is (12,1,55).

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

RGB channels and saturation

R 12 of 255 = 5%
G 1 of 255 = 0%
B 55 of 255 = 22%

12
1
55

R + G + B ~ 9%. #0C0137 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 1 + 55 = 68 (100%)
R 12 of 68 ~ 17.65%
G 1 of 68 ~ 1.47%
B 55 of 68 ~ 80.88%

%17.65
%80.88

CMYK color model

#0C0137 color CMYK value is (78,98,0,78).

  • cyan value is 78.18%
  • magenta value is 98.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(78,98,0,78)
C78M98Y0K78 
(78%,98%,0%,78%)
(0.78/0.98/0.00/0.78)	

CMYK percentages

%78.18
%98.18
%0
%78.43

Codes

Color #0C0137 in popluar color models

0C0137
RGB12155
HSL252°96.43%10.98%
HSB/HSV252°98.18%21.57%
CMYK78.18%98.18%0.00%
78.43%

Color #0C0137 in popluar number systems.

HEX0C0137
Decimal12155
Binary11001110111
Octal14167

Shades and tints

Shades of #0C0137

#0C0137
(12,1,55)
#0B0132
(11,1,50)
#0A012D
(10,1,45)
#090128
(9,1,40)
#080123
(8,1,35)
#07011E
(7,1,30)
#060119
(6,1,25)
#050114
(5,1,20)
#04010F
(4,1,15)
#03010A
(3,1,10)
#020105
(2,1,5)
#000000
(0,0,0)

Tints of #0C0137

#0C0137
(12,1,55)
#221849
(34,24,73)
#382F5B
(56,47,91)
#4E466D
(78,70,109)
#645D7F
(100,93,127)
#7A7491
(122,116,145)
#908BA3
(144,139,163)
#A6A2B5
(166,162,181)
#BCB9C7
(188,185,199)
#D2D0D9
(210,208,217)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0137; }

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

This text font color is #0C0137.


Background Color

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

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

This div background color is #0C0137.


Border color

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

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

This div border color is #0C0137.


Opacity

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

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

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

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

This text has shadow with #0C0137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0137 on black background.


Color preview on white background

This text has color #0C0137 on white background.



Black color preview on #0C0137 background

This text has black color on #0C0137 background.


White color preview on #0C0137 background

This text has white color on #0C0137 background.