COLOR #0C4977

HEX: #0C4977 RGB: (12,73,119)

Color info

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

RGB color model

#0C4977 color RGB value is (12,73,119).

RGB: (12,73,119) (5%, 29%, 47%)

RGB channels and saturation

R 12 of 255 = 5%
G 73 of 255 = 29%
B 119 of 255 = 47%

12
73
119

R + G + B ~ 27%. #0C4977 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 73 + 119 = 204 (100%)
R 12 of 204 ~ 5.88%
G 73 of 204 ~ 35.78%
B 119 of 204 ~ 58.33'%

%35.78
%58.33

CMYK color model

#0C4977 color CMYK value is (90,39,0,53).

  • cyan value is 89.92%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (90,39,0,53)
C90M39Y0K53 (90%, 39%, 0%, 53%)
(0.90 / 0.39 / 0.00 / 0.53)

CMYK percentages

%89.92
%38.66
%0
%53.33

Codes

Color #0C4977 in popluar color models

0C 49 77
RGB 12 73 119
HSL 206° 81.68% 25.69%
HSB/HSV 206° 89.92% 46.67%
CMYK 89.92% 38.66% 0.00%
53.33%

Color #0C4977 in popluar number systems.

HEX 0C 49 77
Decimal 12 73 119
Binary 1100 1001001 1110111
Octal 14 111 167

Shades and tints

Shades of #0C4977

#0C4977
(12,73,119)
#0B436D
(11,67,109)
#0A3D63
(10,61,99)
#093759
(9,55,89)
#08314F
(8,49,79)
#072B45
(7,43,69)
#06253B
(6,37,59)
#051F31
(5,31,49)
#041927
(4,25,39)
#03131D
(3,19,29)
#020D13
(2,13,19)
#000000
(0,0,0)

Tints of #0C4977

#0C4977
(12,73,119)
#225983
(34,89,131)
#38698F
(56,105,143)
#4E799B
(78,121,155)
#6489A7
(100,137,167)
#7A99B3
(122,153,179)
#90A9BF
(144,169,191)
#A6B9CB
(166,185,203)
#BCC9D7
(188,201,215)
#D2D9E3
(210,217,227)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4977 color. Also use rgb(12,73,119) instead hex code.

Text Font Color

.myTextColor { color: #0C4977; }

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

This text font color is #0C4977.

Background Color

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

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

This div background color is #0C4977.

Border color

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

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

This div border color is #0C4977.

Opacity

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

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

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

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

This text has shadow with #0C4977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4977.

Preview

Color preview on black background

This text has color #0C4977 on black background.


Color preview on white background

This text has color #0C4977 on white background.


Black color preview on #0C4977 background

This text has black color on #0C4977 background.


White color preview on #0C4977 background

This text has white color on #0C4977 background.


Related colors

Complementary color

Complementary color for #hex is #F3B688.


I love getcolorcode.com

Triadic colors

1 #770C49 and #49770C with #0C4977 are triadic colors.

2 #77490C and #490C77 with #0C4977 are triadic colors.