COLOR #000C3E

HEX: #000C3E
RGB: (0,12,62)

Color info

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

RGB color model

#000C3E color RGB value is (0,12,62).

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

RGB channels and saturation

R 0 of 255 = 0%
G 12 of 255 = 5%
B 62 of 255 = 24%

0
12
62

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

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 62 = 74 (100%)
R 0 of 74 ~ 0%
G 12 of 74 ~ 16.22%
B 62 of 74 ~ 83.78%

%16.22
%83.78

CMYK color model

#000C3E color CMYK value is (100,81,0,76).

  • cyan value is 100.00%
  • magenta value is 80.65%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(100,81,0,76)
C100M81Y0K76 
(100%,81%,0%,76%)
(1.00/0.81/0.00/0.76)	

CMYK percentages

%100
%80.65
%0
%75.69

Codes

Color #000C3E in popluar color models

000C3E
RGB01262
HSL228°100.00%12.16%
HSB/HSV228°100.00%24.31%
CMYK100.00%80.65%0.00%
75.69%

Color #000C3E in popluar number systems.

HEX000C3E
Decimal01262
Binary01100111110
Octal01476

Shades and tints

Shades of #000C3E

#000C3E
(0,12,62)
#000B39
(0,11,57)
#000A34
(0,10,52)
#00092F
(0,9,47)
#00082A
(0,8,42)
#000725
(0,7,37)
#000620
(0,6,32)
#00051B
(0,5,27)
#000416
(0,4,22)
#000311
(0,3,17)
#00020C
(0,2,12)
#000000
(0,0,0)

Tints of #000C3E

#000C3E
(0,12,62)
#17224F
(23,34,79)
#2E3860
(46,56,96)
#454E71
(69,78,113)
#5C6482
(92,100,130)
#737A93
(115,122,147)
#8A90A4
(138,144,164)
#A1A6B5
(161,166,181)
#B8BCC6
(184,188,198)
#CFD2D7
(207,210,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C3E; }

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

This text font color is #000C3E.


Background Color

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

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

This div background color is #000C3E.


Border color

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

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

This div border color is #000C3E.


Opacity

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

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

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

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

This text has shadow with #000C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C3E on black background.


Color preview on white background

This text has color #000C3E on white background.



Black color preview on #000C3E background

This text has black color on #000C3E background.


White color preview on #000C3E background

This text has white color on #000C3E background.