COLOR #05182B

HEX: #05182B
RGB: (5,24,43)

Color info

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

RGB color model

#05182B color RGB value is (5,24,43).

  • red value is 5;
  • green value is 24;
  • blue value is 43.
RGB:
(5,24,43)
(2%,9%,17%)

RGB channels and saturation

R 5 of 255 = 2%
G 24 of 255 = 9%
B 43 of 255 = 17%

5
24
43

R + G + B ~ 9%. #05182B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 24 + 43 = 72 (100%)
R 5 of 72 ~ 6.94%
G 24 of 72 ~ 33.33%
B 43 of 72 ~ 59.72%

%33.33
%59.72

CMYK color model

#05182B color CMYK value is (88,44,0,83).

  • cyan value is 88.37%
  • magenta value is 44.19%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(88,44,0,83)
C88M44Y0K83 
(88%,44%,0%,83%)
(0.88/0.44/0.00/0.83)	

CMYK percentages

%88.37
%44.19
%0
%83.14

Codes

Color #05182B in popluar color models

05182B
RGB52443
HSL210°79.17%9.41%
HSB/HSV210°88.37%16.86%
CMYK88.37%44.19%0.00%
83.14%

Color #05182B in popluar number systems.

HEX05182B
Decimal52443
Binary10111000101011
Octal53053

Shades and tints

Shades of #05182B

#05182B
(5,24,43)
#051628
(5,22,40)
#051425
(5,20,37)
#051222
(5,18,34)
#05101F
(5,16,31)
#050E1C
(5,14,28)
#050C19
(5,12,25)
#050A16
(5,10,22)
#050813
(5,8,19)
#050610
(5,6,16)
#05040D
(5,4,13)
#000000
(0,0,0)

Tints of #05182B

#05182B
(5,24,43)
#1B2D3E
(27,45,62)
#314251
(49,66,81)
#475764
(71,87,100)
#5D6C77
(93,108,119)
#73818A
(115,129,138)
#89969D
(137,150,157)
#9FABB0
(159,171,176)
#B5C0C3
(181,192,195)
#CBD5D6
(203,213,214)
#E1EAE9
(225,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05182B color. Also use rgb(5,24,43) instead hex code.

Text Font Color

.myTextColor { color: #05182B; }

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

This text font color is #05182B.


Background Color

.myBgColor { background-color: #05182B; }

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

This div background color is #05182B.


Border color

.myBorderColor { border: 1px solid #05182B; }

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

This div border color is #05182B.


Opacity

.myOpacity80 { color: #05182B; opacity: 0.8; }

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

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

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

This text has shadow with #05182B color.

.textShadow {text-shadow: 3px 3px 1px #05182B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05182B on black background.


Color preview on white background

This text has color #05182B on white background.



Black color preview on #05182B background

This text has black color on #05182B background.


White color preview on #05182B background

This text has white color on #05182B background.