COLOR #000C17

HEX: #000C17
RGB: (0,12,23)

Color info

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

RGB color model

#000C17 color RGB value is (0,12,23).

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

RGB channels and saturation

R 0 of 255 = 0%
G 12 of 255 = 5%
B 23 of 255 = 9%

0
12
23

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

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 23 = 35 (100%)
R 0 of 35 ~ 0%
G 12 of 35 ~ 34.29%
B 23 of 35 ~ 65.71%

%34.29
%65.71

CMYK color model

#000C17 color CMYK value is (100,48,0,91).

  • cyan value is 100.00%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(100,48,0,91)
C100M48Y0K91 
(100%,48%,0%,91%)
(1.00/0.48/0.00/0.91)	

CMYK percentages

%100
%47.83
%0
%90.98

Codes

Color #000C17 in popluar color models

000C17
RGB01223
HSL209°100.00%4.51%
HSB/HSV209°100.00%9.02%
CMYK100.00%47.83%0.00%
90.98%

Color #000C17 in popluar number systems.

HEX000C17
Decimal01223
Binary0110010111
Octal01427

Shades and tints

Shades of #000C17

#000C17
(0,12,23)
#000B15
(0,11,21)
#000A13
(0,10,19)
#000911
(0,9,17)
#00080F
(0,8,15)
#00070D
(0,7,13)
#00060B
(0,6,11)
#000509
(0,5,9)
#000407
(0,4,7)
#000305
(0,3,5)
#000203
(0,2,3)
#000000
(0,0,0)

Tints of #000C17

#000C17
(0,12,23)
#17222C
(23,34,44)
#2E3841
(46,56,65)
#454E56
(69,78,86)
#5C646B
(92,100,107)
#737A80
(115,122,128)
#8A9095
(138,144,149)
#A1A6AA
(161,166,170)
#B8BCBF
(184,188,191)
#CFD2D4
(207,210,212)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C17; }

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

This text font color is #000C17.


Background Color

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

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

This div background color is #000C17.


Border color

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

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

This div border color is #000C17.


Opacity

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

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

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

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

This text has shadow with #000C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C17 on black background.


Color preview on white background

This text has color #000C17 on white background.



Black color preview on #000C17 background

This text has black color on #000C17 background.


White color preview on #000C17 background

This text has white color on #000C17 background.