COLOR #0C141F

HEX: #0C141F RGB: (12,20,31)

Color info

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

RGB color model

#0C141F color RGB value is (12,20,31).

RGB: (12,20,31) (5%, 8%, 12%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 31 of 255 = 12%

12
20
31

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

Portions of RGB colors in percentages

R + G + B = 12 + 20 + 31 = 63 (100%)
R 12 of 63 ~ 19.05%
G 20 of 63 ~ 31.75%
B 31 of 63 ~ 49.21'%

%19.05
%31.75
%49.21

CMYK color model

#0C141F color CMYK value is (61,35,0,88).

  • cyan value is 61.29%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (61,35,0,88)
C61M35Y0K88 (61%, 35%, 0%, 88%)
(0.61 / 0.35 / 0.00 / 0.88)

CMYK percentages

%61.29
%35.48
%0
%87.84

Codes

Color #0C141F in popluar color models

0C 14 1F
RGB 12 20 31
HSL 215° 44.19% 8.43%
HSB/HSV 215° 61.29% 12.16%
CMYK 61.29% 35.48% 0.00%
87.84%

Color #0C141F in popluar number systems.

HEX 0C 14 1F
Decimal 12 20 31
Binary 1100 10100 11111
Octal 14 24 37

Shades and tints

Shades of #0C141F

#0C141F
(12,20,31)
#0B131D
(11,19,29)
#0A121B
(10,18,27)
#091119
(9,17,25)
#081017
(8,16,23)
#070F15
(7,15,21)
#060E13
(6,14,19)
#050D11
(5,13,17)
#040C0F
(4,12,15)
#030B0D
(3,11,13)
#020A0B
(2,10,11)
#000000
(0,0,0)

Tints of #0C141F

#0C141F
(12,20,31)
#222933
(34,41,51)
#383E47
(56,62,71)
#4E535B
(78,83,91)
#64686F
(100,104,111)
#7A7D83
(122,125,131)
#909297
(144,146,151)
#A6A7AB
(166,167,171)
#BCBCBF
(188,188,191)
#D2D1D3
(210,209,211)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C141F color. Also use rgb(12,20,31) instead hex code.

Text Font Color

.myTextColor { color: #0C141F; }

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

This text font color is #0C141F.

Background Color

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

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

This div background color is #0C141F.

Border color

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

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

This div border color is #0C141F.

Opacity

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

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

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

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

This text has shadow with #0C141F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C141F.

Preview

Color preview on black background

This text has color #0C141F on black background.


Color preview on white background

This text has color #0C141F on white background.


Black color preview on #0C141F background

This text has black color on #0C141F background.


White color preview on #0C141F background

This text has white color on #0C141F background.


Related colors

Complementary color

Complementary color for #hex is #F3EBE0.


I love getcolorcode.com

Triadic colors

1 #1F0C14 and #141F0C with #0C141F are triadic colors.

2 #1F140C and #140C1F with #0C141F are triadic colors.