COLOR #0C4783

HEX: #0C4783 RGB: (12,71,131)

Color info

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

RGB color model

#0C4783 color RGB value is (12,71,131).

RGB: (12,71,131) (5%, 28%, 51%)

RGB channels and saturation

R 12 of 255 = 5%
G 71 of 255 = 28%
B 131 of 255 = 51%

12
71
131

R + G + B ~ 28%. #0C4783 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 71 + 131 = 214 (100%)
R 12 of 214 ~ 5.61%
G 71 of 214 ~ 33.18%
B 131 of 214 ~ 61.21'%

%33.18
%61.21

CMYK color model

#0C4783 color CMYK value is (91,46,0,49).

  • cyan value is 90.84%
  • magenta value is 45.80%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (91,46,0,49) C91M46Y0K49 (91%,46%,0%,49%) (0.91/0.46/0.00/0.49) 

CMYK percentages

%90.84
%45.8
%0
%48.63

Codes

Color #0C4783 in popluar color models

0C 47 83
RGB 12 71 131
HSL 210° 83.22% 28.04%
HSB/HSV 210° 90.84% 51.37%
CMYK 90.84% 45.80% 0.00%
48.63%

Color #0C4783 in popluar number systems.

HEX 0C 47 83
Decimal 12 71 131
Binary 1100 1000111 10000011
Octal 14 107 203

Shades and tints

Shades of #0C4783

#0C4783
(12,71,131)
#0B4178
(11,65,120)
#0A3B6D
(10,59,109)
#093562
(9,53,98)
#082F57
(8,47,87)
#07294C
(7,41,76)
#062341
(6,35,65)
#051D36
(5,29,54)
#04172B
(4,23,43)
#031120
(3,17,32)
#020B15
(2,11,21)
#000000
(0,0,0)

Tints of #0C4783

#0C4783
(12,71,131)
#22578E
(34,87,142)
#386799
(56,103,153)
#4E77A4
(78,119,164)
#6487AF
(100,135,175)
#7A97BA
(122,151,186)
#90A7C5
(144,167,197)
#A6B7D0
(166,183,208)
#BCC7DB
(188,199,219)
#D2D7E6
(210,215,230)
#E8E7F1
(232,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4783 color. Also use rgb(12,71,131) instead hex code.

Text Font Color

.myTextColor { color: #0C4783; }

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

This text font color is #0C4783.

Background Color

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

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

This div background color is #0C4783.

Border color

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

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

This div border color is #0C4783.

Opacity

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

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

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

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

This text has shadow with #0C4783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4783.

Preview

Color preview on black background

This text has color #0C4783 on black background.


Color preview on white background

This text has color #0C4783 on white background.


Black color preview on #0C4783 background

This text has black color on #0C4783 background.


White color preview on #0C4783 background

This text has white color on #0C4783 background.


Related colors

Complementary color

Complementary color for #hex is #F3B87C.


I love getcolorcode.com

Triadic colors

1 #830C47 and #47830C with #0C4783 are triadic colors.

2 #83470C and #470C83 with #0C4783 are triadic colors.