COLOR #051019

HEX: #051019 RGB: (5,16,25)

Color info

#051019 contains red, green and blue colors in about the same proportion. Web safe color of #051019 is #000000 (or #000).

RGB color model

#051019 color RGB value is (5,16,25).

RGB: (5,16,25) (2%, 6%, 10%)

RGB channels and saturation

R 5 of 255 = 2%
G 16 of 255 = 6%
B 25 of 255 = 10%

5
16
25

R + G + B ~ 6%. #051019 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 16 + 25 = 46 (100%)
R 5 of 46 ~ 10.87%
G 16 of 46 ~ 34.78%
B 25 of 46 ~ 54.35'%

%10.87
%34.78
%54.35

CMYK color model

#051019 color CMYK value is (80,36,0,90).

  • cyan value is 80.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (80,36,0,90)
C80M36Y0K90 (80%, 36%, 0%, 90%)
(0.80 / 0.36 / 0.00 / 0.90)

CMYK percentages

%80
%36
%0
%90.2

Codes

Color #051019 in popluar color models

05 10 19
RGB 5 16 25
HSL 207° 66.67% 5.88%
HSB/HSV 207° 80.00% 9.80%
CMYK 80.00% 36.00% 0.00%
90.20%

Color #051019 in popluar number systems.

HEX 05 10 19
Decimal 5 16 25
Binary 101 10000 11001
Octal 5 20 31

Shades and tints

Shades of #051019

#051019
(5,16,25)
#050F17
(5,15,23)
#050E15
(5,14,21)
#050D13
(5,13,19)
#050C11
(5,12,17)
#050B0F
(5,11,15)
#050A0D
(5,10,13)
#05090B
(5,9,11)
#050809
(5,8,9)
#050707
(5,7,7)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #051019

#051019
(5,16,25)
#1B252D
(27,37,45)
#313A41
(49,58,65)
#474F55
(71,79,85)
#5D6469
(93,100,105)
#73797D
(115,121,125)
#898E91
(137,142,145)
#9FA3A5
(159,163,165)
#B5B8B9
(181,184,185)
#CBCDCD
(203,205,205)
#E1E2E1
(225,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051019 color. Also use rgb(5,16,25) instead hex code.

Text Font Color

.myTextColor { color: #051019; }

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

This text font color is #051019.

Background Color

.myBgColor { background-color: #051019; }

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

This div background color is #051019.

Border color

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

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

This div border color is #051019.

Opacity

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

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

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

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

This text has shadow with #051019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051019.

Preview

Color preview on black background

This text has color #051019 on black background.


Color preview on white background

This text has color #051019 on white background.


Black color preview on #051019 background

This text has black color on #051019 background.


White color preview on #051019 background

This text has white color on #051019 background.


Related colors

Complementary color

Complementary color for #hex is #FAEFE6.


I love getcolorcode.com

Triadic colors

1 #190510 and #101905 with #051019 are triadic colors.

2 #191005 and #100519 with #051019 are triadic colors.