COLOR #0C011B

HEX: #0C011B RGB: (12,1,27)

Color info

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

RGB color model

#0C011B color RGB value is (12,1,27).

RGB: (12,1,27) (5%, 0%, 11%)

RGB channels and saturation

R 12 of 255 = 5%
G 1 of 255 = 0%
B 27 of 255 = 11%

12
1
27

R + G + B ~ 5%. #0C011B is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 1 + 27 = 40 (100%)
R 12 of 40 ~ 30%
G 1 of 40 ~ 2.5%
B 27 of 40 ~ 67.5'%

%30
%67.5

CMYK color model

#0C011B color CMYK value is (56,96,0,89).

  • cyan value is 55.56%
  • magenta value is 96.30%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (56,96,0,89)
C56M96Y0K89 (56%, 96%, 0%, 89%)
(0.56 / 0.96 / 0.00 / 0.89)

CMYK percentages

%55.56
%96.3
%0
%89.41

Codes

Color #0C011B in popluar color models

0C 01 1B
RGB 12 1 27
HSL 265° 92.86% 5.49%
HSB/HSV 265° 96.30% 10.59%
CMYK 55.56% 96.30% 0.00%
89.41%

Color #0C011B in popluar number systems.

HEX 0C 01 1B
Decimal 12 1 27
Binary 1100 1 11011
Octal 14 1 33

Shades and tints

Shades of #0C011B

#0C011B
(12,1,27)
#0B0119
(11,1,25)
#0A0117
(10,1,23)
#090115
(9,1,21)
#080113
(8,1,19)
#070111
(7,1,17)
#06010F
(6,1,15)
#05010D
(5,1,13)
#04010B
(4,1,11)
#030109
(3,1,9)
#020107
(2,1,7)
#000000
(0,0,0)

Tints of #0C011B

#0C011B
(12,1,27)
#22182F
(34,24,47)
#382F43
(56,47,67)
#4E4657
(78,70,87)
#645D6B
(100,93,107)
#7A747F
(122,116,127)
#908B93
(144,139,147)
#A6A2A7
(166,162,167)
#BCB9BB
(188,185,187)
#D2D0CF
(210,208,207)
#E8E7E3
(232,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C011B; }

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

This text font color is #0C011B.

Background Color

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

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

This div background color is #0C011B.

Border color

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

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

This div border color is #0C011B.

Opacity

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

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

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

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

This text has shadow with #0C011B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C011B.

Preview

Color preview on black background

This text has color #0C011B on black background.


Color preview on white background

This text has color #0C011B on white background.


Black color preview on #0C011B background

This text has black color on #0C011B background.


White color preview on #0C011B background

This text has white color on #0C011B background.


Related colors

Complementary color

Complementary color for #hex is #F3FEE4.


I love getcolorcode.com

Triadic colors

1 #1B0C01 and #011B0C with #0C011B are triadic colors.

2 #1B010C and #010C1B with #0C011B are triadic colors.