COLOR #001328

HEX: #001328 RGB: (0,19,40)

Color info

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

RGB color model

#001328 color RGB value is (0,19,40).

RGB: (0,19,40) (0%, 7%, 16%)

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 40 of 255 = 16%

0
19
40

R + G + B ~ 8%. #001328 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 19 + 40 = 59 (100%)
R 0 of 59 ~ 0%
G 19 of 59 ~ 32.2%
B 40 of 59 ~ 67.8'%

%32.2
%67.8

CMYK color model

#001328 color CMYK value is (100,53,0,84).

  • cyan value is 100.00%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK: (100,53,0,84) C100M53Y0K84 (100%,53%,0%,84%) (1.00/0.53/0.00/0.84) 

CMYK percentages

%100
%52.5
%0
%84.31

Codes

Color #001328 in popluar color models

00 13 28
RGB 0 19 40
HSL 212° 100.00% 7.84%
HSB/HSV 212° 100.00% 15.69%
CMYK 100.00% 52.50% 0.00%
84.31%

Color #001328 in popluar number systems.

HEX 00 13 28
Decimal 0 19 40
Binary 0 10011 101000
Octal 0 23 50

Shades and tints

Shades of #001328

#001328
(0,19,40)
#001225
(0,18,37)
#001122
(0,17,34)
#00101F
(0,16,31)
#000F1C
(0,15,28)
#000E19
(0,14,25)
#000D16
(0,13,22)
#000C13
(0,12,19)
#000B10
(0,11,16)
#000A0D
(0,10,13)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #001328

#001328
(0,19,40)
#17283B
(23,40,59)
#2E3D4E
(46,61,78)
#455261
(69,82,97)
#5C6774
(92,103,116)
#737C87
(115,124,135)
#8A919A
(138,145,154)
#A1A6AD
(161,166,173)
#B8BBC0
(184,187,192)
#CFD0D3
(207,208,211)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001328 color. Also use rgb(0,19,40) instead hex code.

Text Font Color

.myTextColor { color: #001328; }

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

This text font color is #001328.

Background Color

.myBgColor { background-color: #001328; }

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

This div background color is #001328.

Border color

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

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

This div border color is #001328.

Opacity

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

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

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

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

This text has shadow with #001328 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001328.

Preview

Color preview on black background

This text has color #001328 on black background.


Color preview on white background

This text has color #001328 on white background.


Black color preview on #001328 background

This text has black color on #001328 background.


White color preview on #001328 background

This text has white color on #001328 background.


Related colors

Complementary color

Complementary color for #hex is #FFECD7.


I love getcolorcode.com

Triadic colors

1 #280013 and #132800 with #001328 are triadic colors.

2 #281300 and #130028 with #001328 are triadic colors.