COLOR #0C3B6F

HEX: #0C3B6F
RGB: (12,59,111)

Color info

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

RGB color model

#0C3B6F color RGB value is (12,59,111).

  • red value is 12;
  • green value is 59;
  • blue value is 111.
RGB:
(12,59,111)
(5%,23%,44%)

RGB channels and saturation

R 12 of 255 = 5%
G 59 of 255 = 23%
B 111 of 255 = 44%

12
59
111

R + G + B ~ 24%. #0C3B6F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 59 + 111 = 182 (100%)
R 12 of 182 ~ 6.59%
G 59 of 182 ~ 32.42%
B 111 of 182 ~ 60.99%

%32.42
%60.99

CMYK color model

#0C3B6F color CMYK value is (89,47,0,56).

  • cyan value is 89.19%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(89,47,0,56)
C89M47Y0K56 
(89%,47%,0%,56%)
(0.89/0.47/0.00/0.56)	

CMYK percentages

%89.19
%46.85
%0
%56.47

Codes

Color #0C3B6F in popluar color models

0C3B6F
RGB1259111
HSL212°80.49%24.12%
HSB/HSV212°89.19%43.53%
CMYK89.19%46.85%0.00%
56.47%

Color #0C3B6F in popluar number systems.

HEX0C3B6F
Decimal1259111
Binary11001110111101111
Octal1473157

Shades and tints

Shades of #0C3B6F

#0C3B6F
(12,59,111)
#0B3665
(11,54,101)
#0A315B
(10,49,91)
#092C51
(9,44,81)
#082747
(8,39,71)
#07223D
(7,34,61)
#061D33
(6,29,51)
#051829
(5,24,41)
#04131F
(4,19,31)
#030E15
(3,14,21)
#02090B
(2,9,11)
#000000
(0,0,0)

Tints of #0C3B6F

#0C3B6F
(12,59,111)
#224C7C
(34,76,124)
#385D89
(56,93,137)
#4E6E96
(78,110,150)
#647FA3
(100,127,163)
#7A90B0
(122,144,176)
#90A1BD
(144,161,189)
#A6B2CA
(166,178,202)
#BCC3D7
(188,195,215)
#D2D4E4
(210,212,228)
#E8E5F1
(232,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3B6F color. Also use rgb(12,59,111) instead hex code.

Text Font Color

.myTextColor { color: #0C3B6F; }

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

This text font color is #0C3B6F.


Background Color

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

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

This div background color is #0C3B6F.


Border color

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

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

This div border color is #0C3B6F.


Opacity

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

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

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

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

This text has shadow with #0C3B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3B6F on black background.


Color preview on white background

This text has color #0C3B6F on white background.



Black color preview on #0C3B6F background

This text has black color on #0C3B6F background.


White color preview on #0C3B6F background

This text has white color on #0C3B6F background.