COLOR #05191C

HEX: #05191C RGB: (5,25,28)

Color info

#05191C contains red, green and blue colors in about the same proportion. Web safe color of #05191C is #000033 (or #003).

RGB color model

#05191C color RGB value is (5,25,28).

RGB: (5,25,28) (2%, 10%, 11%)

RGB channels and saturation

R 5 of 255 = 2%
G 25 of 255 = 10%
B 28 of 255 = 11%

5
25
28

R + G + B ~ 8%. #05191C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 25 + 28 = 58 (100%)
R 5 of 58 ~ 8.62%
G 25 of 58 ~ 43.1%
B 28 of 58 ~ 48.28'%

%43.1
%48.28

CMYK color model

#05191C color CMYK value is (82,11,0,89).

  • cyan value is 82.14%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (82,11,0,89)
C82M11Y0K89 (82%, 11%, 0%, 89%)
(0.82 / 0.11 / 0.00 / 0.89)

CMYK percentages

%82.14
%10.71
%0
%89.02

Codes

Color #05191C in popluar color models

05 19 1C
RGB 5 25 28
HSL 188° 69.70% 6.47%
HSB/HSV 188° 82.14% 10.98%
CMYK 82.14% 10.71% 0.00%
89.02%

Color #05191C in popluar number systems.

HEX 05 19 1C
Decimal 5 25 28
Binary 101 11001 11100
Octal 5 31 34

Shades and tints

Shades of #05191C

#05191C
(5,25,28)
#05171A
(5,23,26)
#051518
(5,21,24)
#051316
(5,19,22)
#051114
(5,17,20)
#050F12
(5,15,18)
#050D10
(5,13,16)
#050B0E
(5,11,14)
#05090C
(5,9,12)
#05070A
(5,7,10)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #05191C

#05191C
(5,25,28)
#1B2D30
(27,45,48)
#314144
(49,65,68)
#475558
(71,85,88)
#5D696C
(93,105,108)
#737D80
(115,125,128)
#899194
(137,145,148)
#9FA5A8
(159,165,168)
#B5B9BC
(181,185,188)
#CBCDD0
(203,205,208)
#E1E1E4
(225,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05191C; }

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

This text font color is #05191C.

Background Color

.myBgColor { background-color: #05191C; }

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

This div background color is #05191C.

Border color

.myBorderColor { border: 1px solid #05191C; }

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

This div border color is #05191C.

Opacity

.myOpacity80 { color: #05191C; opacity: 0.8; }

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

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

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

This text has shadow with #05191C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05191C.

Preview

Color preview on black background

This text has color #05191C on black background.


Color preview on white background

This text has color #05191C on white background.


Black color preview on #05191C background

This text has black color on #05191C background.


White color preview on #05191C background

This text has white color on #05191C background.


Related colors

Complementary color

Complementary color for #hex is #FAE6E3.


I love getcolorcode.com

Triadic colors

1 #1C0519 and #191C05 with #05191C are triadic colors.

2 #1C1905 and #19051C with #05191C are triadic colors.