COLOR #001567

HEX: #001567
RGB: (0,21,103)

Color info

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

RGB color model

#001567 color RGB value is (0,21,103).

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

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 103 of 255 = 40%

0
21
103

R + G + B ~ 16%. #001567 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 103 = 124 (100%)
R 0 of 124 ~ 0%
G 21 of 124 ~ 16.94%
B 103 of 124 ~ 83.06%

%16.94
%83.06

CMYK color model

#001567 color CMYK value is (100,80,0,60).

  • cyan value is 100.00%
  • magenta value is 79.61%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(100,80,0,60)
C100M80Y0K60 
(100%,80%,0%,60%)
(1.00/0.80/0.00/0.60)	

CMYK percentages

%100
%79.61
%0
%59.61

Codes

Color #001567 in popluar color models

001567
RGB021103
HSL228°100.00%20.20%
HSB/HSV228°100.00%40.39%
CMYK100.00%79.61%0.00%
59.61%

Color #001567 in popluar number systems.

HEX001567
Decimal021103
Binary0101011100111
Octal025147

Shades and tints

Shades of #001567

#001567
(0,21,103)
#00145E
(0,20,94)
#001355
(0,19,85)
#00124C
(0,18,76)
#001143
(0,17,67)
#00103A
(0,16,58)
#000F31
(0,15,49)
#000E28
(0,14,40)
#000D1F
(0,13,31)
#000C16
(0,12,22)
#000B0D
(0,11,13)
#000000
(0,0,0)

Tints of #001567

#001567
(0,21,103)
#172A74
(23,42,116)
#2E3F81
(46,63,129)
#45548E
(69,84,142)
#5C699B
(92,105,155)
#737EA8
(115,126,168)
#8A93B5
(138,147,181)
#A1A8C2
(161,168,194)
#B8BDCF
(184,189,207)
#CFD2DC
(207,210,220)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001567; }

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

This text font color is #001567.


Background Color

.myBgColor { background-color: #001567; }

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

This div background color is #001567.


Border color

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

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

This div border color is #001567.


Opacity

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

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

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

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

This text has shadow with #001567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001567 on black background.


Color preview on white background

This text has color #001567 on white background.



Black color preview on #001567 background

This text has black color on #001567 background.


White color preview on #001567 background

This text has white color on #001567 background.