COLOR #0C1738

HEX: #0C1738
RGB: (12,23,56)

Color info

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

RGB color model

#0C1738 color RGB value is (12,23,56).

  • red value is 12;
  • green value is 23;
  • blue value is 56.
RGB:
(12,23,56)
(5%,9%,22%)

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 56 of 255 = 22%

12
23
56

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

Portions of RGB colors in percentages

R + G + B =
12 + 23 + 56 = 91 (100%)
R 12 of 91 ~ 13.19%
G 23 of 91 ~ 25.27%
B 56 of 91 ~ 61.54%

%13.19
%25.27
%61.54

CMYK color model

#0C1738 color CMYK value is (79,59,0,78).

  • cyan value is 78.57%
  • magenta value is 58.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(79,59,0,78)
C79M59Y0K78 
(79%,59%,0%,78%)
(0.79/0.59/0.00/0.78)	

CMYK percentages

%78.57
%58.93
%0
%78.04

Codes

Color #0C1738 in popluar color models

0C1738
RGB122356
HSL225°64.71%13.33%
HSB/HSV225°78.57%21.96%
CMYK78.57%58.93%0.00%
78.04%

Color #0C1738 in popluar number systems.

HEX0C1738
Decimal122356
Binary110010111111000
Octal142770

Shades and tints

Shades of #0C1738

#0C1738
(12,23,56)
#0B1533
(11,21,51)
#0A132E
(10,19,46)
#091129
(9,17,41)
#080F24
(8,15,36)
#070D1F
(7,13,31)
#060B1A
(6,11,26)
#050915
(5,9,21)
#040710
(4,7,16)
#03050B
(3,5,11)
#020306
(2,3,6)
#000000
(0,0,0)

Tints of #0C1738

#0C1738
(12,23,56)
#222C4A
(34,44,74)
#38415C
(56,65,92)
#4E566E
(78,86,110)
#646B80
(100,107,128)
#7A8092
(122,128,146)
#9095A4
(144,149,164)
#A6AAB6
(166,170,182)
#BCBFC8
(188,191,200)
#D2D4DA
(210,212,218)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1738 color. Also use rgb(12,23,56) instead hex code.

Text Font Color

.myTextColor { color: #0C1738; }

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

This text font color is #0C1738.


Background Color

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

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

This div background color is #0C1738.


Border color

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

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

This div border color is #0C1738.


Opacity

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

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

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

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

This text has shadow with #0C1738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1738 on black background.


Color preview on white background

This text has color #0C1738 on white background.



Black color preview on #0C1738 background

This text has black color on #0C1738 background.


White color preview on #0C1738 background

This text has white color on #0C1738 background.