COLOR #041B68

HEX: #041B68
RGB: (4,27,104)

Color info

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

RGB color model

#041B68 color RGB value is (4,27,104).

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

RGB channels and saturation

R 4 of 255 = 2%
G 27 of 255 = 11%
B 104 of 255 = 41%

4
27
104

R + G + B ~ 18%. #041B68 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 27 + 104 = 135 (100%)
R 4 of 135 ~ 2.96%
G 27 of 135 ~ 20%
B 104 of 135 ~ 77.04%

%20
%77.04

CMYK color model

#041B68 color CMYK value is (96,74,0,59).

  • cyan value is 96.15%
  • magenta value is 74.04%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(96,74,0,59)
C96M74Y0K59 
(96%,74%,0%,59%)
(0.96/0.74/0.00/0.59)	

CMYK percentages

%96.15
%74.04
%0
%59.22

Codes

Color #041B68 in popluar color models

041B68
RGB427104
HSL226°92.59%21.18%
HSB/HSV226°96.15%40.78%
CMYK96.15%74.04%0.00%
59.22%

Color #041B68 in popluar number systems.

HEX041B68
Decimal427104
Binary100110111101000
Octal433150

Shades and tints

Shades of #041B68

#041B68
(4,27,104)
#04195F
(4,25,95)
#041756
(4,23,86)
#04154D
(4,21,77)
#041344
(4,19,68)
#04113B
(4,17,59)
#040F32
(4,15,50)
#040D29
(4,13,41)
#040B20
(4,11,32)
#040917
(4,9,23)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #041B68

#041B68
(4,27,104)
#1A2F75
(26,47,117)
#304382
(48,67,130)
#46578F
(70,87,143)
#5C6B9C
(92,107,156)
#727FA9
(114,127,169)
#8893B6
(136,147,182)
#9EA7C3
(158,167,195)
#B4BBD0
(180,187,208)
#CACFDD
(202,207,221)
#E0E3EA
(224,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041B68; }

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

This text font color is #041B68.


Background Color

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

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

This div background color is #041B68.


Border color

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

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

This div border color is #041B68.


Opacity

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

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

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

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

This text has shadow with #041B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041B68 on black background.


Color preview on white background

This text has color #041B68 on white background.



Black color preview on #041B68 background

This text has black color on #041B68 background.


White color preview on #041B68 background

This text has white color on #041B68 background.