COLOR #001543

HEX: #001543
RGB: (0,21,67)

Color info

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

RGB color model

#001543 color RGB value is (0,21,67).

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

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 67 of 255 = 26%

0
21
67

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

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 67 = 88 (100%)
R 0 of 88 ~ 0%
G 21 of 88 ~ 23.86%
B 67 of 88 ~ 76.14%

%23.86
%76.14

CMYK color model

#001543 color CMYK value is (100,69,0,74).

  • cyan value is 100.00%
  • magenta value is 68.66%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(100,69,0,74)
C100M69Y0K74 
(100%,69%,0%,74%)
(1.00/0.69/0.00/0.74)	

CMYK percentages

%100
%68.66
%0
%73.73

Codes

Color #001543 in popluar color models

001543
RGB02167
HSL221°100.00%13.14%
HSB/HSV221°100.00%26.27%
CMYK100.00%68.66%0.00%
73.73%

Color #001543 in popluar number systems.

HEX001543
Decimal02167
Binary0101011000011
Octal025103

Shades and tints

Shades of #001543

#001543
(0,21,67)
#00143D
(0,20,61)
#001337
(0,19,55)
#001231
(0,18,49)
#00112B
(0,17,43)
#001025
(0,16,37)
#000F1F
(0,15,31)
#000E19
(0,14,25)
#000D13
(0,13,19)
#000C0D
(0,12,13)
#000B07
(0,11,7)
#000000
(0,0,0)

Tints of #001543

#001543
(0,21,67)
#172A54
(23,42,84)
#2E3F65
(46,63,101)
#455476
(69,84,118)
#5C6987
(92,105,135)
#737E98
(115,126,152)
#8A93A9
(138,147,169)
#A1A8BA
(161,168,186)
#B8BDCB
(184,189,203)
#CFD2DC
(207,210,220)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001543; }

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

This text font color is #001543.


Background Color

.myBgColor { background-color: #001543; }

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

This div background color is #001543.


Border color

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

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

This div border color is #001543.


Opacity

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

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

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

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

This text has shadow with #001543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001543 on black background.


Color preview on white background

This text has color #001543 on white background.



Black color preview on #001543 background

This text has black color on #001543 background.


White color preview on #001543 background

This text has white color on #001543 background.