COLOR #0C0475

HEX: #0C0475 RGB: (12,4,117)

Color info

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

RGB color model

#0C0475 color RGB value is (12,4,117).

RGB: (12,4,117) (5%, 2%, 46%)

RGB channels and saturation

R 12 of 255 = 5%
G 4 of 255 = 2%
B 117 of 255 = 46%

12
4
117

R + G + B ~ 18%. #0C0475 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 4 + 117 = 133 (100%)
R 12 of 133 ~ 9.02%
G 4 of 133 ~ 3.01%
B 117 of 133 ~ 87.97'%

%87.97

CMYK color model

#0C0475 color CMYK value is (90,97,0,54).

  • cyan value is 89.74%
  • magenta value is 96.58%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (90,97,0,54)
C90M97Y0K54 (90%, 97%, 0%, 54%)
(0.90 / 0.97 / 0.00 / 0.54)

CMYK percentages

%89.74
%96.58
%0
%54.12

Codes

Color #0C0475 in popluar color models

0C 04 75
RGB 12 4 117
HSL 244° 93.39% 23.73%
HSB/HSV 244° 96.58% 45.88%
CMYK 89.74% 96.58% 0.00%
54.12%

Color #0C0475 in popluar number systems.

HEX 0C 04 75
Decimal 12 4 117
Binary 1100 100 1110101
Octal 14 4 165

Shades and tints

Shades of #0C0475

#0C0475
(12,4,117)
#0B046B
(11,4,107)
#0A0461
(10,4,97)
#090457
(9,4,87)
#08044D
(8,4,77)
#070443
(7,4,67)
#060439
(6,4,57)
#05042F
(5,4,47)
#040425
(4,4,37)
#03041B
(3,4,27)
#020411
(2,4,17)
#000000
(0,0,0)

Tints of #0C0475

#0C0475
(12,4,117)
#221A81
(34,26,129)
#38308D
(56,48,141)
#4E4699
(78,70,153)
#645CA5
(100,92,165)
#7A72B1
(122,114,177)
#9088BD
(144,136,189)
#A69EC9
(166,158,201)
#BCB4D5
(188,180,213)
#D2CAE1
(210,202,225)
#E8E0ED
(232,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0475 color. Also use rgb(12,4,117) instead hex code.

Text Font Color

.myTextColor { color: #0C0475; }

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

This text font color is #0C0475.

Background Color

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

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

This div background color is #0C0475.

Border color

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

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

This div border color is #0C0475.

Opacity

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

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

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

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

This text has shadow with #0C0475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0475.

Preview

Color preview on black background

This text has color #0C0475 on black background.


Color preview on white background

This text has color #0C0475 on white background.


Black color preview on #0C0475 background

This text has black color on #0C0475 background.


White color preview on #0C0475 background

This text has white color on #0C0475 background.


Related colors

Complementary color

Complementary color for #hex is #F3FB8A.


I love getcolorcode.com

Triadic colors

1 #750C04 and #04750C with #0C0475 are triadic colors.

2 #75040C and #040C75 with #0C0475 are triadic colors.