COLOR #0C325A

HEX: #0C325A
RGB: (12,50,90)

Color info

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

RGB color model

#0C325A color RGB value is (12,50,90).

  • red value is 12;
  • green value is 50;
  • blue value is 90.
RGB:
(12,50,90)
(5%,20%,35%)

RGB channels and saturation

R 12 of 255 = 5%
G 50 of 255 = 20%
B 90 of 255 = 35%

12
50
90

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

Portions of RGB colors in percentages

R + G + B =
12 + 50 + 90 = 152 (100%)
R 12 of 152 ~ 7.89%
G 50 of 152 ~ 32.89%
B 90 of 152 ~ 59.21%

%32.89
%59.21

CMYK color model

#0C325A color CMYK value is (87,44,0,65).

  • cyan value is 86.67%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(87,44,0,65)
C87M44Y0K65 
(87%,44%,0%,65%)
(0.87/0.44/0.00/0.65)	

CMYK percentages

%86.67
%44.44
%0
%64.71

Codes

Color #0C325A in popluar color models

0C325A
RGB125090
HSL211°76.47%20.00%
HSB/HSV211°86.67%35.29%
CMYK86.67%44.44%0.00%
64.71%

Color #0C325A in popluar number systems.

HEX0C325A
Decimal125090
Binary11001100101011010
Octal1462132

Shades and tints

Shades of #0C325A

#0C325A
(12,50,90)
#0B2E52
(11,46,82)
#0A2A4A
(10,42,74)
#092642
(9,38,66)
#08223A
(8,34,58)
#071E32
(7,30,50)
#061A2A
(6,26,42)
#051622
(5,22,34)
#04121A
(4,18,26)
#030E12
(3,14,18)
#020A0A
(2,10,10)
#000000
(0,0,0)

Tints of #0C325A

#0C325A
(12,50,90)
#224469
(34,68,105)
#385678
(56,86,120)
#4E6887
(78,104,135)
#647A96
(100,122,150)
#7A8CA5
(122,140,165)
#909EB4
(144,158,180)
#A6B0C3
(166,176,195)
#BCC2D2
(188,194,210)
#D2D4E1
(210,212,225)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C325A color. Also use rgb(12,50,90) instead hex code.

Text Font Color

.myTextColor { color: #0C325A; }

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

This text font color is #0C325A.


Background Color

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

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

This div background color is #0C325A.


Border color

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

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

This div border color is #0C325A.


Opacity

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

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

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

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

This text has shadow with #0C325A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C325A on black background.


Color preview on white background

This text has color #0C325A on white background.



Black color preview on #0C325A background

This text has black color on #0C325A background.


White color preview on #0C325A background

This text has white color on #0C325A background.