COLOR #001527

HEX: #001527
RGB: (0,21,39)

Color info

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

RGB color model

#001527 color RGB value is (0,21,39).

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

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 39 of 255 = 15%

0
21
39

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

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 39 = 60 (100%)
R 0 of 60 ~ 0%
G 21 of 60 ~ 35%
B 39 of 60 ~ 65%

%35
%65

CMYK color model

#001527 color CMYK value is (100,46,0,85).

  • cyan value is 100.00%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(100,46,0,85)
C100M46Y0K85 
(100%,46%,0%,85%)
(1.00/0.46/0.00/0.85)	

CMYK percentages

%100
%46.15
%0
%84.71

Codes

Color #001527 in popluar color models

001527
RGB02139
HSL208°100.00%7.65%
HSB/HSV208°100.00%15.29%
CMYK100.00%46.15%0.00%
84.71%

Color #001527 in popluar number systems.

HEX001527
Decimal02139
Binary010101100111
Octal02547

Shades and tints

Shades of #001527

#001527
(0,21,39)
#001424
(0,20,36)
#001321
(0,19,33)
#00121E
(0,18,30)
#00111B
(0,17,27)
#001018
(0,16,24)
#000F15
(0,15,21)
#000E12
(0,14,18)
#000D0F
(0,13,15)
#000C0C
(0,12,12)
#000B09
(0,11,9)
#000000
(0,0,0)

Tints of #001527

#001527
(0,21,39)
#172A3A
(23,42,58)
#2E3F4D
(46,63,77)
#455460
(69,84,96)
#5C6973
(92,105,115)
#737E86
(115,126,134)
#8A9399
(138,147,153)
#A1A8AC
(161,168,172)
#B8BDBF
(184,189,191)
#CFD2D2
(207,210,210)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001527; }

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

This text font color is #001527.


Background Color

.myBgColor { background-color: #001527; }

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

This div background color is #001527.


Border color

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

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

This div border color is #001527.


Opacity

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

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

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

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

This text has shadow with #001527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001527 on black background.


Color preview on white background

This text has color #001527 on white background.



Black color preview on #001527 background

This text has black color on #001527 background.


White color preview on #001527 background

This text has white color on #001527 background.