COLOR #001040

HEX: #001040
RGB: (0,16,64)

Color info

#001040 contains only green and blue colors. Web safe color of #001040 is #000033 (or #003).

RGB color model

#001040 color RGB value is (0,16,64).

  • red value is 0;
  • green value is 16;
  • blue value is 64.
RGB:
(0,16,64)
(0%,6%,25%)

RGB channels and saturation

R 0 of 255 = 0%
G 16 of 255 = 6%
B 64 of 255 = 25%

0
16
64

R + G + B ~ 10%. #001040 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 16 + 64 = 80 (100%)
R 0 of 80 ~ 0%
G 16 of 80 ~ 20%
B 64 of 80 ~ 80%

%20
%80

CMYK color model

#001040 color CMYK value is (100,75,0,75).

  • cyan value is 100.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(100,75,0,75)
C100M75Y0K75 
(100%,75%,0%,75%)
(1.00/0.75/0.00/0.75)	

CMYK percentages

%100
%75
%0
%74.9

Codes

Color #001040 in popluar color models

001040
RGB01664
HSL225°100.00%12.55%
HSB/HSV225°100.00%25.10%
CMYK100.00%75.00%0.00%
74.90%

Color #001040 in popluar number systems.

HEX001040
Decimal01664
Binary0100001000000
Octal020100

Shades and tints

Shades of #001040

#001040
(0,16,64)
#000F3B
(0,15,59)
#000E36
(0,14,54)
#000D31
(0,13,49)
#000C2C
(0,12,44)
#000B27
(0,11,39)
#000A22
(0,10,34)
#00091D
(0,9,29)
#000818
(0,8,24)
#000713
(0,7,19)
#00060E
(0,6,14)
#000000
(0,0,0)

Tints of #001040

#001040
(0,16,64)
#172551
(23,37,81)
#2E3A62
(46,58,98)
#454F73
(69,79,115)
#5C6484
(92,100,132)
#737995
(115,121,149)
#8A8EA6
(138,142,166)
#A1A3B7
(161,163,183)
#B8B8C8
(184,184,200)
#CFCDD9
(207,205,217)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001040 color. Also use rgb(0,16,64) instead hex code.

Text Font Color

.myTextColor { color: #001040; }

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

This text font color is #001040.


Background Color

.myBgColor { background-color: #001040; }

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

This div background color is #001040.


Border color

.myBorderColor { border: 1px solid #001040; }

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

This div border color is #001040.


Opacity

.myOpacity80 { color: #001040; opacity: 0.8; }

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

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

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

This text has shadow with #001040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001040 on black background.


Color preview on white background

This text has color #001040 on white background.



Black color preview on #001040 background

This text has black color on #001040 background.


White color preview on #001040 background

This text has white color on #001040 background.