COLOR #001384

HEX: #001384 RGB: (0,19,132)

Color info

#001384 contains mainly blue color. Web safe color of #001384 is #000099 (or #009).

RGB color model

#001384 color RGB value is (0,19,132).

RGB: (0,19,132) (0%, 7%, 52%)

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 132 of 255 = 52%

0
19
132

R + G + B ~ 20%. #001384 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 19 + 132 = 151 (100%)
R 0 of 151 ~ 0%
G 19 of 151 ~ 12.58%
B 132 of 151 ~ 87.42'%

%12.58
%87.42

CMYK color model

#001384 color CMYK value is (100,86,0,48).

  • cyan value is 100.00%
  • magenta value is 85.61%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (100,86,0,48)
C100M86Y0K48 (100%, 86%, 0%, 48%)
(1.00 / 0.86 / 0.00 / 0.48)

CMYK percentages

%100
%85.61
%0
%48.24

Codes

Color #001384 in popluar color models

00 13 84
RGB 0 19 132
HSL 231° 100.00% 25.88%
HSB/HSV 231° 100.00% 51.76%
CMYK 100.00% 85.61% 0.00%
48.24%

Color #001384 in popluar number systems.

HEX 00 13 84
Decimal 0 19 132
Binary 0 10011 10000100
Octal 0 23 204

Shades and tints

Shades of #001384

#001384
(0,19,132)
#001278
(0,18,120)
#00116C
(0,17,108)
#001060
(0,16,96)
#000F54
(0,15,84)
#000E48
(0,14,72)
#000D3C
(0,13,60)
#000C30
(0,12,48)
#000B24
(0,11,36)
#000A18
(0,10,24)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #001384

#001384
(0,19,132)
#17288F
(23,40,143)
#2E3D9A
(46,61,154)
#4552A5
(69,82,165)
#5C67B0
(92,103,176)
#737CBB
(115,124,187)
#8A91C6
(138,145,198)
#A1A6D1
(161,166,209)
#B8BBDC
(184,187,220)
#CFD0E7
(207,208,231)
#E6E5F2
(230,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001384; }

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

This text font color is #001384.

Background Color

.myBgColor { background-color: #001384; }

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

This div background color is #001384.

Border color

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

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

This div border color is #001384.

Opacity

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

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

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

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

This text has shadow with #001384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001384.

Preview

Color preview on black background

This text has color #001384 on black background.


Color preview on white background

This text has color #001384 on white background.


Black color preview on #001384 background

This text has black color on #001384 background.


White color preview on #001384 background

This text has white color on #001384 background.


Related colors

Complementary color

Complementary color for #hex is #FFEC7B.


I love getcolorcode.com

Triadic colors

1 #840013 and #138400 with #001384 are triadic colors.

2 #841300 and #130084 with #001384 are triadic colors.