COLOR #0C1436

HEX: #0C1436 RGB: (12,20,54)

Color info

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

RGB color model

#0C1436 color RGB value is (12,20,54).

RGB: (12,20,54) (5%, 8%, 21%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 54 of 255 = 21%

12
20
54

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

Portions of RGB colors in percentages

R + G + B = 12 + 20 + 54 = 86 (100%)
R 12 of 86 ~ 13.95%
G 20 of 86 ~ 23.26%
B 54 of 86 ~ 62.79'%

%13.95
%23.26
%62.79

CMYK color model

#0C1436 color CMYK value is (78,63,0,79).

  • cyan value is 77.78%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (78,63,0,79)
C78M63Y0K79 (78%, 63%, 0%, 79%)
(0.78 / 0.63 / 0.00 / 0.79)

CMYK percentages

%77.78
%62.96
%0
%78.82

Codes

Color #0C1436 in popluar color models

0C 14 36
RGB 12 20 54
HSL 229° 63.64% 12.94%
HSB/HSV 229° 77.78% 21.18%
CMYK 77.78% 62.96% 0.00%
78.82%

Color #0C1436 in popluar number systems.

HEX 0C 14 36
Decimal 12 20 54
Binary 1100 10100 110110
Octal 14 24 66

Shades and tints

Shades of #0C1436

#0C1436
(12,20,54)
#0B1332
(11,19,50)
#0A122E
(10,18,46)
#09112A
(9,17,42)
#081026
(8,16,38)
#070F22
(7,15,34)
#060E1E
(6,14,30)
#050D1A
(5,13,26)
#040C16
(4,12,22)
#030B12
(3,11,18)
#020A0E
(2,10,14)
#000000
(0,0,0)

Tints of #0C1436

#0C1436
(12,20,54)
#222948
(34,41,72)
#383E5A
(56,62,90)
#4E536C
(78,83,108)
#64687E
(100,104,126)
#7A7D90
(122,125,144)
#9092A2
(144,146,162)
#A6A7B4
(166,167,180)
#BCBCC6
(188,188,198)
#D2D1D8
(210,209,216)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1436; }

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

This text font color is #0C1436.

Background Color

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

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

This div background color is #0C1436.

Border color

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

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

This div border color is #0C1436.

Opacity

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

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

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

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

This text has shadow with #0C1436 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1436.

Preview

Color preview on black background

This text has color #0C1436 on black background.


Color preview on white background

This text has color #0C1436 on white background.


Black color preview on #0C1436 background

This text has black color on #0C1436 background.


White color preview on #0C1436 background

This text has white color on #0C1436 background.


Related colors

Complementary color

Complementary color for #hex is #F3EBC9.


I love getcolorcode.com

Triadic colors

1 #360C14 and #14360C with #0C1436 are triadic colors.

2 #36140C and #140C36 with #0C1436 are triadic colors.