COLOR #0C203C

HEX: #0C203C
RGB: (12,32,60)

Color info

#0C203C contains red, green and blue colors in about the same proportion. Web safe color of #0C203C is #003333 (or #033).

RGB color model

#0C203C color RGB value is (12,32,60).

  • red value is 12;
  • green value is 32;
  • blue value is 60.
RGB:
(12,32,60)
(5%,13%,24%)

RGB channels and saturation

R 12 of 255 = 5%
G 32 of 255 = 13%
B 60 of 255 = 24%

12
32
60

R + G + B ~ 14%. #0C203C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 32 + 60 = 104 (100%)
R 12 of 104 ~ 11.54%
G 32 of 104 ~ 30.77%
B 60 of 104 ~ 57.69%

%11.54
%30.77
%57.69

CMYK color model

#0C203C color CMYK value is (80,47,0,76).

  • cyan value is 80.00%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(80,47,0,76)
C80M47Y0K76 
(80%,47%,0%,76%)
(0.80/0.47/0.00/0.76)	

CMYK percentages

%80
%46.67
%0
%76.47

Codes

Color #0C203C in popluar color models

0C203C
RGB123260
HSL215°66.67%14.12%
HSB/HSV215°80.00%23.53%
CMYK80.00%46.67%0.00%
76.47%

Color #0C203C in popluar number systems.

HEX0C203C
Decimal123260
Binary1100100000111100
Octal144074

Shades and tints

Shades of #0C203C

#0C203C
(12,32,60)
#0B1E37
(11,30,55)
#0A1C32
(10,28,50)
#091A2D
(9,26,45)
#081828
(8,24,40)
#071623
(7,22,35)
#06141E
(6,20,30)
#051219
(5,18,25)
#041014
(4,16,20)
#030E0F
(3,14,15)
#020C0A
(2,12,10)
#000000
(0,0,0)

Tints of #0C203C

#0C203C
(12,32,60)
#22344D
(34,52,77)
#38485E
(56,72,94)
#4E5C6F
(78,92,111)
#647080
(100,112,128)
#7A8491
(122,132,145)
#9098A2
(144,152,162)
#A6ACB3
(166,172,179)
#BCC0C4
(188,192,196)
#D2D4D5
(210,212,213)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C203C color. Also use rgb(12,32,60) instead hex code.

Text Font Color

.myTextColor { color: #0C203C; }

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

This text font color is #0C203C.


Background Color

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

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

This div background color is #0C203C.


Border color

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

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

This div border color is #0C203C.


Opacity

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

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

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

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

This text has shadow with #0C203C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C203C on black background.


Color preview on white background

This text has color #0C203C on white background.



Black color preview on #0C203C background

This text has black color on #0C203C background.


White color preview on #0C203C background

This text has white color on #0C203C background.