COLOR #0C1927

HEX: #0C1927
RGB: (12,25,39)

Color info

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

RGB color model

#0C1927 color RGB value is (12,25,39).

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

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 39 of 255 = 15%

12
25
39

R + G + B ~ 10%. #0C1927 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 25 + 39 = 76 (100%)
R 12 of 76 ~ 15.79%
G 25 of 76 ~ 32.89%
B 39 of 76 ~ 51.32%

%15.79
%32.89
%51.32

CMYK color model

#0C1927 color CMYK value is (69,36,0,85).

  • cyan value is 69.23%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(69,36,0,85)
C69M36Y0K85 
(69%,36%,0%,85%)
(0.69/0.36/0.00/0.85)	

CMYK percentages

%69.23
%35.9
%0
%84.71

Codes

Color #0C1927 in popluar color models

0C1927
RGB122539
HSL211°52.94%10.00%
HSB/HSV211°69.23%15.29%
CMYK69.23%35.90%0.00%
84.71%

Color #0C1927 in popluar number systems.

HEX0C1927
Decimal122539
Binary110011001100111
Octal143147

Shades and tints

Shades of #0C1927

#0C1927
(12,25,39)
#0B1724
(11,23,36)
#0A1521
(10,21,33)
#09131E
(9,19,30)
#08111B
(8,17,27)
#070F18
(7,15,24)
#060D15
(6,13,21)
#050B12
(5,11,18)
#04090F
(4,9,15)
#03070C
(3,7,12)
#020509
(2,5,9)
#000000
(0,0,0)

Tints of #0C1927

#0C1927
(12,25,39)
#222D3A
(34,45,58)
#38414D
(56,65,77)
#4E5560
(78,85,96)
#646973
(100,105,115)
#7A7D86
(122,125,134)
#909199
(144,145,153)
#A6A5AC
(166,165,172)
#BCB9BF
(188,185,191)
#D2CDD2
(210,205,210)
#E8E1E5
(232,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1927 color. Also use rgb(12,25,39) instead hex code.

Text Font Color

.myTextColor { color: #0C1927; }

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

This text font color is #0C1927.


Background Color

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

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

This div background color is #0C1927.


Border color

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

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

This div border color is #0C1927.


Opacity

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

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

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

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

This text has shadow with #0C1927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1927 on black background.


Color preview on white background

This text has color #0C1927 on white background.



Black color preview on #0C1927 background

This text has black color on #0C1927 background.


White color preview on #0C1927 background

This text has white color on #0C1927 background.