COLOR #041F64

HEX: #041F64
RGB: (4,31,100)

Color info

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

RGB color model

#041F64 color RGB value is (4,31,100).

  • red value is 4;
  • green value is 31;
  • blue value is 100.
RGB:
(4,31,100)
(2%,12%,39%)

RGB channels and saturation

R 4 of 255 = 2%
G 31 of 255 = 12%
B 100 of 255 = 39%

4
31
100

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

Portions of RGB colors in percentages

R + G + B =
4 + 31 + 100 = 135 (100%)
R 4 of 135 ~ 2.96%
G 31 of 135 ~ 22.96%
B 100 of 135 ~ 74.07%

%22.96
%74.07

CMYK color model

#041F64 color CMYK value is (96,69,0,61).

  • cyan value is 96.00%
  • magenta value is 69.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(96,69,0,61)
C96M69Y0K61 
(96%,69%,0%,61%)
(0.96/0.69/0.00/0.61)	

CMYK percentages

%96
%69
%0
%60.78

Codes

Color #041F64 in popluar color models

041F64
RGB431100
HSL223°92.31%20.39%
HSB/HSV223°96.00%39.22%
CMYK96.00%69.00%0.00%
60.78%

Color #041F64 in popluar number systems.

HEX041F64
Decimal431100
Binary100111111100100
Octal437144

Shades and tints

Shades of #041F64

#041F64
(4,31,100)
#041D5B
(4,29,91)
#041B52
(4,27,82)
#041949
(4,25,73)
#041740
(4,23,64)
#041537
(4,21,55)
#04132E
(4,19,46)
#041125
(4,17,37)
#040F1C
(4,15,28)
#040D13
(4,13,19)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #041F64

#041F64
(4,31,100)
#1A3372
(26,51,114)
#304780
(48,71,128)
#465B8E
(70,91,142)
#5C6F9C
(92,111,156)
#7283AA
(114,131,170)
#8897B8
(136,151,184)
#9EABC6
(158,171,198)
#B4BFD4
(180,191,212)
#CAD3E2
(202,211,226)
#E0E7F0
(224,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041F64 color. Also use rgb(4,31,100) instead hex code.

Text Font Color

.myTextColor { color: #041F64; }

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

This text font color is #041F64.


Background Color

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

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

This div background color is #041F64.


Border color

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

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

This div border color is #041F64.


Opacity

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

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

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

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

This text has shadow with #041F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041F64 on black background.


Color preview on white background

This text has color #041F64 on white background.



Black color preview on #041F64 background

This text has black color on #041F64 background.


White color preview on #041F64 background

This text has white color on #041F64 background.