COLOR #041168

HEX: #041168
RGB: (4,17,104)

Color info

#041168 contains mainly blue color. Web safe color of #041168 is #000066 (or #006).

RGB color model

#041168 color RGB value is (4,17,104).

  • red value is 4;
  • green value is 17;
  • blue value is 104.
RGB:
(4,17,104)
(2%,7%,41%)

RGB channels and saturation

R 4 of 255 = 2%
G 17 of 255 = 7%
B 104 of 255 = 41%

4
17
104

R + G + B ~ 17%. #041168 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 104 = 125 (100%)
R 4 of 125 ~ 3.2%
G 17 of 125 ~ 13.6%
B 104 of 125 ~ 83.2%

%13.6
%83.2

CMYK color model

#041168 color CMYK value is (96,84,0,59).

  • cyan value is 96.15%
  • magenta value is 83.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(96,84,0,59)
C96M84Y0K59 
(96%,84%,0%,59%)
(0.96/0.84/0.00/0.59)	

CMYK percentages

%96.15
%83.65
%0
%59.22

Codes

Color #041168 in popluar color models

041168
RGB417104
HSL232°92.59%21.18%
HSB/HSV232°96.15%40.78%
CMYK96.15%83.65%0.00%
59.22%

Color #041168 in popluar number systems.

HEX041168
Decimal417104
Binary100100011101000
Octal421150

Shades and tints

Shades of #041168

#041168
(4,17,104)
#04105F
(4,16,95)
#040F56
(4,15,86)
#040E4D
(4,14,77)
#040D44
(4,13,68)
#040C3B
(4,12,59)
#040B32
(4,11,50)
#040A29
(4,10,41)
#040920
(4,9,32)
#040817
(4,8,23)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #041168

#041168
(4,17,104)
#1A2675
(26,38,117)
#303B82
(48,59,130)
#46508F
(70,80,143)
#5C659C
(92,101,156)
#727AA9
(114,122,169)
#888FB6
(136,143,182)
#9EA4C3
(158,164,195)
#B4B9D0
(180,185,208)
#CACEDD
(202,206,221)
#E0E3EA
(224,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041168 color. Also use rgb(4,17,104) instead hex code.

Text Font Color

.myTextColor { color: #041168; }

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

This text font color is #041168.


Background Color

.myBgColor { background-color: #041168; }

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

This div background color is #041168.


Border color

.myBorderColor { border: 1px solid #041168; }

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

This div border color is #041168.


Opacity

.myOpacity80 { color: #041168; opacity: 0.8; }

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

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

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

This text has shadow with #041168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041168 on black background.


Color preview on white background

This text has color #041168 on white background.



Black color preview on #041168 background

This text has black color on #041168 background.


White color preview on #041168 background

This text has white color on #041168 background.