COLOR #0C2E43

HEX: #0C2E43 RGB: (12,46,67)

Color info

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

RGB color model

#0C2E43 color RGB value is (12,46,67).

RGB: (12,46,67) (5%, 18%, 26%)

RGB channels and saturation

R 12 of 255 = 5%
G 46 of 255 = 18%
B 67 of 255 = 26%

12
46
67

R + G + B ~ 16%. #0C2E43 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 46 + 67 = 125 (100%)
R 12 of 125 ~ 9.6%
G 46 of 125 ~ 36.8%
B 67 of 125 ~ 53.6'%

%36.8
%53.6

CMYK color model

#0C2E43 color CMYK value is (82,31,0,74).

  • cyan value is 82.09%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (82,31,0,74)
C82M31Y0K74 (82%, 31%, 0%, 74%)
(0.82 / 0.31 / 0.00 / 0.74)

CMYK percentages

%82.09
%31.34
%0
%73.73

Codes

Color #0C2E43 in popluar color models

0C 2E 43
RGB 12 46 67
HSL 203° 69.62% 15.49%
HSB/HSV 203° 82.09% 26.27%
CMYK 82.09% 31.34% 0.00%
73.73%

Color #0C2E43 in popluar number systems.

HEX 0C 2E 43
Decimal 12 46 67
Binary 1100 101110 1000011
Octal 14 56 103

Shades and tints

Shades of #0C2E43

#0C2E43
(12,46,67)
#0B2A3D
(11,42,61)
#0A2637
(10,38,55)
#092231
(9,34,49)
#081E2B
(8,30,43)
#071A25
(7,26,37)
#06161F
(6,22,31)
#051219
(5,18,25)
#040E13
(4,14,19)
#030A0D
(3,10,13)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #0C2E43

#0C2E43
(12,46,67)
#224154
(34,65,84)
#385465
(56,84,101)
#4E6776
(78,103,118)
#647A87
(100,122,135)
#7A8D98
(122,141,152)
#90A0A9
(144,160,169)
#A6B3BA
(166,179,186)
#BCC6CB
(188,198,203)
#D2D9DC
(210,217,220)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2E43; }

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

This text font color is #0C2E43.

Background Color

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

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

This div background color is #0C2E43.

Border color

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

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

This div border color is #0C2E43.

Opacity

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

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

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

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

This text has shadow with #0C2E43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2E43.

Preview

Color preview on black background

This text has color #0C2E43 on black background.


Color preview on white background

This text has color #0C2E43 on white background.


Black color preview on #0C2E43 background

This text has black color on #0C2E43 background.


White color preview on #0C2E43 background

This text has white color on #0C2E43 background.


Related colors

Complementary color

Complementary color for #hex is #F3D1BC.


I love getcolorcode.com

Triadic colors

1 #430C2E and #2E430C with #0C2E43 are triadic colors.

2 #432E0C and #2E0C43 with #0C2E43 are triadic colors.