COLOR #000C40

HEX: #000C40 RGB: (0,12,64)

Color info

#000C40 contains only green and blue colors. Web safe color of #000C40 is #000033 (or #003).

RGB color model

#000C40 color RGB value is (0,12,64).

RGB: (0,12,64) (0%, 5%, 25%)

RGB channels and saturation

R 0 of 255 = 0%
G 12 of 255 = 5%
B 64 of 255 = 25%

0
12
64

R + G + B ~ 10%. #000C40 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 12 + 64 = 76 (100%)
R 0 of 76 ~ 0%
G 12 of 76 ~ 15.79%
B 64 of 76 ~ 84.21'%

%15.79
%84.21

CMYK color model

#000C40 color CMYK value is (100,81,0,75).

  • cyan value is 100.00%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK: (100,81,0,75) C100M81Y0K75 (100%,81%,0%,75%) (1.00/0.81/0.00/0.75) 

CMYK percentages

%100
%81.25
%0
%74.9

Codes

Color #000C40 in popluar color models

00 0C 40
RGB 0 12 64
HSL 229° 100.00% 12.55%
HSB/HSV 229° 100.00% 25.10%
CMYK 100.00% 81.25% 0.00%
74.90%

Color #000C40 in popluar number systems.

HEX 00 0C 40
Decimal 0 12 64
Binary 0 1100 1000000
Octal 0 14 100

Shades and tints

Shades of #000C40

#000C40
(0,12,64)
#000B3B
(0,11,59)
#000A36
(0,10,54)
#000931
(0,9,49)
#00082C
(0,8,44)
#000727
(0,7,39)
#000622
(0,6,34)
#00051D
(0,5,29)
#000418
(0,4,24)
#000313
(0,3,19)
#00020E
(0,2,14)
#000000
(0,0,0)

Tints of #000C40

#000C40
(0,12,64)
#172251
(23,34,81)
#2E3862
(46,56,98)
#454E73
(69,78,115)
#5C6484
(92,100,132)
#737A95
(115,122,149)
#8A90A6
(138,144,166)
#A1A6B7
(161,166,183)
#B8BCC8
(184,188,200)
#CFD2D9
(207,210,217)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000C40 color. Also use rgb(0,12,64) instead hex code.

Text Font Color

.myTextColor { color: #000C40; }

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

This text font color is #000C40.

Background Color

.myBgColor { background-color: #000C40; }

<div style="background-color:#000C40">Inner text</div>

This div background color is #000C40.

Border color

.myBorderColor { border: 1px solid #000C40; }

<div style="border:3px solid #000C40">Div</div>

This div border color is #000C40.

Opacity

.myOpacity80 { color: #000C40; opacity: 0.8; }

<p style="color:#000C40;opacity:0.8;">80%</p>

Text with #000C40 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 #000C40;}

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

This text has shadow with #000C40 color.


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

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

This text has shadow with #000C40 primary color and red secondary color.


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

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

This text has shadow with #000C40 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #000C40.

Preview

Color preview on black background

This text has color #000C40 on black background.


Color preview on white background

This text has color #000C40 on white background.


Black color preview on #000C40 background

This text has black color on #000C40 background.


White color preview on #000C40 background

This text has white color on #000C40 background.


Related colors

Complementary color

Complementary color for #hex is #FFF3BF.


I love getcolorcode.com

Triadic colors

1 #40000C and #0C4000 with #000C40 are triadic colors.

2 #400C00 and #0C0040 with #000C40 are triadic colors.