COLOR #0C1637

HEX: #0C1637 RGB: (12,22,55)

Color info

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

RGB color model

#0C1637 color RGB value is (12,22,55).

RGB: (12,22,55) (5%, 9%, 22%)

RGB channels and saturation

R 12 of 255 = 5%
G 22 of 255 = 9%
B 55 of 255 = 22%

12
22
55

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

Portions of RGB colors in percentages

R + G + B = 12 + 22 + 55 = 89 (100%)
R 12 of 89 ~ 13.48%
G 22 of 89 ~ 24.72%
B 55 of 89 ~ 61.8'%

%13.48
%24.72
%61.8

CMYK color model

#0C1637 color CMYK value is (78,60,0,78).

  • cyan value is 78.18%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (78,60,0,78)
C78M60Y0K78 (78%, 60%, 0%, 78%)
(0.78 / 0.60 / 0.00 / 0.78)

CMYK percentages

%78.18
%60
%0
%78.43

Codes

Color #0C1637 in popluar color models

0C 16 37
RGB 12 22 55
HSL 226° 64.18% 13.14%
HSB/HSV 226° 78.18% 21.57%
CMYK 78.18% 60.00% 0.00%
78.43%

Color #0C1637 in popluar number systems.

HEX 0C 16 37
Decimal 12 22 55
Binary 1100 10110 110111
Octal 14 26 67

Shades and tints

Shades of #0C1637

#0C1637
(12,22,55)
#0B1432
(11,20,50)
#0A122D
(10,18,45)
#091028
(9,16,40)
#080E23
(8,14,35)
#070C1E
(7,12,30)
#060A19
(6,10,25)
#050814
(5,8,20)
#04060F
(4,6,15)
#03040A
(3,4,10)
#020205
(2,2,5)
#000000
(0,0,0)

Tints of #0C1637

#0C1637
(12,22,55)
#222B49
(34,43,73)
#38405B
(56,64,91)
#4E556D
(78,85,109)
#646A7F
(100,106,127)
#7A7F91
(122,127,145)
#9094A3
(144,148,163)
#A6A9B5
(166,169,181)
#BCBEC7
(188,190,199)
#D2D3D9
(210,211,217)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1637 color. Also use rgb(12,22,55) instead hex code.

Text Font Color

.myTextColor { color: #0C1637; }

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

This text font color is #0C1637.

Background Color

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

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

This div background color is #0C1637.

Border color

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

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

This div border color is #0C1637.

Opacity

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

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

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

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

This text has shadow with #0C1637 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1637.

Preview

Color preview on black background

This text has color #0C1637 on black background.


Color preview on white background

This text has color #0C1637 on white background.


Black color preview on #0C1637 background

This text has black color on #0C1637 background.


White color preview on #0C1637 background

This text has white color on #0C1637 background.


Related colors

Complementary color

Complementary color for #hex is #F3E9C8.


I love getcolorcode.com

Triadic colors

1 #370C16 and #16370C with #0C1637 are triadic colors.

2 #37160C and #160C37 with #0C1637 are triadic colors.