COLOR #0C113F

HEX: #0C113F RGB: (12,17,63)

Color info

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

RGB color model

#0C113F color RGB value is (12,17,63).

RGB: (12,17,63) (5%, 7%, 25%)

RGB channels and saturation

R 12 of 255 = 5%
G 17 of 255 = 7%
B 63 of 255 = 25%

12
17
63

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

Portions of RGB colors in percentages

R + G + B = 12 + 17 + 63 = 92 (100%)
R 12 of 92 ~ 13.04%
G 17 of 92 ~ 18.48%
B 63 of 92 ~ 68.48'%

%13.04
%18.48
%68.48

CMYK color model

#0C113F color CMYK value is (81,73,0,75).

  • cyan value is 80.95%
  • magenta value is 73.02%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (81,73,0,75)
C81M73Y0K75 (81%, 73%, 0%, 75%)
(0.81 / 0.73 / 0.00 / 0.75)

CMYK percentages

%80.95
%73.02
%0
%75.29

Codes

Color #0C113F in popluar color models

0C 11 3F
RGB 12 17 63
HSL 234° 68.00% 14.71%
HSB/HSV 234° 80.95% 24.71%
CMYK 80.95% 73.02% 0.00%
75.29%

Color #0C113F in popluar number systems.

HEX 0C 11 3F
Decimal 12 17 63
Binary 1100 10001 111111
Octal 14 21 77

Shades and tints

Shades of #0C113F

#0C113F
(12,17,63)
#0B103A
(11,16,58)
#0A0F35
(10,15,53)
#090E30
(9,14,48)
#080D2B
(8,13,43)
#070C26
(7,12,38)
#060B21
(6,11,33)
#050A1C
(5,10,28)
#040917
(4,9,23)
#030812
(3,8,18)
#02070D
(2,7,13)
#000000
(0,0,0)

Tints of #0C113F

#0C113F
(12,17,63)
#222650
(34,38,80)
#383B61
(56,59,97)
#4E5072
(78,80,114)
#646583
(100,101,131)
#7A7A94
(122,122,148)
#908FA5
(144,143,165)
#A6A4B6
(166,164,182)
#BCB9C7
(188,185,199)
#D2CED8
(210,206,216)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C113F color. Also use rgb(12,17,63) instead hex code.

Text Font Color

.myTextColor { color: #0C113F; }

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

This text font color is #0C113F.

Background Color

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

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

This div background color is #0C113F.

Border color

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

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

This div border color is #0C113F.

Opacity

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

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

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

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

This text has shadow with #0C113F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C113F.

Preview

Color preview on black background

This text has color #0C113F on black background.


Color preview on white background

This text has color #0C113F on white background.


Black color preview on #0C113F background

This text has black color on #0C113F background.


White color preview on #0C113F background

This text has white color on #0C113F background.


Related colors

Complementary color

Complementary color for #hex is #F3EEC0.


I love getcolorcode.com

Triadic colors

1 #3F0C11 and #113F0C with #0C113F are triadic colors.

2 #3F110C and #110C3F with #0C113F are triadic colors.