COLOR #04184F

HEX: #04184F RGB: (4,24,79)

Color info

#04184F contains mainly green and blue colors. Web safe color of #04184F is #000066 (or #006).

RGB color model

#04184F color RGB value is (4,24,79).

RGB: (4,24,79) (2%, 9%, 31%)

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 79 of 255 = 31%

4
24
79

R + G + B ~ 14%. #04184F is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 24 + 79 = 107 (100%)
R 4 of 107 ~ 3.74%
G 24 of 107 ~ 22.43%
B 79 of 107 ~ 73.83'%

%22.43
%73.83

CMYK color model

#04184F color CMYK value is (95,70,0,69).

  • cyan value is 94.94%
  • magenta value is 69.62%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (95,70,0,69)
C95M70Y0K69 (95%, 70%, 0%, 69%)
(0.95 / 0.70 / 0.00 / 0.69)

CMYK percentages

%94.94
%69.62
%0
%69.02

Codes

Color #04184F in popluar color models

04 18 4F
RGB 4 24 79
HSL 224° 90.36% 16.27%
HSB/HSV 224° 94.94% 30.98%
CMYK 94.94% 69.62% 0.00%
69.02%

Color #04184F in popluar number systems.

HEX 04 18 4F
Decimal 4 24 79
Binary 100 11000 1001111
Octal 4 30 117

Shades and tints

Shades of #04184F

#04184F
(4,24,79)
#041648
(4,22,72)
#041441
(4,20,65)
#04123A
(4,18,58)
#041033
(4,16,51)
#040E2C
(4,14,44)
#040C25
(4,12,37)
#040A1E
(4,10,30)
#040817
(4,8,23)
#040610
(4,6,16)
#040409
(4,4,9)
#000000
(0,0,0)

Tints of #04184F

#04184F
(4,24,79)
#1A2D5F
(26,45,95)
#30426F
(48,66,111)
#46577F
(70,87,127)
#5C6C8F
(92,108,143)
#72819F
(114,129,159)
#8896AF
(136,150,175)
#9EABBF
(158,171,191)
#B4C0CF
(180,192,207)
#CAD5DF
(202,213,223)
#E0EAEF
(224,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04184F color. Also use rgb(4,24,79) instead hex code.

Text Font Color

.myTextColor { color: #04184F; }

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

This text font color is #04184F.

Background Color

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

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

This div background color is #04184F.

Border color

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

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

This div border color is #04184F.

Opacity

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

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

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

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

This text has shadow with #04184F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04184F.

Preview

Color preview on black background

This text has color #04184F on black background.


Color preview on white background

This text has color #04184F on white background.


Black color preview on #04184F background

This text has black color on #04184F background.


White color preview on #04184F background

This text has white color on #04184F background.


Related colors

Complementary color

Complementary color for #hex is #FBE7B0.


I love getcolorcode.com

Triadic colors

1 #4F0418 and #184F04 with #04184F are triadic colors.

2 #4F1804 and #18044F with #04184F are triadic colors.