COLOR #0C1B27

HEX: #0C1B27
RGB: (12,27,39)

Color info

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

RGB color model

#0C1B27 color RGB value is (12,27,39).

  • red value is 12;
  • green value is 27;
  • blue value is 39.
RGB:
(12,27,39)
(5%,11%,15%)

RGB channels and saturation

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

12
27
39

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

Portions of RGB colors in percentages

R + G + B =
12 + 27 + 39 = 78 (100%)
R 12 of 78 ~ 15.38%
G 27 of 78 ~ 34.62%
B 39 of 78 ~ 50%

%15.38
%34.62
%50

CMYK color model

#0C1B27 color CMYK value is (69,31,0,85).

  • cyan value is 69.23%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(69,31,0,85)
C69M31Y0K85 
(69%,31%,0%,85%)
(0.69/0.31/0.00/0.85)	

CMYK percentages

%69.23
%30.77
%0
%84.71

Codes

Color #0C1B27 in popluar color models

0C1B27
RGB122739
HSL207°52.94%10.00%
HSB/HSV207°69.23%15.29%
CMYK69.23%30.77%0.00%
84.71%

Color #0C1B27 in popluar number systems.

HEX0C1B27
Decimal122739
Binary110011011100111
Octal143347

Shades and tints

Shades of #0C1B27

#0C1B27
(12,27,39)
#0B1924
(11,25,36)
#0A1721
(10,23,33)
#09151E
(9,21,30)
#08131B
(8,19,27)
#071118
(7,17,24)
#060F15
(6,15,21)
#050D12
(5,13,18)
#040B0F
(4,11,15)
#03090C
(3,9,12)
#020709
(2,7,9)
#000000
(0,0,0)

Tints of #0C1B27

#0C1B27
(12,27,39)
#222F3A
(34,47,58)
#38434D
(56,67,77)
#4E5760
(78,87,96)
#646B73
(100,107,115)
#7A7F86
(122,127,134)
#909399
(144,147,153)
#A6A7AC
(166,167,172)
#BCBBBF
(188,187,191)
#D2CFD2
(210,207,210)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1B27; }

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

This text font color is #0C1B27.


Background Color

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

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

This div background color is #0C1B27.


Border color

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

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

This div border color is #0C1B27.


Opacity

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

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

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

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

This text has shadow with #0C1B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1B27 on black background.


Color preview on white background

This text has color #0C1B27 on white background.



Black color preview on #0C1B27 background

This text has black color on #0C1B27 background.


White color preview on #0C1B27 background

This text has white color on #0C1B27 background.