COLOR #0C3466

HEX: #0C3466
RGB: (12,52,102)

Color info

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

RGB color model

#0C3466 color RGB value is (12,52,102).

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

RGB channels and saturation

R 12 of 255 = 5%
G 52 of 255 = 20%
B 102 of 255 = 40%

12
52
102

R + G + B ~ 22%. #0C3466 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 52 + 102 = 166 (100%)
R 12 of 166 ~ 7.23%
G 52 of 166 ~ 31.33%
B 102 of 166 ~ 61.45%

%31.33
%61.45

CMYK color model

#0C3466 color CMYK value is (88,49,0,60).

  • cyan value is 88.24%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(88,49,0,60)
C88M49Y0K60 
(88%,49%,0%,60%)
(0.88/0.49/0.00/0.60)	

CMYK percentages

%88.24
%49.02
%0
%60

Codes

Color #0C3466 in popluar color models

0C3466
RGB1252102
HSL213°78.95%22.35%
HSB/HSV213°88.24%40.00%
CMYK88.24%49.02%0.00%
60.00%

Color #0C3466 in popluar number systems.

HEX0C3466
Decimal1252102
Binary11001101001100110
Octal1464146

Shades and tints

Shades of #0C3466

#0C3466
(12,52,102)
#0B305D
(11,48,93)
#0A2C54
(10,44,84)
#09284B
(9,40,75)
#082442
(8,36,66)
#072039
(7,32,57)
#061C30
(6,28,48)
#051827
(5,24,39)
#04141E
(4,20,30)
#031015
(3,16,21)
#020C0C
(2,12,12)
#000000
(0,0,0)

Tints of #0C3466

#0C3466
(12,52,102)
#224673
(34,70,115)
#385880
(56,88,128)
#4E6A8D
(78,106,141)
#647C9A
(100,124,154)
#7A8EA7
(122,142,167)
#90A0B4
(144,160,180)
#A6B2C1
(166,178,193)
#BCC4CE
(188,196,206)
#D2D6DB
(210,214,219)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3466; }

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

This text font color is #0C3466.


Background Color

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

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

This div background color is #0C3466.


Border color

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

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

This div border color is #0C3466.


Opacity

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

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

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

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

This text has shadow with #0C3466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3466 on black background.


Color preview on white background

This text has color #0C3466 on white background.



Black color preview on #0C3466 background

This text has black color on #0C3466 background.


White color preview on #0C3466 background

This text has white color on #0C3466 background.