COLOR #0C3E80

HEX: #0C3E80 RGB: (12,62,128)

Color info

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

RGB color model

#0C3E80 color RGB value is (12,62,128).

RGB: (12,62,128) (5%, 24%, 50%)

RGB channels and saturation

R 12 of 255 = 5%
G 62 of 255 = 24%
B 128 of 255 = 50%

12
62
128

R + G + B ~ 26%. #0C3E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 62 + 128 = 202 (100%)
R 12 of 202 ~ 5.94%
G 62 of 202 ~ 30.69%
B 128 of 202 ~ 63.37'%

%30.69
%63.37

CMYK color model

#0C3E80 color CMYK value is (91,52,0,50).

  • cyan value is 90.63%
  • magenta value is 51.56%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (91,52,0,50)
C91M52Y0K50 (91%, 52%, 0%, 50%)
(0.91 / 0.52 / 0.00 / 0.50)

CMYK percentages

%90.63
%51.56
%0
%49.8

Codes

Color #0C3E80 in popluar color models

0C 3E 80
RGB 12 62 128
HSL 214° 82.86% 27.45%
HSB/HSV 214° 90.63% 50.20%
CMYK 90.63% 51.56% 0.00%
49.80%

Color #0C3E80 in popluar number systems.

HEX 0C 3E 80
Decimal 12 62 128
Binary 1100 111110 10000000
Octal 14 76 200

Shades and tints

Shades of #0C3E80

#0C3E80
(12,62,128)
#0B3975
(11,57,117)
#0A346A
(10,52,106)
#092F5F
(9,47,95)
#082A54
(8,42,84)
#072549
(7,37,73)
#06203E
(6,32,62)
#051B33
(5,27,51)
#041628
(4,22,40)
#03111D
(3,17,29)
#020C12
(2,12,18)
#000000
(0,0,0)

Tints of #0C3E80

#0C3E80
(12,62,128)
#224F8B
(34,79,139)
#386096
(56,96,150)
#4E71A1
(78,113,161)
#6482AC
(100,130,172)
#7A93B7
(122,147,183)
#90A4C2
(144,164,194)
#A6B5CD
(166,181,205)
#BCC6D8
(188,198,216)
#D2D7E3
(210,215,227)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3E80 color. Also use rgb(12,62,128) instead hex code.

Text Font Color

.myTextColor { color: #0C3E80; }

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

This text font color is #0C3E80.

Background Color

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

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

This div background color is #0C3E80.

Border color

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

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

This div border color is #0C3E80.

Opacity

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

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

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

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

This text has shadow with #0C3E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3E80.

Preview

Color preview on black background

This text has color #0C3E80 on black background.


Color preview on white background

This text has color #0C3E80 on white background.


Black color preview on #0C3E80 background

This text has black color on #0C3E80 background.


White color preview on #0C3E80 background

This text has white color on #0C3E80 background.


Related colors

Complementary color

Complementary color for #hex is #F3C17F.


I love getcolorcode.com

Triadic colors

1 #800C3E and #3E800C with #0C3E80 are triadic colors.

2 #803E0C and #3E0C80 with #0C3E80 are triadic colors.