COLOR #0C3870

HEX: #0C3870 RGB: (12,56,112)

Color info

#0C3870 contains mainly green and blue colors. Web safe color of #0C3870 is #003366 (or #036).

RGB color model

#0C3870 color RGB value is (12,56,112).

RGB: (12,56,112) (5%, 22%, 44%)

RGB channels and saturation

R 12 of 255 = 5%
G 56 of 255 = 22%
B 112 of 255 = 44%

12
56
112

R + G + B ~ 24%. #0C3870 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 56 + 112 = 180 (100%)
R 12 of 180 ~ 6.67%
G 56 of 180 ~ 31.11%
B 112 of 180 ~ 62.22'%

%31.11
%62.22

CMYK color model

#0C3870 color CMYK value is (89,50,0,56).

  • cyan value is 89.29%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (89,50,0,56)
C89M50Y0K56 (89%, 50%, 0%, 56%)
(0.89 / 0.50 / 0.00 / 0.56)

CMYK percentages

%89.29
%50
%0
%56.08

Codes

Color #0C3870 in popluar color models

0C 38 70
RGB 12 56 112
HSL 214° 80.65% 24.31%
HSB/HSV 214° 89.29% 43.92%
CMYK 89.29% 50.00% 0.00%
56.08%

Color #0C3870 in popluar number systems.

HEX 0C 38 70
Decimal 12 56 112
Binary 1100 111000 1110000
Octal 14 70 160

Shades and tints

Shades of #0C3870

#0C3870
(12,56,112)
#0B3366
(11,51,102)
#0A2E5C
(10,46,92)
#092952
(9,41,82)
#082448
(8,36,72)
#071F3E
(7,31,62)
#061A34
(6,26,52)
#05152A
(5,21,42)
#041020
(4,16,32)
#030B16
(3,11,22)
#02060C
(2,6,12)
#000000
(0,0,0)

Tints of #0C3870

#0C3870
(12,56,112)
#224A7D
(34,74,125)
#385C8A
(56,92,138)
#4E6E97
(78,110,151)
#6480A4
(100,128,164)
#7A92B1
(122,146,177)
#90A4BE
(144,164,190)
#A6B6CB
(166,182,203)
#BCC8D8
(188,200,216)
#D2DAE5
(210,218,229)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3870 color. Also use rgb(12,56,112) instead hex code.

Text Font Color

.myTextColor { color: #0C3870; }

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

This text font color is #0C3870.

Background Color

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

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

This div background color is #0C3870.

Border color

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

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

This div border color is #0C3870.

Opacity

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

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

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

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

This text has shadow with #0C3870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3870.

Preview

Color preview on black background

This text has color #0C3870 on black background.


Color preview on white background

This text has color #0C3870 on white background.


Black color preview on #0C3870 background

This text has black color on #0C3870 background.


White color preview on #0C3870 background

This text has white color on #0C3870 background.


Related colors

Complementary color

Complementary color for #hex is #F3C78F.


I love getcolorcode.com

Triadic colors

1 #700C38 and #38700C with #0C3870 are triadic colors.

2 #70380C and #380C70 with #0C3870 are triadic colors.