COLOR #0C1C76

HEX: #0C1C76 RGB: (12,28,118)

Color info

#0C1C76 contains mainly blue color. Web safe color of #0C1C76 is #003366 (or #036).

RGB color model

#0C1C76 color RGB value is (12,28,118).

RGB: (12,28,118) (5%, 11%, 46%)

RGB channels and saturation

R 12 of 255 = 5%
G 28 of 255 = 11%
B 118 of 255 = 46%

12
28
118

R + G + B ~ 21%. #0C1C76 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 28 + 118 = 158 (100%)
R 12 of 158 ~ 7.59%
G 28 of 158 ~ 17.72%
B 118 of 158 ~ 74.68'%

%17.72
%74.68

CMYK color model

#0C1C76 color CMYK value is (90,76,0,54).

  • cyan value is 89.83%
  • magenta value is 76.27%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (90,76,0,54)
C90M76Y0K54 (90%, 76%, 0%, 54%)
(0.90 / 0.76 / 0.00 / 0.54)

CMYK percentages

%89.83
%76.27
%0
%53.73

Codes

Color #0C1C76 in popluar color models

0C 1C 76
RGB 12 28 118
HSL 231° 81.54% 25.49%
HSB/HSV 231° 89.83% 46.27%
CMYK 89.83% 76.27% 0.00%
53.73%

Color #0C1C76 in popluar number systems.

HEX 0C 1C 76
Decimal 12 28 118
Binary 1100 11100 1110110
Octal 14 34 166

Shades and tints

Shades of #0C1C76

#0C1C76
(12,28,118)
#0B1A6C
(11,26,108)
#0A1862
(10,24,98)
#091658
(9,22,88)
#08144E
(8,20,78)
#071244
(7,18,68)
#06103A
(6,16,58)
#050E30
(5,14,48)
#040C26
(4,12,38)
#030A1C
(3,10,28)
#020812
(2,8,18)
#000000
(0,0,0)

Tints of #0C1C76

#0C1C76
(12,28,118)
#223082
(34,48,130)
#38448E
(56,68,142)
#4E589A
(78,88,154)
#646CA6
(100,108,166)
#7A80B2
(122,128,178)
#9094BE
(144,148,190)
#A6A8CA
(166,168,202)
#BCBCD6
(188,188,214)
#D2D0E2
(210,208,226)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1C76 color. Also use rgb(12,28,118) instead hex code.

Text Font Color

.myTextColor { color: #0C1C76; }

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

This text font color is #0C1C76.

Background Color

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

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

This div background color is #0C1C76.

Border color

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

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

This div border color is #0C1C76.

Opacity

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

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

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

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

This text has shadow with #0C1C76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1C76.

Preview

Color preview on black background

This text has color #0C1C76 on black background.


Color preview on white background

This text has color #0C1C76 on white background.


Black color preview on #0C1C76 background

This text has black color on #0C1C76 background.


White color preview on #0C1C76 background

This text has white color on #0C1C76 background.


Related colors

Complementary color

Complementary color for #hex is #F3E389.


I love getcolorcode.com

Triadic colors

1 #760C1C and #1C760C with #0C1C76 are triadic colors.

2 #761C0C and #1C0C76 with #0C1C76 are triadic colors.