COLOR #051302

HEX: #051302 RGB: (5,19,2)

Color info

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

RGB color model

#051302 color RGB value is (5,19,2).

RGB: (5,19,2) (2%, 7%, 1%)

RGB channels and saturation

R 5 of 255 = 2%
G 19 of 255 = 7%
B 2 of 255 = 1%

5
19
2

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

Portions of RGB colors in percentages

R + G + B = 5 + 19 + 2 = 26 (100%)
R 5 of 26 ~ 19.23%
G 19 of 26 ~ 73.08%
B 2 of 26 ~ 7.69'%

%19.23
%73.08

CMYK color model

#051302 color CMYK value is (74,0,89,93).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 92.55%

CMYK: (74,0,89,93)
C74M0Y89K93 (74%, 0%, 89%, 93%)
(0.74 / 0.00 / 0.89 / 0.93)

CMYK percentages

%73.68
%0
%89.47
%92.55

Codes

Color #051302 in popluar color models

05 13 02
RGB 5 19 2
HSL 109° 80.95% 4.12%
HSB/HSV 109° 89.47% 7.45%
CMYK 73.68% 0.00% 89.47%
92.55%

Color #051302 in popluar number systems.

HEX 05 13 02
Decimal 5 19 2
Binary 101 10011 10
Octal 5 23 2

Shades and tints

Shades of #051302

#051302
(5,19,2)
#051202
(5,18,2)
#051102
(5,17,2)
#051002
(5,16,2)
#050F02
(5,15,2)
#050E02
(5,14,2)
#050D02
(5,13,2)
#050C02
(5,12,2)
#050B02
(5,11,2)
#050A02
(5,10,2)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #051302

#051302
(5,19,2)
#1B2819
(27,40,25)
#313D30
(49,61,48)
#475247
(71,82,71)
#5D675E
(93,103,94)
#737C75
(115,124,117)
#89918C
(137,145,140)
#9FA6A3
(159,166,163)
#B5BBBA
(181,187,186)
#CBD0D1
(203,208,209)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051302 color. Also use rgb(5,19,2) instead hex code.

Text Font Color

.myTextColor { color: #051302; }

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

This text font color is #051302.

Background Color

.myBgColor { background-color: #051302; }

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

This div background color is #051302.

Border color

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

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

This div border color is #051302.

Opacity

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

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

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

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

This text has shadow with #051302 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051302.

Preview

Color preview on black background

This text has color #051302 on black background.


Color preview on white background

This text has color #051302 on white background.


Black color preview on #051302 background

This text has black color on #051302 background.


White color preview on #051302 background

This text has white color on #051302 background.


Related colors

Complementary color

Complementary color for #hex is #FAECFD.


I love getcolorcode.com

Triadic colors

1 #020513 and #130205 with #051302 are triadic colors.

2 #021305 and #130502 with #051302 are triadic colors.