COLOR #0C3495

HEX: #0C3495
RGB: (12,52,149)

Color info

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

RGB color model

#0C3495 color RGB value is (12,52,149).

  • red value is 12;
  • green value is 52;
  • blue value is 149.
RGB:
(12,52,149)
(5%,20%,58%)

RGB channels and saturation

R 12 of 255 = 5%
G 52 of 255 = 20%
B 149 of 255 = 58%

12
52
149

R + G + B ~ 28%. #0C3495 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 52 + 149 = 213 (100%)
R 12 of 213 ~ 5.63%
G 52 of 213 ~ 24.41%
B 149 of 213 ~ 69.95%

%24.41
%69.95

CMYK color model

#0C3495 color CMYK value is (92,65,0,42).

  • cyan value is 91.95%
  • magenta value is 65.10%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(92,65,0,42)
C92M65Y0K42 
(92%,65%,0%,42%)
(0.92/0.65/0.00/0.42)	

CMYK percentages

%91.95
%65.1
%0
%41.57

Codes

Color #0C3495 in popluar color models

0C3495
RGB1252149
HSL222°85.09%31.57%
HSB/HSV222°91.95%58.43%
CMYK91.95%65.10%0.00%
41.57%

Color #0C3495 in popluar number systems.

HEX0C3495
Decimal1252149
Binary110011010010010101
Octal1464225

Shades and tints

Shades of #0C3495

#0C3495
(12,52,149)
#0B3088
(11,48,136)
#0A2C7B
(10,44,123)
#09286E
(9,40,110)
#082461
(8,36,97)
#072054
(7,32,84)
#061C47
(6,28,71)
#05183A
(5,24,58)
#04142D
(4,20,45)
#031020
(3,16,32)
#020C13
(2,12,19)
#000000
(0,0,0)

Tints of #0C3495

#0C3495
(12,52,149)
#22469E
(34,70,158)
#3858A7
(56,88,167)
#4E6AB0
(78,106,176)
#647CB9
(100,124,185)
#7A8EC2
(122,142,194)
#90A0CB
(144,160,203)
#A6B2D4
(166,178,212)
#BCC4DD
(188,196,221)
#D2D6E6
(210,214,230)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3495 color. Also use rgb(12,52,149) instead hex code.

Text Font Color

.myTextColor { color: #0C3495; }

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

This text font color is #0C3495.


Background Color

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

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

This div background color is #0C3495.


Border color

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

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

This div border color is #0C3495.


Opacity

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

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

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

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

This text has shadow with #0C3495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3495 on black background.


Color preview on white background

This text has color #0C3495 on white background.



Black color preview on #0C3495 background

This text has black color on #0C3495 background.


White color preview on #0C3495 background

This text has white color on #0C3495 background.