COLOR #040B48

HEX: #040B48
RGB: (4,11,72)

Color info

#040B48 contains mainly blue color. Web safe color of #040B48 is #000033 (or #003).

RGB color model

#040B48 color RGB value is (4,11,72).

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

RGB channels and saturation

R 4 of 255 = 2%
G 11 of 255 = 4%
B 72 of 255 = 28%

4
11
72

R + G + B ~ 11%. #040B48 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 11 + 72 = 87 (100%)
R 4 of 87 ~ 4.6%
G 11 of 87 ~ 12.64%
B 72 of 87 ~ 82.76%

%12.64
%82.76

CMYK color model

#040B48 color CMYK value is (94,85,0,72).

  • cyan value is 94.44%
  • magenta value is 84.72%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(94,85,0,72)
C94M85Y0K72 
(94%,85%,0%,72%)
(0.94/0.85/0.00/0.72)	

CMYK percentages

%94.44
%84.72
%0
%71.76

Codes

Color #040B48 in popluar color models

040B48
RGB41172
HSL234°89.47%14.90%
HSB/HSV234°94.44%28.24%
CMYK94.44%84.72%0.00%
71.76%

Color #040B48 in popluar number systems.

HEX040B48
Decimal41172
Binary10010111001000
Octal413110

Shades and tints

Shades of #040B48

#040B48
(4,11,72)
#040A42
(4,10,66)
#04093C
(4,9,60)
#040836
(4,8,54)
#040730
(4,7,48)
#04062A
(4,6,42)
#040524
(4,5,36)
#04041E
(4,4,30)
#040318
(4,3,24)
#040212
(4,2,18)
#04010C
(4,1,12)
#000000
(0,0,0)

Tints of #040B48

#040B48
(4,11,72)
#1A2158
(26,33,88)
#303768
(48,55,104)
#464D78
(70,77,120)
#5C6388
(92,99,136)
#727998
(114,121,152)
#888FA8
(136,143,168)
#9EA5B8
(158,165,184)
#B4BBC8
(180,187,200)
#CAD1D8
(202,209,216)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040B48; }

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

This text font color is #040B48.


Background Color

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

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

This div background color is #040B48.


Border color

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

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

This div border color is #040B48.


Opacity

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

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

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

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

This text has shadow with #040B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040B48 on black background.


Color preview on white background

This text has color #040B48 on white background.



Black color preview on #040B48 background

This text has black color on #040B48 background.


White color preview on #040B48 background

This text has white color on #040B48 background.