COLOR #0C2440

HEX: #0C2440
RGB: (12,36,64)

Color info

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

RGB color model

#0C2440 color RGB value is (12,36,64).

  • red value is 12;
  • green value is 36;
  • blue value is 64.
RGB:
(12,36,64)
(5%,14%,25%)

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 64 of 255 = 25%

12
36
64

R + G + B ~ 15%. #0C2440 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 36 + 64 = 112 (100%)
R 12 of 112 ~ 10.71%
G 36 of 112 ~ 32.14%
B 64 of 112 ~ 57.14%

%10.71
%32.14
%57.14

CMYK color model

#0C2440 color CMYK value is (81,44,0,75).

  • cyan value is 81.25%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(81,44,0,75)
C81M44Y0K75 
(81%,44%,0%,75%)
(0.81/0.44/0.00/0.75)	

CMYK percentages

%81.25
%43.75
%0
%74.9

Codes

Color #0C2440 in popluar color models

0C2440
RGB123664
HSL212°68.42%14.90%
HSB/HSV212°81.25%25.10%
CMYK81.25%43.75%0.00%
74.90%

Color #0C2440 in popluar number systems.

HEX0C2440
Decimal123664
Binary11001001001000000
Octal1444100

Shades and tints

Shades of #0C2440

#0C2440
(12,36,64)
#0B213B
(11,33,59)
#0A1E36
(10,30,54)
#091B31
(9,27,49)
#08182C
(8,24,44)
#071527
(7,21,39)
#061222
(6,18,34)
#050F1D
(5,15,29)
#040C18
(4,12,24)
#030913
(3,9,19)
#02060E
(2,6,14)
#000000
(0,0,0)

Tints of #0C2440

#0C2440
(12,36,64)
#223751
(34,55,81)
#384A62
(56,74,98)
#4E5D73
(78,93,115)
#647084
(100,112,132)
#7A8395
(122,131,149)
#9096A6
(144,150,166)
#A6A9B7
(166,169,183)
#BCBCC8
(188,188,200)
#D2CFD9
(210,207,217)
#E8E2EA
(232,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2440 color. Also use rgb(12,36,64) instead hex code.

Text Font Color

.myTextColor { color: #0C2440; }

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

This text font color is #0C2440.


Background Color

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

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

This div background color is #0C2440.


Border color

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

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

This div border color is #0C2440.


Opacity

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

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

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

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

This text has shadow with #0C2440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2440 on black background.


Color preview on white background

This text has color #0C2440 on white background.



Black color preview on #0C2440 background

This text has black color on #0C2440 background.


White color preview on #0C2440 background

This text has white color on #0C2440 background.