COLOR #0C4492

HEX: #0C4492 RGB: (12,68,146)

Color info

#0C4492 contains mainly blue color. Web safe color of #0C4492 is #003399 (or #039).

RGB color model

#0C4492 color RGB value is (12,68,146).

RGB: (12,68,146) (5%, 27%, 57%)

RGB channels and saturation

R 12 of 255 = 5%
G 68 of 255 = 27%
B 146 of 255 = 57%

12
68
146

R + G + B ~ 30%. #0C4492 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 68 + 146 = 226 (100%)
R 12 of 226 ~ 5.31%
G 68 of 226 ~ 30.09%
B 146 of 226 ~ 64.6'%

%30.09
%64.6

CMYK color model

#0C4492 color CMYK value is (92,53,0,43).

  • cyan value is 91.78%
  • magenta value is 53.42%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (92,53,0,43)
C92M53Y0K43 (92%, 53%, 0%, 43%)
(0.92 / 0.53 / 0.00 / 0.43)

CMYK percentages

%91.78
%53.42
%0
%42.75

Codes

Color #0C4492 in popluar color models

0C 44 92
RGB 12 68 146
HSL 215° 84.81% 30.98%
HSB/HSV 215° 91.78% 57.25%
CMYK 91.78% 53.42% 0.00%
42.75%

Color #0C4492 in popluar number systems.

HEX 0C 44 92
Decimal 12 68 146
Binary 1100 1000100 10010010
Octal 14 104 222

Shades and tints

Shades of #0C4492

#0C4492
(12,68,146)
#0B3E85
(11,62,133)
#0A3878
(10,56,120)
#09326B
(9,50,107)
#082C5E
(8,44,94)
#072651
(7,38,81)
#062044
(6,32,68)
#051A37
(5,26,55)
#04142A
(4,20,42)
#030E1D
(3,14,29)
#020810
(2,8,16)
#000000
(0,0,0)

Tints of #0C4492

#0C4492
(12,68,146)
#22559B
(34,85,155)
#3866A4
(56,102,164)
#4E77AD
(78,119,173)
#6488B6
(100,136,182)
#7A99BF
(122,153,191)
#90AAC8
(144,170,200)
#A6BBD1
(166,187,209)
#BCCCDA
(188,204,218)
#D2DDE3
(210,221,227)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4492 color. Also use rgb(12,68,146) instead hex code.

Text Font Color

.myTextColor { color: #0C4492; }

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

This text font color is #0C4492.

Background Color

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

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

This div background color is #0C4492.

Border color

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

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

This div border color is #0C4492.

Opacity

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

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

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

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

This text has shadow with #0C4492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4492.

Preview

Color preview on black background

This text has color #0C4492 on black background.


Color preview on white background

This text has color #0C4492 on white background.


Black color preview on #0C4492 background

This text has black color on #0C4492 background.


White color preview on #0C4492 background

This text has white color on #0C4492 background.


Related colors

Complementary color

Complementary color for #hex is #F3BB6D.


I love getcolorcode.com

Triadic colors

1 #920C44 and #44920C with #0C4492 are triadic colors.

2 #92440C and #440C92 with #0C4492 are triadic colors.