COLOR #041C5C

HEX: #041C5C
RGB: (4,28,92)

Color info

#041C5C contains mainly blue color. Web safe color of #041C5C is #003366 (or #036).

RGB color model

#041C5C color RGB value is (4,28,92).

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

RGB channels and saturation

R 4 of 255 = 2%
G 28 of 255 = 11%
B 92 of 255 = 36%

4
28
92

R + G + B ~ 16%. #041C5C is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 28 + 92 = 124 (100%)
R 4 of 124 ~ 3.23%
G 28 of 124 ~ 22.58%
B 92 of 124 ~ 74.19%

%22.58
%74.19

CMYK color model

#041C5C color CMYK value is (96,70,0,64).

  • cyan value is 95.65%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(96,70,0,64)
C96M70Y0K64 
(96%,70%,0%,64%)
(0.96/0.70/0.00/0.64)	

CMYK percentages

%95.65
%69.57
%0
%63.92

Codes

Color #041C5C in popluar color models

041C5C
RGB42892
HSL224°91.67%18.82%
HSB/HSV224°95.65%36.08%
CMYK95.65%69.57%0.00%
63.92%

Color #041C5C in popluar number systems.

HEX041C5C
Decimal42892
Binary100111001011100
Octal434134

Shades and tints

Shades of #041C5C

#041C5C
(4,28,92)
#041A54
(4,26,84)
#04184C
(4,24,76)
#041644
(4,22,68)
#04143C
(4,20,60)
#041234
(4,18,52)
#04102C
(4,16,44)
#040E24
(4,14,36)
#040C1C
(4,12,28)
#040A14
(4,10,20)
#04080C
(4,8,12)
#000000
(0,0,0)

Tints of #041C5C

#041C5C
(4,28,92)
#1A306A
(26,48,106)
#304478
(48,68,120)
#465886
(70,88,134)
#5C6C94
(92,108,148)
#7280A2
(114,128,162)
#8894B0
(136,148,176)
#9EA8BE
(158,168,190)
#B4BCCC
(180,188,204)
#CAD0DA
(202,208,218)
#E0E4E8
(224,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041C5C; }

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

This text font color is #041C5C.


Background Color

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

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

This div background color is #041C5C.


Border color

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

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

This div border color is #041C5C.


Opacity

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

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

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

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

This text has shadow with #041C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041C5C on black background.


Color preview on white background

This text has color #041C5C on white background.



Black color preview on #041C5C background

This text has black color on #041C5C background.


White color preview on #041C5C background

This text has white color on #041C5C background.