COLOR #05121A

HEX: #05121A RGB: (5,18,26)

Color info

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

RGB color model

#05121A color RGB value is (5,18,26).

RGB: (5,18,26) (2%, 7%, 10%)

RGB channels and saturation

R 5 of 255 = 2%
G 18 of 255 = 7%
B 26 of 255 = 10%

5
18
26

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

Portions of RGB colors in percentages

R + G + B = 5 + 18 + 26 = 49 (100%)
R 5 of 49 ~ 10.2%
G 18 of 49 ~ 36.73%
B 26 of 49 ~ 53.06'%

%36.73
%53.06

CMYK color model

#05121A color CMYK value is (81,31,0,90).

  • cyan value is 80.77%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (81,31,0,90)
C81M31Y0K90 (81%, 31%, 0%, 90%)
(0.81 / 0.31 / 0.00 / 0.90)

CMYK percentages

%80.77
%30.77
%0
%89.8

Codes

Color #05121A in popluar color models

05 12 1A
RGB 5 18 26
HSL 203° 67.74% 6.08%
HSB/HSV 203° 80.77% 10.20%
CMYK 80.77% 30.77% 0.00%
89.80%

Color #05121A in popluar number systems.

HEX 05 12 1A
Decimal 5 18 26
Binary 101 10010 11010
Octal 5 22 32

Shades and tints

Shades of #05121A

#05121A
(5,18,26)
#051118
(5,17,24)
#051016
(5,16,22)
#050F14
(5,15,20)
#050E12
(5,14,18)
#050D10
(5,13,16)
#050C0E
(5,12,14)
#050B0C
(5,11,12)
#050A0A
(5,10,10)
#050908
(5,9,8)
#050806
(5,8,6)
#000000
(0,0,0)

Tints of #05121A

#05121A
(5,18,26)
#1B272E
(27,39,46)
#313C42
(49,60,66)
#475156
(71,81,86)
#5D666A
(93,102,106)
#737B7E
(115,123,126)
#899092
(137,144,146)
#9FA5A6
(159,165,166)
#B5BABA
(181,186,186)
#CBCFCE
(203,207,206)
#E1E4E2
(225,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05121A color. Also use rgb(5,18,26) instead hex code.

Text Font Color

.myTextColor { color: #05121A; }

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

This text font color is #05121A.

Background Color

.myBgColor { background-color: #05121A; }

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

This div background color is #05121A.

Border color

.myBorderColor { border: 1px solid #05121A; }

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

This div border color is #05121A.

Opacity

.myOpacity80 { color: #05121A; opacity: 0.8; }

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

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

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

This text has shadow with #05121A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05121A.

Preview

Color preview on black background

This text has color #05121A on black background.


Color preview on white background

This text has color #05121A on white background.


Black color preview on #05121A background

This text has black color on #05121A background.


White color preview on #05121A background

This text has white color on #05121A background.


Related colors

Complementary color

Complementary color for #hex is #FAEDE5.


I love getcolorcode.com

Triadic colors

1 #1A0512 and #121A05 with #05121A are triadic colors.

2 #1A1205 and #12051A with #05121A are triadic colors.