COLOR #05191F

HEX: #05191F
RGB: (5,25,31)

Color info

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

RGB color model

#05191F color RGB value is (5,25,31).

  • red value is 5;
  • green value is 25;
  • blue value is 31.
RGB:
(5,25,31)
(2%,10%,12%)

RGB channels and saturation

R 5 of 255 = 2%
G 25 of 255 = 10%
B 31 of 255 = 12%

5
25
31

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

Portions of RGB colors in percentages

R + G + B =
5 + 25 + 31 = 61 (100%)
R 5 of 61 ~ 8.2%
G 25 of 61 ~ 40.98%
B 31 of 61 ~ 50.82%

%40.98
%50.82

CMYK color model

#05191F color CMYK value is (84,19,0,88).

  • cyan value is 83.87%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(84,19,0,88)
C84M19Y0K88 
(84%,19%,0%,88%)
(0.84/0.19/0.00/0.88)	

CMYK percentages

%83.87
%19.35
%0
%87.84

Codes

Color #05191F in popluar color models

05191F
RGB52531
HSL194°72.22%7.06%
HSB/HSV194°83.87%12.16%
CMYK83.87%19.35%0.00%
87.84%

Color #05191F in popluar number systems.

HEX05191F
Decimal52531
Binary1011100111111
Octal53137

Shades and tints

Shades of #05191F

#05191F
(5,25,31)
#05171D
(5,23,29)
#05151B
(5,21,27)
#051319
(5,19,25)
#051117
(5,17,23)
#050F15
(5,15,21)
#050D13
(5,13,19)
#050B11
(5,11,17)
#05090F
(5,9,15)
#05070D
(5,7,13)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #05191F

#05191F
(5,25,31)
#1B2D33
(27,45,51)
#314147
(49,65,71)
#47555B
(71,85,91)
#5D696F
(93,105,111)
#737D83
(115,125,131)
#899197
(137,145,151)
#9FA5AB
(159,165,171)
#B5B9BF
(181,185,191)
#CBCDD3
(203,205,211)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05191F; }

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

This text font color is #05191F.


Background Color

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

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

This div background color is #05191F.


Border color

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

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

This div border color is #05191F.


Opacity

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

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

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

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

This text has shadow with #05191F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05191F on black background.


Color preview on white background

This text has color #05191F on white background.



Black color preview on #05191F background

This text has black color on #05191F background.


White color preview on #05191F background

This text has white color on #05191F background.