COLOR #040B51

HEX: #040B51
RGB: (4,11,81)

Color info

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

RGB color model

#040B51 color RGB value is (4,11,81).

  • red value is 4;
  • green value is 11;
  • blue value is 81.
RGB:
(4,11,81)
(2%,4%,32%)

RGB channels and saturation

R 4 of 255 = 2%
G 11 of 255 = 4%
B 81 of 255 = 32%

4
11
81

R + G + B ~ 13%. #040B51 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 11 + 81 = 96 (100%)
R 4 of 96 ~ 4.17%
G 11 of 96 ~ 11.46%
B 81 of 96 ~ 84.38%

%11.46
%84.38

CMYK color model

#040B51 color CMYK value is (95,86,0,68).

  • cyan value is 95.06%
  • magenta value is 86.42%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(95,86,0,68)
C95M86Y0K68 
(95%,86%,0%,68%)
(0.95/0.86/0.00/0.68)	

CMYK percentages

%95.06
%86.42
%0
%68.24

Codes

Color #040B51 in popluar color models

040B51
RGB41181
HSL235°90.59%16.67%
HSB/HSV235°95.06%31.76%
CMYK95.06%86.42%0.00%
68.24%

Color #040B51 in popluar number systems.

HEX040B51
Decimal41181
Binary10010111010001
Octal413121

Shades and tints

Shades of #040B51

#040B51
(4,11,81)
#040A4A
(4,10,74)
#040943
(4,9,67)
#04083C
(4,8,60)
#040735
(4,7,53)
#04062E
(4,6,46)
#040527
(4,5,39)
#040420
(4,4,32)
#040319
(4,3,25)
#040212
(4,2,18)
#04010B
(4,1,11)
#000000
(0,0,0)

Tints of #040B51

#040B51
(4,11,81)
#1A2160
(26,33,96)
#30376F
(48,55,111)
#464D7E
(70,77,126)
#5C638D
(92,99,141)
#72799C
(114,121,156)
#888FAB
(136,143,171)
#9EA5BA
(158,165,186)
#B4BBC9
(180,187,201)
#CAD1D8
(202,209,216)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040B51 color. Also use rgb(4,11,81) instead hex code.

Text Font Color

.myTextColor { color: #040B51; }

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

This text font color is #040B51.


Background Color

.myBgColor { background-color: #040B51; }

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

This div background color is #040B51.


Border color

.myBorderColor { border: 1px solid #040B51; }

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

This div border color is #040B51.


Opacity

.myOpacity80 { color: #040B51; opacity: 0.8; }

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

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

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

This text has shadow with #040B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040B51 on black background.


Color preview on white background

This text has color #040B51 on white background.



Black color preview on #040B51 background

This text has black color on #040B51 background.


White color preview on #040B51 background

This text has white color on #040B51 background.