COLOR #0C1C27

HEX: #0C1C27 RGB: (12,28,39)

Color info

#0C1C27 contains red, green and blue colors in about the same proportion. Web safe color of #0C1C27 is #003333 (or #033).

RGB color model

#0C1C27 color RGB value is (12,28,39).

RGB: (12,28,39) (5%, 11%, 15%)

RGB channels and saturation

R 12 of 255 = 5%
G 28 of 255 = 11%
B 39 of 255 = 15%

12
28
39

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

Portions of RGB colors in percentages

R + G + B = 12 + 28 + 39 = 79 (100%)
R 12 of 79 ~ 15.19%
G 28 of 79 ~ 35.44%
B 39 of 79 ~ 49.37'%

%15.19
%35.44
%49.37

CMYK color model

#0C1C27 color CMYK value is (69,28,0,85).

  • cyan value is 69.23%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (69,28,0,85)
C69M28Y0K85 (69%, 28%, 0%, 85%)
(0.69 / 0.28 / 0.00 / 0.85)

CMYK percentages

%69.23
%28.21
%0
%84.71

Codes

Color #0C1C27 in popluar color models

0C 1C 27
RGB 12 28 39
HSL 204° 52.94% 10.00%
HSB/HSV 204° 69.23% 15.29%
CMYK 69.23% 28.21% 0.00%
84.71%

Color #0C1C27 in popluar number systems.

HEX 0C 1C 27
Decimal 12 28 39
Binary 1100 11100 100111
Octal 14 34 47

Shades and tints

Shades of #0C1C27

#0C1C27
(12,28,39)
#0B1A24
(11,26,36)
#0A1821
(10,24,33)
#09161E
(9,22,30)
#08141B
(8,20,27)
#071218
(7,18,24)
#061015
(6,16,21)
#050E12
(5,14,18)
#040C0F
(4,12,15)
#030A0C
(3,10,12)
#020809
(2,8,9)
#000000
(0,0,0)

Tints of #0C1C27

#0C1C27
(12,28,39)
#22303A
(34,48,58)
#38444D
(56,68,77)
#4E5860
(78,88,96)
#646C73
(100,108,115)
#7A8086
(122,128,134)
#909499
(144,148,153)
#A6A8AC
(166,168,172)
#BCBCBF
(188,188,191)
#D2D0D2
(210,208,210)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1C27; }

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

This text font color is #0C1C27.

Background Color

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

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

This div background color is #0C1C27.

Border color

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

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

This div border color is #0C1C27.

Opacity

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

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

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

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

This text has shadow with #0C1C27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1C27.

Preview

Color preview on black background

This text has color #0C1C27 on black background.


Color preview on white background

This text has color #0C1C27 on white background.


Black color preview on #0C1C27 background

This text has black color on #0C1C27 background.


White color preview on #0C1C27 background

This text has white color on #0C1C27 background.


Related colors

Complementary color

Complementary color for #hex is #F3E3D8.


I love getcolorcode.com

Triadic colors

1 #270C1C and #1C270C with #0C1C27 are triadic colors.

2 #271C0C and #1C0C27 with #0C1C27 are triadic colors.