COLOR #0C1E60

HEX: #0C1E60
RGB: (12,30,96)

Color info

#0C1E60 contains mainly blue color. Web safe color of #0C1E60 is #003366 (or #036).

RGB color model

#0C1E60 color RGB value is (12,30,96).

  • red value is 12;
  • green value is 30;
  • blue value is 96.
RGB:
(12,30,96)
(5%,12%,38%)

RGB channels and saturation

R 12 of 255 = 5%
G 30 of 255 = 12%
B 96 of 255 = 38%

12
30
96

R + G + B ~ 18%. #0C1E60 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 30 + 96 = 138 (100%)
R 12 of 138 ~ 8.7%
G 30 of 138 ~ 21.74%
B 96 of 138 ~ 69.57%

%21.74
%69.57

CMYK color model

#0C1E60 color CMYK value is (88,69,0,62).

  • cyan value is 87.50%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(88,69,0,62)
C88M69Y0K62 
(88%,69%,0%,62%)
(0.88/0.69/0.00/0.62)	

CMYK percentages

%87.5
%68.75
%0
%62.35

Codes

Color #0C1E60 in popluar color models

0C1E60
RGB123096
HSL227°77.78%21.18%
HSB/HSV227°87.50%37.65%
CMYK87.50%68.75%0.00%
62.35%

Color #0C1E60 in popluar number systems.

HEX0C1E60
Decimal123096
Binary1100111101100000
Octal1436140

Shades and tints

Shades of #0C1E60

#0C1E60
(12,30,96)
#0B1C58
(11,28,88)
#0A1A50
(10,26,80)
#091848
(9,24,72)
#081640
(8,22,64)
#071438
(7,20,56)
#061230
(6,18,48)
#051028
(5,16,40)
#040E20
(4,14,32)
#030C18
(3,12,24)
#020A10
(2,10,16)
#000000
(0,0,0)

Tints of #0C1E60

#0C1E60
(12,30,96)
#22326E
(34,50,110)
#38467C
(56,70,124)
#4E5A8A
(78,90,138)
#646E98
(100,110,152)
#7A82A6
(122,130,166)
#9096B4
(144,150,180)
#A6AAC2
(166,170,194)
#BCBED0
(188,190,208)
#D2D2DE
(210,210,222)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1E60 color. Also use rgb(12,30,96) instead hex code.

Text Font Color

.myTextColor { color: #0C1E60; }

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

This text font color is #0C1E60.


Background Color

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

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

This div background color is #0C1E60.


Border color

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

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

This div border color is #0C1E60.


Opacity

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

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

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

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

This text has shadow with #0C1E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1E60 on black background.


Color preview on white background

This text has color #0C1E60 on white background.



Black color preview on #0C1E60 background

This text has black color on #0C1E60 background.


White color preview on #0C1E60 background

This text has white color on #0C1E60 background.