COLOR #000F01

HEX: #000F01 RGB: (0,15,1)

Color info

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

RGB color model

#000F01 color RGB value is (0,15,1).

RGB: (0,15,1) (0%, 6%, 0%)

RGB channels and saturation

R 0 of 255 = 0%
G 15 of 255 = 6%
B 1 of 255 = 0%

0
15
1

R + G + B ~ 2%. #000F01 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 15 + 1 = 16 (100%)
R 0 of 16 ~ 0%
G 15 of 16 ~ 93.75%
B 1 of 16 ~ 6.25'%

%93.75

CMYK color model

#000F01 color CMYK value is (100,0,93,94).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 93.33%
  • key color value is 94.12%

CMYK: (100,0,93,94)
C100M0Y93K94 (100%, 0%, 93%, 94%)
(1.00 / 0.00 / 0.93 / 0.94)

CMYK percentages

%100
%0
%93.33
%94.12

Codes

Color #000F01 in popluar color models

00 0F 01
RGB 0 15 1
HSL 124° 100.00% 2.94%
HSB/HSV 124° 100.00% 5.88%
CMYK 100.00% 0.00% 93.33%
94.12%

Color #000F01 in popluar number systems.

HEX 00 0F 01
Decimal 0 15 1
Binary 0 1111 1
Octal 0 17 1

Shades and tints

Shades of #000F01

#000F01
(0,15,1)
#000E01
(0,14,1)
#000D01
(0,13,1)
#000C01
(0,12,1)
#000B01
(0,11,1)
#000A01
(0,10,1)
#000901
(0,9,1)
#000801
(0,8,1)
#000701
(0,7,1)
#000601
(0,6,1)
#000501
(0,5,1)
#000000
(0,0,0)

Tints of #000F01

#000F01
(0,15,1)
#172418
(23,36,24)
#2E392F
(46,57,47)
#454E46
(69,78,70)
#5C635D
(92,99,93)
#737874
(115,120,116)
#8A8D8B
(138,141,139)
#A1A2A2
(161,162,162)
#B8B7B9
(184,183,185)
#CFCCD0
(207,204,208)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000F01 color. Also use rgb(0,15,1) instead hex code.

Text Font Color

.myTextColor { color: #000F01; }

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

This text font color is #000F01.

Background Color

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

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

This div background color is #000F01.

Border color

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

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

This div border color is #000F01.

Opacity

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

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

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

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

This text has shadow with #000F01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000F01.

Preview

Color preview on black background

This text has color #000F01 on black background.


Color preview on white background

This text has color #000F01 on white background.


Black color preview on #000F01 background

This text has black color on #000F01 background.


White color preview on #000F01 background

This text has white color on #000F01 background.


Related colors

Complementary color

Complementary color for #hex is #FFF0FE.


I love getcolorcode.com

Triadic colors

1 #01000F and #0F0100 with #000F01 are triadic colors.

2 #010F00 and #0F0001 with #000F01 are triadic colors.