COLOR #0C141D

HEX: #0C141D
RGB: (12,20,29)

Color info

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

RGB color model

#0C141D color RGB value is (12,20,29).

  • red value is 12;
  • green value is 20;
  • blue value is 29.
RGB:
(12,20,29)
(5%,8%,11%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 29 of 255 = 11%

12
20
29

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

Portions of RGB colors in percentages

R + G + B =
12 + 20 + 29 = 61 (100%)
R 12 of 61 ~ 19.67%
G 20 of 61 ~ 32.79%
B 29 of 61 ~ 47.54%

%19.67
%32.79
%47.54

CMYK color model

#0C141D color CMYK value is (59,31,0,89).

  • cyan value is 58.62%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(59,31,0,89)
C59M31Y0K89 
(59%,31%,0%,89%)
(0.59/0.31/0.00/0.89)	

CMYK percentages

%58.62
%31.03
%0
%88.63

Codes

Color #0C141D in popluar color models

0C141D
RGB122029
HSL212°41.46%8.04%
HSB/HSV212°58.62%11.37%
CMYK58.62%31.03%0.00%
88.63%

Color #0C141D in popluar number systems.

HEX0C141D
Decimal122029
Binary11001010011101
Octal142435

Shades and tints

Shades of #0C141D

#0C141D
(12,20,29)
#0B131B
(11,19,27)
#0A1219
(10,18,25)
#091117
(9,17,23)
#081015
(8,16,21)
#070F13
(7,15,19)
#060E11
(6,14,17)
#050D0F
(5,13,15)
#040C0D
(4,12,13)
#030B0B
(3,11,11)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #0C141D

#0C141D
(12,20,29)
#222931
(34,41,49)
#383E45
(56,62,69)
#4E5359
(78,83,89)
#64686D
(100,104,109)
#7A7D81
(122,125,129)
#909295
(144,146,149)
#A6A7A9
(166,167,169)
#BCBCBD
(188,188,189)
#D2D1D1
(210,209,209)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C141D; }

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

This text font color is #0C141D.


Background Color

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

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

This div background color is #0C141D.


Border color

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

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

This div border color is #0C141D.


Opacity

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

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

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

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

This text has shadow with #0C141D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C141D on black background.


Color preview on white background

This text has color #0C141D on white background.



Black color preview on #0C141D background

This text has black color on #0C141D background.


White color preview on #0C141D background

This text has white color on #0C141D background.