COLOR #0C1B37

HEX: #0C1B37
RGB: (12,27,55)

Color info

#0C1B37 contains red, green and blue colors in about the same proportion. Web safe color of #0C1B37 is #003333 (or #033).

RGB color model

#0C1B37 color RGB value is (12,27,55).

  • red value is 12;
  • green value is 27;
  • blue value is 55.
RGB:
(12,27,55)
(5%,11%,22%)

RGB channels and saturation

R 12 of 255 = 5%
G 27 of 255 = 11%
B 55 of 255 = 22%

12
27
55

R + G + B ~ 13%. #0C1B37 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 27 + 55 = 94 (100%)
R 12 of 94 ~ 12.77%
G 27 of 94 ~ 28.72%
B 55 of 94 ~ 58.51%

%12.77
%28.72
%58.51

CMYK color model

#0C1B37 color CMYK value is (78,51,0,78).

  • cyan value is 78.18%
  • magenta value is 50.91%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(78,51,0,78)
C78M51Y0K78 
(78%,51%,0%,78%)
(0.78/0.51/0.00/0.78)	

CMYK percentages

%78.18
%50.91
%0
%78.43

Codes

Color #0C1B37 in popluar color models

0C1B37
RGB122755
HSL219°64.18%13.14%
HSB/HSV219°78.18%21.57%
CMYK78.18%50.91%0.00%
78.43%

Color #0C1B37 in popluar number systems.

HEX0C1B37
Decimal122755
Binary110011011110111
Octal143367

Shades and tints

Shades of #0C1B37

#0C1B37
(12,27,55)
#0B1932
(11,25,50)
#0A172D
(10,23,45)
#091528
(9,21,40)
#081323
(8,19,35)
#07111E
(7,17,30)
#060F19
(6,15,25)
#050D14
(5,13,20)
#040B0F
(4,11,15)
#03090A
(3,9,10)
#020705
(2,7,5)
#000000
(0,0,0)

Tints of #0C1B37

#0C1B37
(12,27,55)
#222F49
(34,47,73)
#38435B
(56,67,91)
#4E576D
(78,87,109)
#646B7F
(100,107,127)
#7A7F91
(122,127,145)
#9093A3
(144,147,163)
#A6A7B5
(166,167,181)
#BCBBC7
(188,187,199)
#D2CFD9
(210,207,217)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1B37; }

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

This text font color is #0C1B37.


Background Color

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

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

This div background color is #0C1B37.


Border color

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

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

This div border color is #0C1B37.


Opacity

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

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

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

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

This text has shadow with #0C1B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1B37 on black background.


Color preview on white background

This text has color #0C1B37 on white background.



Black color preview on #0C1B37 background

This text has black color on #0C1B37 background.


White color preview on #0C1B37 background

This text has white color on #0C1B37 background.