COLOR #0C3367

HEX: #0C3367 RGB: (12,51,103)

Color info

#0C3367 contains mainly green and blue colors. Web safe color of #0C3367 is #003366 (or #036).

RGB color model

#0C3367 color RGB value is (12,51,103).

RGB: (12,51,103) (5%, 20%, 40%)

RGB channels and saturation

R 12 of 255 = 5%
G 51 of 255 = 20%
B 103 of 255 = 40%

12
51
103

R + G + B ~ 22%. #0C3367 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 51 + 103 = 166 (100%)
R 12 of 166 ~ 7.23%
G 51 of 166 ~ 30.72%
B 103 of 166 ~ 62.05'%

%30.72
%62.05

CMYK color model

#0C3367 color CMYK value is (88,50,0,60).

  • cyan value is 88.35%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (88,50,0,60)
C88M50Y0K60 (88%, 50%, 0%, 60%)
(0.88 / 0.50 / 0.00 / 0.60)

CMYK percentages

%88.35
%50.49
%0
%59.61

Codes

Color #0C3367 in popluar color models

0C 33 67
RGB 12 51 103
HSL 214° 79.13% 22.55%
HSB/HSV 214° 88.35% 40.39%
CMYK 88.35% 50.49% 0.00%
59.61%

Color #0C3367 in popluar number systems.

HEX 0C 33 67
Decimal 12 51 103
Binary 1100 110011 1100111
Octal 14 63 147

Shades and tints

Shades of #0C3367

#0C3367
(12,51,103)
#0B2F5E
(11,47,94)
#0A2B55
(10,43,85)
#09274C
(9,39,76)
#082343
(8,35,67)
#071F3A
(7,31,58)
#061B31
(6,27,49)
#051728
(5,23,40)
#04131F
(4,19,31)
#030F16
(3,15,22)
#020B0D
(2,11,13)
#000000
(0,0,0)

Tints of #0C3367

#0C3367
(12,51,103)
#224574
(34,69,116)
#385781
(56,87,129)
#4E698E
(78,105,142)
#647B9B
(100,123,155)
#7A8DA8
(122,141,168)
#909FB5
(144,159,181)
#A6B1C2
(166,177,194)
#BCC3CF
(188,195,207)
#D2D5DC
(210,213,220)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3367 color. Also use rgb(12,51,103) instead hex code.

Text Font Color

.myTextColor { color: #0C3367; }

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

This text font color is #0C3367.

Background Color

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

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

This div background color is #0C3367.

Border color

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

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

This div border color is #0C3367.

Opacity

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

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

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

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

This text has shadow with #0C3367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3367.

Preview

Color preview on black background

This text has color #0C3367 on black background.


Color preview on white background

This text has color #0C3367 on white background.


Black color preview on #0C3367 background

This text has black color on #0C3367 background.


White color preview on #0C3367 background

This text has white color on #0C3367 background.


Related colors

Complementary color

Complementary color for #hex is #F3CC98.


I love getcolorcode.com

Triadic colors

1 #670C33 and #33670C with #0C3367 are triadic colors.

2 #67330C and #330C67 with #0C3367 are triadic colors.