COLOR #0C1D2F

HEX: #0C1D2F
RGB: (12,29,47)

Color info

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

RGB color model

#0C1D2F color RGB value is (12,29,47).

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

RGB channels and saturation

R 12 of 255 = 5%
G 29 of 255 = 11%
B 47 of 255 = 18%

12
29
47

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

Portions of RGB colors in percentages

R + G + B =
12 + 29 + 47 = 88 (100%)
R 12 of 88 ~ 13.64%
G 29 of 88 ~ 32.95%
B 47 of 88 ~ 53.41%

%13.64
%32.95
%53.41

CMYK color model

#0C1D2F color CMYK value is (74,38,0,82).

  • cyan value is 74.47%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(74,38,0,82)
C74M38Y0K82 
(74%,38%,0%,82%)
(0.74/0.38/0.00/0.82)	

CMYK percentages

%74.47
%38.3
%0
%81.57

Codes

Color #0C1D2F in popluar color models

0C1D2F
RGB122947
HSL211°59.32%11.57%
HSB/HSV211°74.47%18.43%
CMYK74.47%38.30%0.00%
81.57%

Color #0C1D2F in popluar number systems.

HEX0C1D2F
Decimal122947
Binary110011101101111
Octal143557

Shades and tints

Shades of #0C1D2F

#0C1D2F
(12,29,47)
#0B1B2B
(11,27,43)
#0A1927
(10,25,39)
#091723
(9,23,35)
#08151F
(8,21,31)
#07131B
(7,19,27)
#061117
(6,17,23)
#050F13
(5,15,19)
#040D0F
(4,13,15)
#030B0B
(3,11,11)
#020907
(2,9,7)
#000000
(0,0,0)

Tints of #0C1D2F

#0C1D2F
(12,29,47)
#223141
(34,49,65)
#384553
(56,69,83)
#4E5965
(78,89,101)
#646D77
(100,109,119)
#7A8189
(122,129,137)
#90959B
(144,149,155)
#A6A9AD
(166,169,173)
#BCBDBF
(188,189,191)
#D2D1D1
(210,209,209)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1D2F; }

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

This text font color is #0C1D2F.


Background Color

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

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

This div background color is #0C1D2F.


Border color

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

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

This div border color is #0C1D2F.


Opacity

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

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

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

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

This text has shadow with #0C1D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1D2F on black background.


Color preview on white background

This text has color #0C1D2F on white background.



Black color preview on #0C1D2F background

This text has black color on #0C1D2F background.


White color preview on #0C1D2F background

This text has white color on #0C1D2F background.