COLOR #0C1D29

HEX: #0C1D29
RGB: (12,29,41)

Color info

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

RGB color model

#0C1D29 color RGB value is (12,29,41).

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

RGB channels and saturation

R 12 of 255 = 5%
G 29 of 255 = 11%
B 41 of 255 = 16%

12
29
41

R + G + B ~ 11%. #0C1D29 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 29 + 41 = 82 (100%)
R 12 of 82 ~ 14.63%
G 29 of 82 ~ 35.37%
B 41 of 82 ~ 50%

%14.63
%35.37
%50

CMYK color model

#0C1D29 color CMYK value is (71,29,0,84).

  • cyan value is 70.73%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(71,29,0,84)
C71M29Y0K84 
(71%,29%,0%,84%)
(0.71/0.29/0.00/0.84)	

CMYK percentages

%70.73
%29.27
%0
%83.92

Codes

Color #0C1D29 in popluar color models

0C1D29
RGB122941
HSL205°54.72%10.39%
HSB/HSV205°70.73%16.08%
CMYK70.73%29.27%0.00%
83.92%

Color #0C1D29 in popluar number systems.

HEX0C1D29
Decimal122941
Binary110011101101001
Octal143551

Shades and tints

Shades of #0C1D29

#0C1D29
(12,29,41)
#0B1B26
(11,27,38)
#0A1923
(10,25,35)
#091720
(9,23,32)
#08151D
(8,21,29)
#07131A
(7,19,26)
#061117
(6,17,23)
#050F14
(5,15,20)
#040D11
(4,13,17)
#030B0E
(3,11,14)
#02090B
(2,9,11)
#000000
(0,0,0)

Tints of #0C1D29

#0C1D29
(12,29,41)
#22313C
(34,49,60)
#38454F
(56,69,79)
#4E5962
(78,89,98)
#646D75
(100,109,117)
#7A8188
(122,129,136)
#90959B
(144,149,155)
#A6A9AE
(166,169,174)
#BCBDC1
(188,189,193)
#D2D1D4
(210,209,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1D29; }

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

This text font color is #0C1D29.


Background Color

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

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

This div background color is #0C1D29.


Border color

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

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

This div border color is #0C1D29.


Opacity

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

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

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

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

This text has shadow with #0C1D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1D29 on black background.


Color preview on white background

This text has color #0C1D29 on white background.



Black color preview on #0C1D29 background

This text has black color on #0C1D29 background.


White color preview on #0C1D29 background

This text has white color on #0C1D29 background.