COLOR #05000F

HEX: #05000F RGB: (5,0,15)

Color info

#05000F contains only red and blue colors. Web safe color of #05000F is #000000 (or #000).

RGB color model

#05000F color RGB value is (5,0,15).

RGB: (5,0,15) (2%, 0%, 6%)

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 15 of 255 = 6%

5
0
15

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

Portions of RGB colors in percentages

R + G + B = 5 + 0 + 15 = 20 (100%)
R 5 of 20 ~ 25%
G 0 of 20 ~ 0%
B 15 of 20 ~ 75'%

%25
%75

CMYK color model

#05000F color CMYK value is (67,100,0,94).

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

CMYK: (67,100,0,94)
C67M100Y0K94 (67%, 100%, 0%, 94%)
(0.67 / 1.00 / 0.00 / 0.94)

CMYK percentages

%66.67
%100
%0
%94.12

Codes

Color #05000F in popluar color models

05 00 0F
RGB 5 0 15
HSL 260° 100.00% 2.94%
HSB/HSV 260° 100.00% 5.88%
CMYK 66.67% 100.00% 0.00%
94.12%

Color #05000F in popluar number systems.

HEX 05 00 0F
Decimal 5 0 15
Binary 101 0 1111
Octal 5 0 17

Shades and tints

Shades of #05000F

#05000F
(5,0,15)
#05000E
(5,0,14)
#05000D
(5,0,13)
#05000C
(5,0,12)
#05000B
(5,0,11)
#05000A
(5,0,10)
#050009
(5,0,9)
#050008
(5,0,8)
#050007
(5,0,7)
#050006
(5,0,6)
#050005
(5,0,5)
#000000
(0,0,0)

Tints of #05000F

#05000F
(5,0,15)
#1B1724
(27,23,36)
#312E39
(49,46,57)
#47454E
(71,69,78)
#5D5C63
(93,92,99)
#737378
(115,115,120)
#898A8D
(137,138,141)
#9FA1A2
(159,161,162)
#B5B8B7
(181,184,183)
#CBCFCC
(203,207,204)
#E1E6E1
(225,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05000F color. Also use rgb(5,0,15) instead hex code.

Text Font Color

.myTextColor { color: #05000F; }

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

This text font color is #05000F.

Background Color

.myBgColor { background-color: #05000F; }

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

This div background color is #05000F.

Border color

.myBorderColor { border: 1px solid #05000F; }

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

This div border color is #05000F.

Opacity

.myOpacity80 { color: #05000F; opacity: 0.8; }

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

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

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

This text has shadow with #05000F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05000F.

Preview

Color preview on black background

This text has color #05000F on black background.


Color preview on white background

This text has color #05000F on white background.


Black color preview on #05000F background

This text has black color on #05000F background.


White color preview on #05000F background

This text has white color on #05000F background.


Related colors

Complementary color

Complementary color for #hex is #FAFFF0.


I love getcolorcode.com

Triadic colors

1 #0F0500 and #000F05 with #05000F are triadic colors.

2 #0F0005 and #00050F with #05000F are triadic colors.