COLOR #04093B

HEX: #04093B RGB: (4,9,59)

Color info

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

RGB color model

#04093B color RGB value is (4,9,59).

RGB: (4,9,59) (2%, 4%, 23%)

RGB channels and saturation

R 4 of 255 = 2%
G 9 of 255 = 4%
B 59 of 255 = 23%

4
9
59

R + G + B ~ 10%. #04093B is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 9 + 59 = 72 (100%)
R 4 of 72 ~ 5.56%
G 9 of 72 ~ 12.5%
B 59 of 72 ~ 81.94'%

%12.5
%81.94

CMYK color model

#04093B color CMYK value is (93,85,0,77).

  • cyan value is 93.22%
  • magenta value is 84.75%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (93,85,0,77)
C93M85Y0K77 (93%, 85%, 0%, 77%)
(0.93 / 0.85 / 0.00 / 0.77)

CMYK percentages

%93.22
%84.75
%0
%76.86

Codes

Color #04093B in popluar color models

04 09 3B
RGB 4 9 59
HSL 235° 87.30% 12.35%
HSB/HSV 235° 93.22% 23.14%
CMYK 93.22% 84.75% 0.00%
76.86%

Color #04093B in popluar number systems.

HEX 04 09 3B
Decimal 4 9 59
Binary 100 1001 111011
Octal 4 11 73

Shades and tints

Shades of #04093B

#04093B
(4,9,59)
#040936
(4,9,54)
#040931
(4,9,49)
#04092C
(4,9,44)
#040927
(4,9,39)
#040922
(4,9,34)
#04091D
(4,9,29)
#040918
(4,9,24)
#040913
(4,9,19)
#04090E
(4,9,14)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #04093B

#04093B
(4,9,59)
#1A1F4C
(26,31,76)
#30355D
(48,53,93)
#464B6E
(70,75,110)
#5C617F
(92,97,127)
#727790
(114,119,144)
#888DA1
(136,141,161)
#9EA3B2
(158,163,178)
#B4B9C3
(180,185,195)
#CACFD4
(202,207,212)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04093B color. Also use rgb(4,9,59) instead hex code.

Text Font Color

.myTextColor { color: #04093B; }

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

This text font color is #04093B.

Background Color

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

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

This div background color is #04093B.

Border color

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

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

This div border color is #04093B.

Opacity

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

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

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

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

This text has shadow with #04093B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04093B.

Preview

Color preview on black background

This text has color #04093B on black background.


Color preview on white background

This text has color #04093B on white background.


Black color preview on #04093B background

This text has black color on #04093B background.


White color preview on #04093B background

This text has white color on #04093B background.


Related colors

Complementary color

Complementary color for #hex is #FBF6C4.


I love getcolorcode.com

Triadic colors

1 #3B0409 and #093B04 with #04093B are triadic colors.

2 #3B0904 and #09043B with #04093B are triadic colors.