COLOR #001524

HEX: #001524
RGB: (0,21,36)

Color info

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

RGB color model

#001524 color RGB value is (0,21,36).

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

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 36 of 255 = 14%

0
21
36

R + G + B ~ 7%. #001524 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 36 = 57 (100%)
R 0 of 57 ~ 0%
G 21 of 57 ~ 36.84%
B 36 of 57 ~ 63.16%

%36.84
%63.16

CMYK color model

#001524 color CMYK value is (100,42,0,86).

  • cyan value is 100.00%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(100,42,0,86)
C100M42Y0K86 
(100%,42%,0%,86%)
(1.00/0.42/0.00/0.86)	

CMYK percentages

%100
%41.67
%0
%85.88

Codes

Color #001524 in popluar color models

001524
RGB02136
HSL205°100.00%7.06%
HSB/HSV205°100.00%14.12%
CMYK100.00%41.67%0.00%
85.88%

Color #001524 in popluar number systems.

HEX001524
Decimal02136
Binary010101100100
Octal02544

Shades and tints

Shades of #001524

#001524
(0,21,36)
#001421
(0,20,33)
#00131E
(0,19,30)
#00121B
(0,18,27)
#001118
(0,17,24)
#001015
(0,16,21)
#000F12
(0,15,18)
#000E0F
(0,14,15)
#000D0C
(0,13,12)
#000C09
(0,12,9)
#000B06
(0,11,6)
#000000
(0,0,0)

Tints of #001524

#001524
(0,21,36)
#172A37
(23,42,55)
#2E3F4A
(46,63,74)
#45545D
(69,84,93)
#5C6970
(92,105,112)
#737E83
(115,126,131)
#8A9396
(138,147,150)
#A1A8A9
(161,168,169)
#B8BDBC
(184,189,188)
#CFD2CF
(207,210,207)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001524; }

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

This text font color is #001524.


Background Color

.myBgColor { background-color: #001524; }

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

This div background color is #001524.


Border color

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

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

This div border color is #001524.


Opacity

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

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

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

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

This text has shadow with #001524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001524 on black background.


Color preview on white background

This text has color #001524 on white background.



Black color preview on #001524 background

This text has black color on #001524 background.


White color preview on #001524 background

This text has white color on #001524 background.