COLOR #0C3659

HEX: #0C3659
RGB: (12,54,89)

Color info

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

RGB color model

#0C3659 color RGB value is (12,54,89).

  • red value is 12;
  • green value is 54;
  • blue value is 89.
RGB:
(12,54,89)
(5%,21%,35%)

RGB channels and saturation

R 12 of 255 = 5%
G 54 of 255 = 21%
B 89 of 255 = 35%

12
54
89

R + G + B ~ 20%. #0C3659 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 54 + 89 = 155 (100%)
R 12 of 155 ~ 7.74%
G 54 of 155 ~ 34.84%
B 89 of 155 ~ 57.42%

%34.84
%57.42

CMYK color model

#0C3659 color CMYK value is (87,39,0,65).

  • cyan value is 86.52%
  • magenta value is 39.33%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(87,39,0,65)
C87M39Y0K65 
(87%,39%,0%,65%)
(0.87/0.39/0.00/0.65)	

CMYK percentages

%86.52
%39.33
%0
%65.1

Codes

Color #0C3659 in popluar color models

0C3659
RGB125489
HSL207°76.24%19.80%
HSB/HSV207°86.52%34.90%
CMYK86.52%39.33%0.00%
65.10%

Color #0C3659 in popluar number systems.

HEX0C3659
Decimal125489
Binary11001101101011001
Octal1466131

Shades and tints

Shades of #0C3659

#0C3659
(12,54,89)
#0B3251
(11,50,81)
#0A2E49
(10,46,73)
#092A41
(9,42,65)
#082639
(8,38,57)
#072231
(7,34,49)
#061E29
(6,30,41)
#051A21
(5,26,33)
#041619
(4,22,25)
#031211
(3,18,17)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #0C3659

#0C3659
(12,54,89)
#224868
(34,72,104)
#385A77
(56,90,119)
#4E6C86
(78,108,134)
#647E95
(100,126,149)
#7A90A4
(122,144,164)
#90A2B3
(144,162,179)
#A6B4C2
(166,180,194)
#BCC6D1
(188,198,209)
#D2D8E0
(210,216,224)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3659 color. Also use rgb(12,54,89) instead hex code.

Text Font Color

.myTextColor { color: #0C3659; }

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

This text font color is #0C3659.


Background Color

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

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

This div background color is #0C3659.


Border color

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

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

This div border color is #0C3659.


Opacity

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

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

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

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

This text has shadow with #0C3659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3659 on black background.


Color preview on white background

This text has color #0C3659 on white background.



Black color preview on #0C3659 background

This text has black color on #0C3659 background.


White color preview on #0C3659 background

This text has white color on #0C3659 background.