COLOR #041C39

HEX: #041C39
RGB: (4,28,57)

Color info

#041C39 contains red, green and blue colors in about the same proportion. Web safe color of #041C39 is #003333 (or #033).

RGB color model

#041C39 color RGB value is (4,28,57).

  • red value is 4;
  • green value is 28;
  • blue value is 57.
RGB:
(4,28,57)
(2%,11%,22%)

RGB channels and saturation

R 4 of 255 = 2%
G 28 of 255 = 11%
B 57 of 255 = 22%

4
28
57

R + G + B ~ 12%. #041C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 28 + 57 = 89 (100%)
R 4 of 89 ~ 4.49%
G 28 of 89 ~ 31.46%
B 57 of 89 ~ 64.04%

%31.46
%64.04

CMYK color model

#041C39 color CMYK value is (93,51,0,78).

  • cyan value is 92.98%
  • magenta value is 50.88%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(93,51,0,78)
C93M51Y0K78 
(93%,51%,0%,78%)
(0.93/0.51/0.00/0.78)	

CMYK percentages

%92.98
%50.88
%0
%77.65

Codes

Color #041C39 in popluar color models

041C39
RGB42857
HSL213°86.89%11.96%
HSB/HSV213°92.98%22.35%
CMYK92.98%50.88%0.00%
77.65%

Color #041C39 in popluar number systems.

HEX041C39
Decimal42857
Binary10011100111001
Octal43471

Shades and tints

Shades of #041C39

#041C39
(4,28,57)
#041A34
(4,26,52)
#04182F
(4,24,47)
#04162A
(4,22,42)
#041425
(4,20,37)
#041220
(4,18,32)
#04101B
(4,16,27)
#040E16
(4,14,22)
#040C11
(4,12,17)
#040A0C
(4,10,12)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #041C39

#041C39
(4,28,57)
#1A304B
(26,48,75)
#30445D
(48,68,93)
#46586F
(70,88,111)
#5C6C81
(92,108,129)
#728093
(114,128,147)
#8894A5
(136,148,165)
#9EA8B7
(158,168,183)
#B4BCC9
(180,188,201)
#CAD0DB
(202,208,219)
#E0E4ED
(224,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041C39 color. Also use rgb(4,28,57) instead hex code.

Text Font Color

.myTextColor { color: #041C39; }

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

This text font color is #041C39.


Background Color

.myBgColor { background-color: #041C39; }

<div style="background-color:#041C39">Inner text</div>

This div background color is #041C39.


Border color

.myBorderColor { border: 1px solid #041C39; }

<div style="border:3px solid #041C39">Div</div>

This div border color is #041C39.


Opacity

.myOpacity80 { color: #041C39; opacity: 0.8; }

<p style="color:#041C39;opacity:0.8;">80%</p>

Text with #041C39 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 #041C39;}

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

This text has shadow with #041C39 color.

.textShadow {text-shadow: 3px 3px 1px #041C39, 3px 3px 1px red;}

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

This text has shadow with #041C39 primary color and red secondary color.


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

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

This text has shadow with #041C39 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041C39 on black background.


Color preview on white background

This text has color #041C39 on white background.



Black color preview on #041C39 background

This text has black color on #041C39 background.


White color preview on #041C39 background

This text has white color on #041C39 background.