COLOR #0C131E

HEX: #0C131E RGB: (12,19,30)

Color info

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

RGB color model

#0C131E color RGB value is (12,19,30).

RGB: (12,19,30) (5%, 7%, 12%)

RGB channels and saturation

R 12 of 255 = 5%
G 19 of 255 = 7%
B 30 of 255 = 12%

12
19
30

R + G + B ~ 8%. #0C131E is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 19 + 30 = 61 (100%)
R 12 of 61 ~ 19.67%
G 19 of 61 ~ 31.15%
B 30 of 61 ~ 49.18'%

%19.67
%31.15
%49.18

CMYK color model

#0C131E color CMYK value is (60,37,0,88).

  • cyan value is 60.00%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (60,37,0,88)
C60M37Y0K88 (60%, 37%, 0%, 88%)
(0.60 / 0.37 / 0.00 / 0.88)

CMYK percentages

%60
%36.67
%0
%88.24

Codes

Color #0C131E in popluar color models

0C 13 1E
RGB 12 19 30
HSL 217° 42.86% 8.24%
HSB/HSV 217° 60.00% 11.76%
CMYK 60.00% 36.67% 0.00%
88.24%

Color #0C131E in popluar number systems.

HEX 0C 13 1E
Decimal 12 19 30
Binary 1100 10011 11110
Octal 14 23 36

Shades and tints

Shades of #0C131E

#0C131E
(12,19,30)
#0B121C
(11,18,28)
#0A111A
(10,17,26)
#091018
(9,16,24)
#080F16
(8,15,22)
#070E14
(7,14,20)
#060D12
(6,13,18)
#050C10
(5,12,16)
#040B0E
(4,11,14)
#030A0C
(3,10,12)
#02090A
(2,9,10)
#000000
(0,0,0)

Tints of #0C131E

#0C131E
(12,19,30)
#222832
(34,40,50)
#383D46
(56,61,70)
#4E525A
(78,82,90)
#64676E
(100,103,110)
#7A7C82
(122,124,130)
#909196
(144,145,150)
#A6A6AA
(166,166,170)
#BCBBBE
(188,187,190)
#D2D0D2
(210,208,210)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C131E color. Also use rgb(12,19,30) instead hex code.

Text Font Color

.myTextColor { color: #0C131E; }

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

This text font color is #0C131E.

Background Color

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

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

This div background color is #0C131E.

Border color

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

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

This div border color is #0C131E.

Opacity

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

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

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

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

This text has shadow with #0C131E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C131E.

Preview

Color preview on black background

This text has color #0C131E on black background.


Color preview on white background

This text has color #0C131E on white background.


Black color preview on #0C131E background

This text has black color on #0C131E background.


White color preview on #0C131E background

This text has white color on #0C131E background.


Related colors

Complementary color

Complementary color for #hex is #F3ECE1.


I love getcolorcode.com

Triadic colors

1 #1E0C13 and #131E0C with #0C131E are triadic colors.

2 #1E130C and #130C1E with #0C131E are triadic colors.