COLOR #0C1461

HEX: #0C1461
RGB: (12,20,97)

Color info

#0C1461 contains mainly blue color. Web safe color of #0C1461 is #000066 (or #006).

RGB color model

#0C1461 color RGB value is (12,20,97).

  • red value is 12;
  • green value is 20;
  • blue value is 97.
RGB:
(12,20,97)
(5%,8%,38%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 97 of 255 = 38%

12
20
97

R + G + B ~ 17%. #0C1461 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 20 + 97 = 129 (100%)
R 12 of 129 ~ 9.3%
G 20 of 129 ~ 15.5%
B 97 of 129 ~ 75.19%

%15.5
%75.19

CMYK color model

#0C1461 color CMYK value is (88,79,0,62).

  • cyan value is 87.63%
  • magenta value is 79.38%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(88,79,0,62)
C88M79Y0K62 
(88%,79%,0%,62%)
(0.88/0.79/0.00/0.62)	

CMYK percentages

%87.63
%79.38
%0
%61.96

Codes

Color #0C1461 in popluar color models

0C1461
RGB122097
HSL234°77.98%21.37%
HSB/HSV234°87.63%38.04%
CMYK87.63%79.38%0.00%
61.96%

Color #0C1461 in popluar number systems.

HEX0C1461
Decimal122097
Binary1100101001100001
Octal1424141

Shades and tints

Shades of #0C1461

#0C1461
(12,20,97)
#0B1359
(11,19,89)
#0A1251
(10,18,81)
#091149
(9,17,73)
#081041
(8,16,65)
#070F39
(7,15,57)
#060E31
(6,14,49)
#050D29
(5,13,41)
#040C21
(4,12,33)
#030B19
(3,11,25)
#020A11
(2,10,17)
#000000
(0,0,0)

Tints of #0C1461

#0C1461
(12,20,97)
#22296F
(34,41,111)
#383E7D
(56,62,125)
#4E538B
(78,83,139)
#646899
(100,104,153)
#7A7DA7
(122,125,167)
#9092B5
(144,146,181)
#A6A7C3
(166,167,195)
#BCBCD1
(188,188,209)
#D2D1DF
(210,209,223)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1461 color. Also use rgb(12,20,97) instead hex code.

Text Font Color

.myTextColor { color: #0C1461; }

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

This text font color is #0C1461.


Background Color

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

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

This div background color is #0C1461.


Border color

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

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

This div border color is #0C1461.


Opacity

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

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

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

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

This text has shadow with #0C1461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1461 on black background.


Color preview on white background

This text has color #0C1461 on white background.



Black color preview on #0C1461 background

This text has black color on #0C1461 background.


White color preview on #0C1461 background

This text has white color on #0C1461 background.