COLOR #0C4693

HEX: #0C4693
RGB: (12,70,147)

Color info

#0C4693 contains mainly blue color. Web safe color of #0C4693 is #003399 (or #039).

RGB color model

#0C4693 color RGB value is (12,70,147).

  • red value is 12;
  • green value is 70;
  • blue value is 147.
RGB:
(12,70,147)
(5%,27%,58%)

RGB channels and saturation

R 12 of 255 = 5%
G 70 of 255 = 27%
B 147 of 255 = 58%

12
70
147

R + G + B ~ 30%. #0C4693 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 70 + 147 = 229 (100%)
R 12 of 229 ~ 5.24%
G 70 of 229 ~ 30.57%
B 147 of 229 ~ 64.19%

%30.57
%64.19

CMYK color model

#0C4693 color CMYK value is (92,52,0,42).

  • cyan value is 91.84%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(92,52,0,42)
C92M52Y0K42 
(92%,52%,0%,42%)
(0.92/0.52/0.00/0.42)	

CMYK percentages

%91.84
%52.38
%0
%42.35

Codes

Color #0C4693 in popluar color models

0C4693
RGB1270147
HSL214°84.91%31.18%
HSB/HSV214°91.84%57.65%
CMYK91.84%52.38%0.00%
42.35%

Color #0C4693 in popluar number systems.

HEX0C4693
Decimal1270147
Binary1100100011010010011
Octal14106223

Shades and tints

Shades of #0C4693

#0C4693
(12,70,147)
#0B4086
(11,64,134)
#0A3A79
(10,58,121)
#09346C
(9,52,108)
#082E5F
(8,46,95)
#072852
(7,40,82)
#062245
(6,34,69)
#051C38
(5,28,56)
#04162B
(4,22,43)
#03101E
(3,16,30)
#020A11
(2,10,17)
#000000
(0,0,0)

Tints of #0C4693

#0C4693
(12,70,147)
#22569C
(34,86,156)
#3866A5
(56,102,165)
#4E76AE
(78,118,174)
#6486B7
(100,134,183)
#7A96C0
(122,150,192)
#90A6C9
(144,166,201)
#A6B6D2
(166,182,210)
#BCC6DB
(188,198,219)
#D2D6E4
(210,214,228)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4693 color. Also use rgb(12,70,147) instead hex code.

Text Font Color

.myTextColor { color: #0C4693; }

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

This text font color is #0C4693.


Background Color

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

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

This div background color is #0C4693.


Border color

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

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

This div border color is #0C4693.


Opacity

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

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

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

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

This text has shadow with #0C4693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4693 on black background.


Color preview on white background

This text has color #0C4693 on white background.



Black color preview on #0C4693 background

This text has black color on #0C4693 background.


White color preview on #0C4693 background

This text has white color on #0C4693 background.