COLOR #0C123A

HEX: #0C123A RGB: (12,18,58)

Color info

#0C123A contains red, green and blue colors in about the same proportion. Web safe color of #0C123A is #000033 (or #003).

RGB color model

#0C123A color RGB value is (12,18,58).

RGB: (12,18,58) (5%, 7%, 23%)

RGB channels and saturation

R 12 of 255 = 5%
G 18 of 255 = 7%
B 58 of 255 = 23%

12
18
58

R + G + B ~ 12%. #0C123A is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 18 + 58 = 88 (100%)
R 12 of 88 ~ 13.64%
G 18 of 88 ~ 20.45%
B 58 of 88 ~ 65.91'%

%13.64
%20.45
%65.91

CMYK color model

#0C123A color CMYK value is (79,69,0,77).

  • cyan value is 79.31%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (79,69,0,77)
C79M69Y0K77 (79%, 69%, 0%, 77%)
(0.79 / 0.69 / 0.00 / 0.77)

CMYK percentages

%79.31
%68.97
%0
%77.25

Codes

Color #0C123A in popluar color models

0C 12 3A
RGB 12 18 58
HSL 232° 65.71% 13.73%
HSB/HSV 232° 79.31% 22.75%
CMYK 79.31% 68.97% 0.00%
77.25%

Color #0C123A in popluar number systems.

HEX 0C 12 3A
Decimal 12 18 58
Binary 1100 10010 111010
Octal 14 22 72

Shades and tints

Shades of #0C123A

#0C123A
(12,18,58)
#0B1135
(11,17,53)
#0A1030
(10,16,48)
#090F2B
(9,15,43)
#080E26
(8,14,38)
#070D21
(7,13,33)
#060C1C
(6,12,28)
#050B17
(5,11,23)
#040A12
(4,10,18)
#03090D
(3,9,13)
#020808
(2,8,8)
#000000
(0,0,0)

Tints of #0C123A

#0C123A
(12,18,58)
#22274B
(34,39,75)
#383C5C
(56,60,92)
#4E516D
(78,81,109)
#64667E
(100,102,126)
#7A7B8F
(122,123,143)
#9090A0
(144,144,160)
#A6A5B1
(166,165,177)
#BCBAC2
(188,186,194)
#D2CFD3
(210,207,211)
#E8E4E4
(232,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C123A color. Also use rgb(12,18,58) instead hex code.

Text Font Color

.myTextColor { color: #0C123A; }

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

This text font color is #0C123A.

Background Color

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

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

This div background color is #0C123A.

Border color

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

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

This div border color is #0C123A.

Opacity

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

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

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

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

This text has shadow with #0C123A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C123A.

Preview

Color preview on black background

This text has color #0C123A on black background.


Color preview on white background

This text has color #0C123A on white background.


Black color preview on #0C123A background

This text has black color on #0C123A background.


White color preview on #0C123A background

This text has white color on #0C123A background.


Related colors

Complementary color

Complementary color for #hex is #F3EDC5.


I love getcolorcode.com

Triadic colors

1 #3A0C12 and #123A0C with #0C123A are triadic colors.

2 #3A120C and #120C3A with #0C123A are triadic colors.