COLOR #0C2443

HEX: #0C2443
RGB: (12,36,67)

Color info

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

RGB color model

#0C2443 color RGB value is (12,36,67).

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

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 67 of 255 = 26%

12
36
67

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

Portions of RGB colors in percentages

R + G + B =
12 + 36 + 67 = 115 (100%)
R 12 of 115 ~ 10.43%
G 36 of 115 ~ 31.3%
B 67 of 115 ~ 58.26%

%10.43
%31.3
%58.26

CMYK color model

#0C2443 color CMYK value is (82,46,0,74).

  • cyan value is 82.09%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(82,46,0,74)
C82M46Y0K74 
(82%,46%,0%,74%)
(0.82/0.46/0.00/0.74)	

CMYK percentages

%82.09
%46.27
%0
%73.73

Codes

Color #0C2443 in popluar color models

0C2443
RGB123667
HSL214°69.62%15.49%
HSB/HSV214°82.09%26.27%
CMYK82.09%46.27%0.00%
73.73%

Color #0C2443 in popluar number systems.

HEX0C2443
Decimal123667
Binary11001001001000011
Octal1444103

Shades and tints

Shades of #0C2443

#0C2443
(12,36,67)
#0B213D
(11,33,61)
#0A1E37
(10,30,55)
#091B31
(9,27,49)
#08182B
(8,24,43)
#071525
(7,21,37)
#06121F
(6,18,31)
#050F19
(5,15,25)
#040C13
(4,12,19)
#03090D
(3,9,13)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #0C2443

#0C2443
(12,36,67)
#223754
(34,55,84)
#384A65
(56,74,101)
#4E5D76
(78,93,118)
#647087
(100,112,135)
#7A8398
(122,131,152)
#9096A9
(144,150,169)
#A6A9BA
(166,169,186)
#BCBCCB
(188,188,203)
#D2CFDC
(210,207,220)
#E8E2ED
(232,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2443; }

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

This text font color is #0C2443.


Background Color

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

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

This div background color is #0C2443.


Border color

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

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

This div border color is #0C2443.


Opacity

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

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

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

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

This text has shadow with #0C2443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2443 on black background.


Color preview on white background

This text has color #0C2443 on white background.



Black color preview on #0C2443 background

This text has black color on #0C2443 background.


White color preview on #0C2443 background

This text has white color on #0C2443 background.