COLOR #0C0361

HEX: #0C0361 RGB: (12,3,97)

Color info

#0C0361 contains mainly blue color. Web safe color of #0C0361 is #000066 (or #006).

RGB color model

#0C0361 color RGB value is (12,3,97).

RGB: (12,3,97) (5%, 1%, 38%)

RGB channels and saturation

R 12 of 255 = 5%
G 3 of 255 = 1%
B 97 of 255 = 38%

12
3
97

R + G + B ~ 15%. #0C0361 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 3 + 97 = 112 (100%)
R 12 of 112 ~ 10.71%
G 3 of 112 ~ 2.68%
B 97 of 112 ~ 86.61'%

%10.71
%86.61

CMYK color model

#0C0361 color CMYK value is (88,97,0,62).

  • cyan value is 87.63%
  • magenta value is 96.91%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (88,97,0,62)
C88M97Y0K62 (88%, 97%, 0%, 62%)
(0.88 / 0.97 / 0.00 / 0.62)

CMYK percentages

%87.63
%96.91
%0
%61.96

Codes

Color #0C0361 in popluar color models

0C 03 61
RGB 12 3 97
HSL 246° 94.00% 19.61%
HSB/HSV 246° 96.91% 38.04%
CMYK 87.63% 96.91% 0.00%
61.96%

Color #0C0361 in popluar number systems.

HEX 0C 03 61
Decimal 12 3 97
Binary 1100 11 1100001
Octal 14 3 141

Shades and tints

Shades of #0C0361

#0C0361
(12,3,97)
#0B0359
(11,3,89)
#0A0351
(10,3,81)
#090349
(9,3,73)
#080341
(8,3,65)
#070339
(7,3,57)
#060331
(6,3,49)
#050329
(5,3,41)
#040321
(4,3,33)
#030319
(3,3,25)
#020311
(2,3,17)
#000000
(0,0,0)

Tints of #0C0361

#0C0361
(12,3,97)
#22196F
(34,25,111)
#382F7D
(56,47,125)
#4E458B
(78,69,139)
#645B99
(100,91,153)
#7A71A7
(122,113,167)
#9087B5
(144,135,181)
#A69DC3
(166,157,195)
#BCB3D1
(188,179,209)
#D2C9DF
(210,201,223)
#E8DFED
(232,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0361 color. Also use rgb(12,3,97) instead hex code.

Text Font Color

.myTextColor { color: #0C0361; }

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

This text font color is #0C0361.

Background Color

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

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

This div background color is #0C0361.

Border color

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

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

This div border color is #0C0361.

Opacity

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

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

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

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

This text has shadow with #0C0361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0361.

Preview

Color preview on black background

This text has color #0C0361 on black background.


Color preview on white background

This text has color #0C0361 on white background.


Black color preview on #0C0361 background

This text has black color on #0C0361 background.


White color preview on #0C0361 background

This text has white color on #0C0361 background.


Related colors

Complementary color

Complementary color for #hex is #F3FC9E.


I love getcolorcode.com

Triadic colors

1 #610C03 and #03610C with #0C0361 are triadic colors.

2 #61030C and #030C61 with #0C0361 are triadic colors.