COLOR #0C0385

HEX: #0C0385 RGB: (12,3,133)

Color info

#0C0385 contains mainly blue color. Web safe color of #0C0385 is #000099 (or #009).

RGB color model

#0C0385 color RGB value is (12,3,133).

RGB: (12,3,133) (5%, 1%, 52%)

RGB channels and saturation

R 12 of 255 = 5%
G 3 of 255 = 1%
B 133 of 255 = 52%

12
3
133

R + G + B ~ 19%. #0C0385 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 3 + 133 = 148 (100%)
R 12 of 148 ~ 8.11%
G 3 of 148 ~ 2.03%
B 133 of 148 ~ 89.86'%

%89.86

CMYK color model

#0C0385 color CMYK value is (91,98,0,48).

  • cyan value is 90.98%
  • magenta value is 97.74%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (91,98,0,48)
C91M98Y0K48 (91%, 98%, 0%, 48%)
(0.91 / 0.98 / 0.00 / 0.48)

CMYK percentages

%90.98
%97.74
%0
%47.84

Codes

Color #0C0385 in popluar color models

0C 03 85
RGB 12 3 133
HSL 244° 95.59% 26.67%
HSB/HSV 244° 97.74% 52.16%
CMYK 90.98% 97.74% 0.00%
47.84%

Color #0C0385 in popluar number systems.

HEX 0C 03 85
Decimal 12 3 133
Binary 1100 11 10000101
Octal 14 3 205

Shades and tints

Shades of #0C0385

#0C0385
(12,3,133)
#0B0379
(11,3,121)
#0A036D
(10,3,109)
#090361
(9,3,97)
#080355
(8,3,85)
#070349
(7,3,73)
#06033D
(6,3,61)
#050331
(5,3,49)
#040325
(4,3,37)
#030319
(3,3,25)
#02030D
(2,3,13)
#000000
(0,0,0)

Tints of #0C0385

#0C0385
(12,3,133)
#221990
(34,25,144)
#382F9B
(56,47,155)
#4E45A6
(78,69,166)
#645BB1
(100,91,177)
#7A71BC
(122,113,188)
#9087C7
(144,135,199)
#A69DD2
(166,157,210)
#BCB3DD
(188,179,221)
#D2C9E8
(210,201,232)
#E8DFF3
(232,223,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0385; }

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

This text font color is #0C0385.

Background Color

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

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

This div background color is #0C0385.

Border color

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

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

This div border color is #0C0385.

Opacity

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

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

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

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

This text has shadow with #0C0385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0385.

Preview

Color preview on black background

This text has color #0C0385 on black background.


Color preview on white background

This text has color #0C0385 on white background.


Black color preview on #0C0385 background

This text has black color on #0C0385 background.


White color preview on #0C0385 background

This text has white color on #0C0385 background.


Related colors

Complementary color

Complementary color for #hex is #F3FC7A.


I love getcolorcode.com

Triadic colors

1 #850C03 and #03850C with #0C0385 are triadic colors.

2 #85030C and #030C85 with #0C0385 are triadic colors.