COLOR #000C19

HEX: #000C19
RGB: (0,12,25)

Color info

#000C19 contains only green and blue colors. Web safe color of #000C19 is #000000 (or #000).

RGB color model

#000C19 color RGB value is (0,12,25).

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

RGB channels and saturation

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

0
12
25

R + G + B ~ 5%. #000C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 25 = 37 (100%)
R 0 of 37 ~ 0%
G 12 of 37 ~ 32.43%
B 25 of 37 ~ 67.57%

%32.43
%67.57

CMYK color model

#000C19 color CMYK value is (100,52,0,90).

  • cyan value is 100.00%
  • magenta value is 52.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(100,52,0,90)
C100M52Y0K90 
(100%,52%,0%,90%)
(1.00/0.52/0.00/0.90)	

CMYK percentages

%100
%52
%0
%90.2

Codes

Color #000C19 in popluar color models

000C19
RGB01225
HSL211°100.00%4.90%
HSB/HSV211°100.00%9.80%
CMYK100.00%52.00%0.00%
90.20%

Color #000C19 in popluar number systems.

HEX000C19
Decimal01225
Binary0110011001
Octal01431

Shades and tints

Shades of #000C19

#000C19
(0,12,25)
#000B17
(0,11,23)
#000A15
(0,10,21)
#000913
(0,9,19)
#000811
(0,8,17)
#00070F
(0,7,15)
#00060D
(0,6,13)
#00050B
(0,5,11)
#000409
(0,4,9)
#000307
(0,3,7)
#000205
(0,2,5)
#000000
(0,0,0)

Tints of #000C19

#000C19
(0,12,25)
#17222D
(23,34,45)
#2E3841
(46,56,65)
#454E55
(69,78,85)
#5C6469
(92,100,105)
#737A7D
(115,122,125)
#8A9091
(138,144,145)
#A1A6A5
(161,166,165)
#B8BCB9
(184,188,185)
#CFD2CD
(207,210,205)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C19; }

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

This text font color is #000C19.


Background Color

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

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

This div background color is #000C19.


Border color

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

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

This div border color is #000C19.


Opacity

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

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

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

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

This text has shadow with #000C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C19 on black background.


Color preview on white background

This text has color #000C19 on white background.



Black color preview on #000C19 background

This text has black color on #000C19 background.


White color preview on #000C19 background

This text has white color on #000C19 background.