COLOR #05184C

HEX: #05184C RGB: (5,24,76)

Color info

#05184C contains mainly green and blue colors. Web safe color of #05184C is #000033 (or #003).

RGB color model

#05184C color RGB value is (5,24,76).

RGB: (5,24,76) (2%, 9%, 30%)

RGB channels and saturation

R 5 of 255 = 2%
G 24 of 255 = 9%
B 76 of 255 = 30%

5
24
76

R + G + B ~ 14%. #05184C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 24 + 76 = 105 (100%)
R 5 of 105 ~ 4.76%
G 24 of 105 ~ 22.86%
B 76 of 105 ~ 72.38'%

%22.86
%72.38

CMYK color model

#05184C color CMYK value is (93,68,0,70).

  • cyan value is 93.42%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (93,68,0,70)
C93M68Y0K70 (93%, 68%, 0%, 70%)
(0.93 / 0.68 / 0.00 / 0.70)

CMYK percentages

%93.42
%68.42
%0
%70.2

Codes

Color #05184C in popluar color models

05 18 4C
RGB 5 24 76
HSL 224° 87.65% 15.88%
HSB/HSV 224° 93.42% 29.80%
CMYK 93.42% 68.42% 0.00%
70.20%

Color #05184C in popluar number systems.

HEX 05 18 4C
Decimal 5 24 76
Binary 101 11000 1001100
Octal 5 30 114

Shades and tints

Shades of #05184C

#05184C
(5,24,76)
#051646
(5,22,70)
#051440
(5,20,64)
#05123A
(5,18,58)
#051034
(5,16,52)
#050E2E
(5,14,46)
#050C28
(5,12,40)
#050A22
(5,10,34)
#05081C
(5,8,28)
#050616
(5,6,22)
#050410
(5,4,16)
#000000
(0,0,0)

Tints of #05184C

#05184C
(5,24,76)
#1B2D5C
(27,45,92)
#31426C
(49,66,108)
#47577C
(71,87,124)
#5D6C8C
(93,108,140)
#73819C
(115,129,156)
#8996AC
(137,150,172)
#9FABBC
(159,171,188)
#B5C0CC
(181,192,204)
#CBD5DC
(203,213,220)
#E1EAEC
(225,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05184C color. Also use rgb(5,24,76) instead hex code.

Text Font Color

.myTextColor { color: #05184C; }

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

This text font color is #05184C.

Background Color

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

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

This div background color is #05184C.

Border color

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

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

This div border color is #05184C.

Opacity

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

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

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

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

This text has shadow with #05184C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05184C.

Preview

Color preview on black background

This text has color #05184C on black background.


Color preview on white background

This text has color #05184C on white background.


Black color preview on #05184C background

This text has black color on #05184C background.


White color preview on #05184C background

This text has white color on #05184C background.


Related colors

Complementary color

Complementary color for #hex is #FAE7B3.


I love getcolorcode.com

Triadic colors

1 #4C0518 and #184C05 with #05184C are triadic colors.

2 #4C1805 and #18054C with #05184C are triadic colors.