COLOR #040A48

HEX: #040A48
RGB: (4,10,72)

Color info

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

RGB color model

#040A48 color RGB value is (4,10,72).

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

RGB channels and saturation

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

4
10
72

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

Portions of RGB colors in percentages

R + G + B =
4 + 10 + 72 = 86 (100%)
R 4 of 86 ~ 4.65%
G 10 of 86 ~ 11.63%
B 72 of 86 ~ 83.72%

%11.63
%83.72

CMYK color model

#040A48 color CMYK value is (94,86,0,72).

  • cyan value is 94.44%
  • magenta value is 86.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(94,86,0,72)
C94M86Y0K72 
(94%,86%,0%,72%)
(0.94/0.86/0.00/0.72)	

CMYK percentages

%94.44
%86.11
%0
%71.76

Codes

Color #040A48 in popluar color models

040A48
RGB41072
HSL235°89.47%14.90%
HSB/HSV235°94.44%28.24%
CMYK94.44%86.11%0.00%
71.76%

Color #040A48 in popluar number systems.

HEX040A48
Decimal41072
Binary10010101001000
Octal412110

Shades and tints

Shades of #040A48

#040A48
(4,10,72)
#040A42
(4,10,66)
#040A3C
(4,10,60)
#040A36
(4,10,54)
#040A30
(4,10,48)
#040A2A
(4,10,42)
#040A24
(4,10,36)
#040A1E
(4,10,30)
#040A18
(4,10,24)
#040A12
(4,10,18)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #040A48

#040A48
(4,10,72)
#1A2058
(26,32,88)
#303668
(48,54,104)
#464C78
(70,76,120)
#5C6288
(92,98,136)
#727898
(114,120,152)
#888EA8
(136,142,168)
#9EA4B8
(158,164,184)
#B4BAC8
(180,186,200)
#CAD0D8
(202,208,216)
#E0E6E8
(224,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040A48; }

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

This text font color is #040A48.


Background Color

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

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

This div background color is #040A48.


Border color

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

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

This div border color is #040A48.


Opacity

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

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

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

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

This text has shadow with #040A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040A48 on black background.


Color preview on white background

This text has color #040A48 on white background.



Black color preview on #040A48 background

This text has black color on #040A48 background.


White color preview on #040A48 background

This text has white color on #040A48 background.