COLOR #0C377F

HEX: #0C377F
RGB: (12,55,127)

Color info

#0C377F contains mainly blue color. Web safe color of #0C377F is #003366 (or #036).

RGB color model

#0C377F color RGB value is (12,55,127).

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

RGB channels and saturation

R 12 of 255 = 5%
G 55 of 255 = 22%
B 127 of 255 = 50%

12
55
127

R + G + B ~ 26%. #0C377F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 55 + 127 = 194 (100%)
R 12 of 194 ~ 6.19%
G 55 of 194 ~ 28.35%
B 127 of 194 ~ 65.46%

%28.35
%65.46

CMYK color model

#0C377F color CMYK value is (91,57,0,50).

  • cyan value is 90.55%
  • magenta value is 56.69%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(91,57,0,50)
C91M57Y0K50 
(91%,57%,0%,50%)
(0.91/0.57/0.00/0.50)	

CMYK percentages

%90.55
%56.69
%0
%50.2

Codes

Color #0C377F in popluar color models

0C377F
RGB1255127
HSL218°82.73%27.25%
HSB/HSV218°90.55%49.80%
CMYK90.55%56.69%0.00%
50.20%

Color #0C377F in popluar number systems.

HEX0C377F
Decimal1255127
Binary11001101111111111
Octal1467177

Shades and tints

Shades of #0C377F

#0C377F
(12,55,127)
#0B3274
(11,50,116)
#0A2D69
(10,45,105)
#09285E
(9,40,94)
#082353
(8,35,83)
#071E48
(7,30,72)
#06193D
(6,25,61)
#051432
(5,20,50)
#040F27
(4,15,39)
#030A1C
(3,10,28)
#020511
(2,5,17)
#000000
(0,0,0)

Tints of #0C377F

#0C377F
(12,55,127)
#22498A
(34,73,138)
#385B95
(56,91,149)
#4E6DA0
(78,109,160)
#647FAB
(100,127,171)
#7A91B6
(122,145,182)
#90A3C1
(144,163,193)
#A6B5CC
(166,181,204)
#BCC7D7
(188,199,215)
#D2D9E2
(210,217,226)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C377F; }

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

This text font color is #0C377F.


Background Color

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

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

This div background color is #0C377F.


Border color

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

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

This div border color is #0C377F.


Opacity

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

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

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

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

This text has shadow with #0C377F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C377F on black background.


Color preview on white background

This text has color #0C377F on white background.



Black color preview on #0C377F background

This text has black color on #0C377F background.


White color preview on #0C377F background

This text has white color on #0C377F background.