COLOR #001554

HEX: #001554
RGB: (0,21,84)

Color info

#001554 contains mainly blue color. Web safe color of #001554 is #000066 (or #006).

RGB color model

#001554 color RGB value is (0,21,84).

  • red value is 0;
  • green value is 21;
  • blue value is 84.
RGB:
(0,21,84)
(0%,8%,33%)

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 84 of 255 = 33%

0
21
84

R + G + B ~ 14%. #001554 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 84 = 105 (100%)
R 0 of 105 ~ 0%
G 21 of 105 ~ 20%
B 84 of 105 ~ 80%

%20
%80

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(100,75,0,67)
C100M75Y0K67 
(100%,75%,0%,67%)
(1.00/0.75/0.00/0.67)	

CMYK percentages

%100
%75
%0
%67.06

Codes

Color #001554 in popluar color models

001554
RGB02184
HSL225°100.00%16.47%
HSB/HSV225°100.00%32.94%
CMYK100.00%75.00%0.00%
67.06%

Color #001554 in popluar number systems.

HEX001554
Decimal02184
Binary0101011010100
Octal025124

Shades and tints

Shades of #001554

#001554
(0,21,84)
#00144D
(0,20,77)
#001346
(0,19,70)
#00123F
(0,18,63)
#001138
(0,17,56)
#001031
(0,16,49)
#000F2A
(0,15,42)
#000E23
(0,14,35)
#000D1C
(0,13,28)
#000C15
(0,12,21)
#000B0E
(0,11,14)
#000000
(0,0,0)

Tints of #001554

#001554
(0,21,84)
#172A63
(23,42,99)
#2E3F72
(46,63,114)
#455481
(69,84,129)
#5C6990
(92,105,144)
#737E9F
(115,126,159)
#8A93AE
(138,147,174)
#A1A8BD
(161,168,189)
#B8BDCC
(184,189,204)
#CFD2DB
(207,210,219)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001554 color. Also use rgb(0,21,84) instead hex code.

Text Font Color

.myTextColor { color: #001554; }

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

This text font color is #001554.


Background Color

.myBgColor { background-color: #001554; }

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

This div background color is #001554.


Border color

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

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

This div border color is #001554.


Opacity

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

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

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

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

This text has shadow with #001554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001554 on black background.


Color preview on white background

This text has color #001554 on white background.



Black color preview on #001554 background

This text has black color on #001554 background.


White color preview on #001554 background

This text has white color on #001554 background.