COLOR #0C4071

HEX: #0C4071 RGB: (12,64,113)

Color info

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

RGB color model

#0C4071 color RGB value is (12,64,113).

RGB: (12,64,113) (5%, 25%, 44%)

RGB channels and saturation

R 12 of 255 = 5%
G 64 of 255 = 25%
B 113 of 255 = 44%

12
64
113

R + G + B ~ 25%. #0C4071 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 64 + 113 = 189 (100%)
R 12 of 189 ~ 6.35%
G 64 of 189 ~ 33.86%
B 113 of 189 ~ 59.79'%

%33.86
%59.79

CMYK color model

#0C4071 color CMYK value is (89,43,0,56).

  • cyan value is 89.38%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK: (89,43,0,56) C89M43Y0K56 (89%,43%,0%,56%) (0.89/0.43/0.00/0.56) 

CMYK percentages

%89.38
%43.36
%0
%55.69

Codes

Color #0C4071 in popluar color models

0C 40 71
RGB 12 64 113
HSL 209° 80.80% 24.51%
HSB/HSV 209° 89.38% 44.31%
CMYK 89.38% 43.36% 0.00%
55.69%

Color #0C4071 in popluar number systems.

HEX 0C 40 71
Decimal 12 64 113
Binary 1100 1000000 1110001
Octal 14 100 161

Shades and tints

Shades of #0C4071

#0C4071
(12,64,113)
#0B3B67
(11,59,103)
#0A365D
(10,54,93)
#093153
(9,49,83)
#082C49
(8,44,73)
#07273F
(7,39,63)
#062235
(6,34,53)
#051D2B
(5,29,43)
#041821
(4,24,33)
#031317
(3,19,23)
#020E0D
(2,14,13)
#000000
(0,0,0)

Tints of #0C4071

#0C4071
(12,64,113)
#22517D
(34,81,125)
#386289
(56,98,137)
#4E7395
(78,115,149)
#6484A1
(100,132,161)
#7A95AD
(122,149,173)
#90A6B9
(144,166,185)
#A6B7C5
(166,183,197)
#BCC8D1
(188,200,209)
#D2D9DD
(210,217,221)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4071 color. Also use rgb(12,64,113) instead hex code.

Text Font Color

.myTextColor { color: #0C4071; }

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

This text font color is #0C4071.

Background Color

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

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

This div background color is #0C4071.

Border color

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

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

This div border color is #0C4071.

Opacity

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

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

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

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

This text has shadow with #0C4071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4071.

Preview

Color preview on black background

This text has color #0C4071 on black background.


Color preview on white background

This text has color #0C4071 on white background.


Black color preview on #0C4071 background

This text has black color on #0C4071 background.


White color preview on #0C4071 background

This text has white color on #0C4071 background.


Related colors

Complementary color

Complementary color for #hex is #F3BF8E.


I love getcolorcode.com

Triadic colors

1 #710C40 and #40710C with #0C4071 are triadic colors.

2 #71400C and #400C71 with #0C4071 are triadic colors.