COLOR #0C044F

HEX: #0C044F RGB: (12,4,79)

Color info

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

RGB color model

#0C044F color RGB value is (12,4,79).

RGB: (12,4,79) (5%, 2%, 31%)

RGB channels and saturation

R 12 of 255 = 5%
G 4 of 255 = 2%
B 79 of 255 = 31%

12
4
79

R + G + B ~ 13%. #0C044F is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 4 + 79 = 95 (100%)
R 12 of 95 ~ 12.63%
G 4 of 95 ~ 4.21%
B 79 of 95 ~ 83.16'%

%12.63
%83.16

CMYK color model

#0C044F color CMYK value is (85,95,0,69).

  • cyan value is 84.81%
  • magenta value is 94.94%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (85,95,0,69)
C85M95Y0K69 (85%, 95%, 0%, 69%)
(0.85 / 0.95 / 0.00 / 0.69)

CMYK percentages

%84.81
%94.94
%0
%69.02

Codes

Color #0C044F in popluar color models

0C 04 4F
RGB 12 4 79
HSL 246° 90.36% 16.27%
HSB/HSV 246° 94.94% 30.98%
CMYK 84.81% 94.94% 0.00%
69.02%

Color #0C044F in popluar number systems.

HEX 0C 04 4F
Decimal 12 4 79
Binary 1100 100 1001111
Octal 14 4 117

Shades and tints

Shades of #0C044F

#0C044F
(12,4,79)
#0B0448
(11,4,72)
#0A0441
(10,4,65)
#09043A
(9,4,58)
#080433
(8,4,51)
#07042C
(7,4,44)
#060425
(6,4,37)
#05041E
(5,4,30)
#040417
(4,4,23)
#030410
(3,4,16)
#020409
(2,4,9)
#000000
(0,0,0)

Tints of #0C044F

#0C044F
(12,4,79)
#221A5F
(34,26,95)
#38306F
(56,48,111)
#4E467F
(78,70,127)
#645C8F
(100,92,143)
#7A729F
(122,114,159)
#9088AF
(144,136,175)
#A69EBF
(166,158,191)
#BCB4CF
(188,180,207)
#D2CADF
(210,202,223)
#E8E0EF
(232,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C044F; }

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

This text font color is #0C044F.

Background Color

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

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

This div background color is #0C044F.

Border color

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

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

This div border color is #0C044F.

Opacity

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

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

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

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

This text has shadow with #0C044F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C044F.

Preview

Color preview on black background

This text has color #0C044F on black background.


Color preview on white background

This text has color #0C044F on white background.


Black color preview on #0C044F background

This text has black color on #0C044F background.


White color preview on #0C044F background

This text has white color on #0C044F background.


Related colors

Complementary color

Complementary color for #hex is #F3FBB0.


I love getcolorcode.com

Triadic colors

1 #4F0C04 and #044F0C with #0C044F are triadic colors.

2 #4F040C and #040C4F with #0C044F are triadic colors.