COLOR #0C133D

HEX: #0C133D
RGB: (12,19,61)

Color info

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

RGB color model

#0C133D color RGB value is (12,19,61).

  • red value is 12;
  • green value is 19;
  • blue value is 61.
RGB:
(12,19,61)
(5%,7%,24%)

RGB channels and saturation

R 12 of 255 = 5%
G 19 of 255 = 7%
B 61 of 255 = 24%

12
19
61

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

Portions of RGB colors in percentages

R + G + B =
12 + 19 + 61 = 92 (100%)
R 12 of 92 ~ 13.04%
G 19 of 92 ~ 20.65%
B 61 of 92 ~ 66.3%

%13.04
%20.65
%66.3

CMYK color model

#0C133D color CMYK value is (80,69,0,76).

  • cyan value is 80.33%
  • magenta value is 68.85%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(80,69,0,76)
C80M69Y0K76 
(80%,69%,0%,76%)
(0.80/0.69/0.00/0.76)	

CMYK percentages

%80.33
%68.85
%0
%76.08

Codes

Color #0C133D in popluar color models

0C133D
RGB121961
HSL231°67.12%14.31%
HSB/HSV231°80.33%23.92%
CMYK80.33%68.85%0.00%
76.08%

Color #0C133D in popluar number systems.

HEX0C133D
Decimal121961
Binary110010011111101
Octal142375

Shades and tints

Shades of #0C133D

#0C133D
(12,19,61)
#0B1238
(11,18,56)
#0A1133
(10,17,51)
#09102E
(9,16,46)
#080F29
(8,15,41)
#070E24
(7,14,36)
#060D1F
(6,13,31)
#050C1A
(5,12,26)
#040B15
(4,11,21)
#030A10
(3,10,16)
#02090B
(2,9,11)
#000000
(0,0,0)

Tints of #0C133D

#0C133D
(12,19,61)
#22284E
(34,40,78)
#383D5F
(56,61,95)
#4E5270
(78,82,112)
#646781
(100,103,129)
#7A7C92
(122,124,146)
#9091A3
(144,145,163)
#A6A6B4
(166,166,180)
#BCBBC5
(188,187,197)
#D2D0D6
(210,208,214)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C133D; }

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

This text font color is #0C133D.


Background Color

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

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

This div background color is #0C133D.


Border color

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

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

This div border color is #0C133D.


Opacity

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

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

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

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

This text has shadow with #0C133D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C133D on black background.


Color preview on white background

This text has color #0C133D on white background.



Black color preview on #0C133D background

This text has black color on #0C133D background.


White color preview on #0C133D background

This text has white color on #0C133D background.