COLOR #05191E

HEX: #05191E RGB: (5,25,30)

Color info

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

RGB color model

#05191E color RGB value is (5,25,30).

RGB: (5,25,30) (2%, 10%, 12%)

RGB channels and saturation

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

5
25
30

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

Portions of RGB colors in percentages

R + G + B = 5 + 25 + 30 = 60 (100%)
R 5 of 60 ~ 8.33%
G 25 of 60 ~ 41.67%
B 30 of 60 ~ 50'%

%41.67
%50

CMYK color model

#05191E color CMYK value is (83,17,0,88).

  • cyan value is 83.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (83,17,0,88)
C83M17Y0K88 (83%, 17%, 0%, 88%)
(0.83 / 0.17 / 0.00 / 0.88)

CMYK percentages

%83.33
%16.67
%0
%88.24

Codes

Color #05191E in popluar color models

05 19 1E
RGB 5 25 30
HSL 192° 71.43% 6.86%
HSB/HSV 192° 83.33% 11.76%
CMYK 83.33% 16.67% 0.00%
88.24%

Color #05191E in popluar number systems.

HEX 05 19 1E
Decimal 5 25 30
Binary 101 11001 11110
Octal 5 31 36

Shades and tints

Shades of #05191E

#05191E
(5,25,30)
#05171C
(5,23,28)
#05151A
(5,21,26)
#051318
(5,19,24)
#051116
(5,17,22)
#050F14
(5,15,20)
#050D12
(5,13,18)
#050B10
(5,11,16)
#05090E
(5,9,14)
#05070C
(5,7,12)
#05050A
(5,5,10)
#000000
(0,0,0)

Tints of #05191E

#05191E
(5,25,30)
#1B2D32
(27,45,50)
#314146
(49,65,70)
#47555A
(71,85,90)
#5D696E
(93,105,110)
#737D82
(115,125,130)
#899196
(137,145,150)
#9FA5AA
(159,165,170)
#B5B9BE
(181,185,190)
#CBCDD2
(203,205,210)
#E1E1E6
(225,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05191E; }

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

This text font color is #05191E.

Background Color

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

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

This div background color is #05191E.

Border color

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

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

This div border color is #05191E.

Opacity

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

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

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

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

This text has shadow with #05191E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05191E.

Preview

Color preview on black background

This text has color #05191E on black background.


Color preview on white background

This text has color #05191E on white background.


Black color preview on #05191E background

This text has black color on #05191E background.


White color preview on #05191E background

This text has white color on #05191E background.


Related colors

Complementary color

Complementary color for #hex is #FAE6E1.


I love getcolorcode.com

Triadic colors

1 #1E0519 and #191E05 with #05191E are triadic colors.

2 #1E1905 and #19051E with #05191E are triadic colors.