COLOR #000C5A

HEX: #000C5A
RGB: (0,12,90)

Color info

#000C5A contains mainly blue color. Web safe color of #000C5A is #000066 (or #006).

RGB color model

#000C5A color RGB value is (0,12,90).

  • red value is 0;
  • green value is 12;
  • blue value is 90.
RGB:
(0,12,90)
(0%,5%,35%)

RGB channels and saturation

R 0 of 255 = 0%
G 12 of 255 = 5%
B 90 of 255 = 35%

0
12
90

R + G + B ~ 13%. #000C5A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 90 = 102 (100%)
R 0 of 102 ~ 0%
G 12 of 102 ~ 11.76%
B 90 of 102 ~ 88.24%

%11.76
%88.24

CMYK color model

#000C5A color CMYK value is (100,87,0,65).

  • cyan value is 100.00%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(100,87,0,65)
C100M87Y0K65 
(100%,87%,0%,65%)
(1.00/0.87/0.00/0.65)	

CMYK percentages

%100
%86.67
%0
%64.71

Codes

Color #000C5A in popluar color models

000C5A
RGB01290
HSL232°100.00%17.65%
HSB/HSV232°100.00%35.29%
CMYK100.00%86.67%0.00%
64.71%

Color #000C5A in popluar number systems.

HEX000C5A
Decimal01290
Binary011001011010
Octal014132

Shades and tints

Shades of #000C5A

#000C5A
(0,12,90)
#000B52
(0,11,82)
#000A4A
(0,10,74)
#000942
(0,9,66)
#00083A
(0,8,58)
#000732
(0,7,50)
#00062A
(0,6,42)
#000522
(0,5,34)
#00041A
(0,4,26)
#000312
(0,3,18)
#00020A
(0,2,10)
#000000
(0,0,0)

Tints of #000C5A

#000C5A
(0,12,90)
#172269
(23,34,105)
#2E3878
(46,56,120)
#454E87
(69,78,135)
#5C6496
(92,100,150)
#737AA5
(115,122,165)
#8A90B4
(138,144,180)
#A1A6C3
(161,166,195)
#B8BCD2
(184,188,210)
#CFD2E1
(207,210,225)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C5A; }

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

This text font color is #000C5A.


Background Color

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

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

This div background color is #000C5A.


Border color

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

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

This div border color is #000C5A.


Opacity

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

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

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

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

This text has shadow with #000C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C5A on black background.


Color preview on white background

This text has color #000C5A on white background.



Black color preview on #000C5A background

This text has black color on #000C5A background.


White color preview on #000C5A background

This text has white color on #000C5A background.