COLOR #000015

HEX: #000015
RGB: (0,0,21)

Color info

#000015 contains only blue color. Web safe color of #000015 is #000000 (or #000).

RGB color model

#000015 color RGB value is (0,0,21).

  • red value is 0;
  • green value is 0;
  • blue value is 21.
RGB:
(0,0,21)
(0%,0%,8%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 21 of 255 = 8%

0
0
21

R + G + B ~ 3%. #000015 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 21 = 21 (100%)
R 0 of 21 ~ 0%
G 0 of 21 ~ 0%
B 21 of 21 ~ 100%

%100

CMYK color model

#000015 color CMYK value is (100,100,0,92).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(100,100,0,92)
C100M100Y0K92 
(100%,100%,0%,92%)
(1.00/1.00/0.00/0.92)	

CMYK percentages

%100
%100
%0
%91.76

Codes

Color #000015 in popluar color models

000015
RGB0021
HSL240°100.00%4.12%
HSB/HSV240°100.00%8.24%
CMYK100.00%100.00%0.00%
91.76%

Color #000015 in popluar number systems.

HEX000015
Decimal0021
Binary0010101
Octal0025

Shades and tints

Shades of #000015

#000015
(0,0,21)
#000014
(0,0,20)
#000013
(0,0,19)
#000012
(0,0,18)
#000011
(0,0,17)
#000010
(0,0,16)
#00000F
(0,0,15)
#00000E
(0,0,14)
#00000D
(0,0,13)
#00000C
(0,0,12)
#00000B
(0,0,11)
#000000
(0,0,0)

Tints of #000015

#000015
(0,0,21)
#17172A
(23,23,42)
#2E2E3F
(46,46,63)
#454554
(69,69,84)
#5C5C69
(92,92,105)
#73737E
(115,115,126)
#8A8A93
(138,138,147)
#A1A1A8
(161,161,168)
#B8B8BD
(184,184,189)
#CFCFD2
(207,207,210)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000015 color. Also use rgb(0,0,21) instead hex code.

Text Font Color

.myTextColor { color: #000015; }

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

This text font color is #000015.


Background Color

.myBgColor { background-color: #000015; }

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

This div background color is #000015.


Border color

.myBorderColor { border: 1px solid #000015; }

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

This div border color is #000015.


Opacity

.myOpacity80 { color: #000015; opacity: 0.8; }

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

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

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

This text has shadow with #000015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000015 on black background.


Color preview on white background

This text has color #000015 on white background.



Black color preview on #000015 background

This text has black color on #000015 background.


White color preview on #000015 background

This text has white color on #000015 background.