COLOR #0C4A85

HEX: #0C4A85
RGB: (12,74,133)

Color info

#0C4A85 contains mainly green and blue colors. Web safe color of #0C4A85 is #003399 (or #039).

RGB color model

#0C4A85 color RGB value is (12,74,133).

  • red value is 12;
  • green value is 74;
  • blue value is 133.
RGB:
(12,74,133)
(5%,29%,52%)

RGB channels and saturation

R 12 of 255 = 5%
G 74 of 255 = 29%
B 133 of 255 = 52%

12
74
133

R + G + B ~ 29%. #0C4A85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 74 + 133 = 219 (100%)
R 12 of 219 ~ 5.48%
G 74 of 219 ~ 33.79%
B 133 of 219 ~ 60.73%

%33.79
%60.73

CMYK color model

#0C4A85 color CMYK value is (91,44,0,48).

  • cyan value is 90.98%
  • magenta value is 44.36%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(91,44,0,48)
C91M44Y0K48 
(91%,44%,0%,48%)
(0.91/0.44/0.00/0.48)	

CMYK percentages

%90.98
%44.36
%0
%47.84

Codes

Color #0C4A85 in popluar color models

0C4A85
RGB1274133
HSL209°83.45%28.43%
HSB/HSV209°90.98%52.16%
CMYK90.98%44.36%0.00%
47.84%

Color #0C4A85 in popluar number systems.

HEX0C4A85
Decimal1274133
Binary1100100101010000101
Octal14112205

Shades and tints

Shades of #0C4A85

#0C4A85
(12,74,133)
#0B4479
(11,68,121)
#0A3E6D
(10,62,109)
#093861
(9,56,97)
#083255
(8,50,85)
#072C49
(7,44,73)
#06263D
(6,38,61)
#052031
(5,32,49)
#041A25
(4,26,37)
#031419
(3,20,25)
#020E0D
(2,14,13)
#000000
(0,0,0)

Tints of #0C4A85

#0C4A85
(12,74,133)
#225A90
(34,90,144)
#386A9B
(56,106,155)
#4E7AA6
(78,122,166)
#648AB1
(100,138,177)
#7A9ABC
(122,154,188)
#90AAC7
(144,170,199)
#A6BAD2
(166,186,210)
#BCCADD
(188,202,221)
#D2DAE8
(210,218,232)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4A85 color. Also use rgb(12,74,133) instead hex code.

Text Font Color

.myTextColor { color: #0C4A85; }

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

This text font color is #0C4A85.


Background Color

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

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

This div background color is #0C4A85.


Border color

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

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

This div border color is #0C4A85.


Opacity

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

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

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

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

This text has shadow with #0C4A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4A85 on black background.


Color preview on white background

This text has color #0C4A85 on white background.



Black color preview on #0C4A85 background

This text has black color on #0C4A85 background.


White color preview on #0C4A85 background

This text has white color on #0C4A85 background.